We are creating computer vision systems and would like to process multiple video feeds at high resolution from CCTV cameras.
We would like to know the best practices to access CCTV video feeds via ethernet on the Jetson Xavier NX platform.
Is RTSP stream the best way to get real time frames from the CCTV camera?
What are the best methods to access the camera in Python?
Currently, when using OpenCV’s video capture and we notice a long delay (~7 seconds) in receiving frames from main feeds of CCTV cameras. Can this be avoided?
Are are any samples to implement Deepstream for capturing CCTV video feeds?
Thank you for your response. We are able to run the Deepstream sample apps. However, we are looking for face detection in the frames of multiple CCTV RTSP streams. Are there any specific models we can use for this or any sample application that would run on Jetson Xavier NX? Please let us know.
Every sample we see does not have a model built for the Jetson Xavier NX. Is there a model zoo or similar repository of models that are prebuilt for the Xavier NX? The process of building or modifying the model for this platform seems to take a long time and not very straight forward.
Is there a better way to try different samples with Deepstream without breaking the environment running other programs? Like using dockers, etc.? Please suggest.