When I use saved video recordings, I get an FPS of 10-12. However, as soon as I connect the camera to the Jetson, the FPS drops to 3-4. The same happens when I use live streaming; the FPS is 3-4. Can you suggest what can be done to increase the FPS when using live streaming? Is it possible to disable some parameters during camera initialization or work with the drivers in some way?
Hi @Shakir0905,
Can you provide more information on your hardware and software setup? This will help determine if the frame rate you are experiencing is expected.
All the ZED SDK modules can be disabled using the API in order to reduce the load on embedded platforms. For example, you can set the DEPTH_MODE to NONE in order to stream only video data and perform the depth / AI compute on another PC.