We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to take a snapshot from the camera when a motion has been detected and view it on my phone. object detection would be nice
A client (eg: ESP32Cam) will send the jpg or png or GIF event to the server.
Send a Push notification with the camera image.
Alexa support 2.1 https://developer.amazon.com/en-US/docs/alexa/device-apis/alexa-smartvision-objectdetectionsensor.html 2.2 https://developer.amazon.com/en-US/docs/alexa/device-apis/alexa-smartvision-snapshotprovider.html
Add AI-based object detection using together.ai https://www.together.ai/blog/llama-3-2-vision-stack
A reasonable event rate limit is to be added.
Max image size 1024x768
Nice to have: GIF-like image capturing with continuous motion
The text was updated successfully, but these errors were encountered:
kakopappa
No branches or pull requests
I want to take a snapshot from the camera when a motion has been detected and view it on my phone. object detection would be nice
A client (eg: ESP32Cam) will send the jpg or png or GIF event to the server.
Send a Push notification with the camera image.
Alexa support
2.1 https://developer.amazon.com/en-US/docs/alexa/device-apis/alexa-smartvision-objectdetectionsensor.html
2.2 https://developer.amazon.com/en-US/docs/alexa/device-apis/alexa-smartvision-snapshotprovider.html
Add AI-based object detection using together.ai https://www.together.ai/blog/llama-3-2-vision-stack
A reasonable event rate limit is to be added.
Max image size 1024x768
Nice to have: GIF-like image capturing with continuous motion
The text was updated successfully, but these errors were encountered: