NVIDIA-AI-IOT / argus_camera

Simple Python / C++ interface to CSI camera connected to NVIDIA Jetson.
BSD 3-Clause "New" or "Revised" License
84 stars 39 forks source link

Safely exiting ArgusCamera (Objects still active during exit) #5

Open VibAltekar opened 5 years ago

VibAltekar commented 5 years ago

How does one safely exit after a period of reading frames? Is there a way of dereferencing the camera object?