Read camera events
Posted: 2024-05-29 9:41
Hi,
I recently start with LuckFox Pico Mini A.
The camera stream from the buildroot image works well with HA (https://www.home-assistant.io/) out of the box.
The team really did a great job !
I was wondering some clues/references/advices regarding advance usage of the camera:
1. How to properly set the date that appeared on the camera stream ? I succeed with linux command but the date is automatically changed after some times
2. How to get detection events (colored squares on the camera stream) to further used them in a python program or a shell script ?
3. How to tune the detection within the luckfox pico, or even deactivate it ?
Thank U
I recently start with LuckFox Pico Mini A.
The camera stream from the buildroot image works well with HA (https://www.home-assistant.io/) out of the box.
The team really did a great job !
I was wondering some clues/references/advices regarding advance usage of the camera:
1. How to properly set the date that appeared on the camera stream ? I succeed with linux command
Code: Select all
date -s
2. How to get detection events (colored squares on the camera stream) to further used them in a python program or a shell script ?
3. How to tune the detection within the luckfox pico, or even deactivate it ?
Thank U