My setup is as follows:
- DeepStream SDK 5.1 (Python bindings)
- JetPack 4.5.1
- Jetson Nano
- USB camera
I am using the Python bindings to build my first DeepStream app. I combined examples from the NVIDIA-AI-IOT Github page to stream from my USB webcam and save images to a given folder. You can find my code here. Please feel free to point out bugs / problems in my code.
I am trying to build in functionality to toggle (on/off) video recording of the stream. Ideally this is based on some keyboard input or some detection of a human in the input video. Is there demo Python demo code to accomplish this?
Thanks.