Unable to stream CSI camera after installing ZED SDK

I was using a Raspberry Pi Cam v2.1 with a Jetson Nano A02. Recently, I needed to use a ZED Mini camera with the Jetson Nano. I installed ZED SDK and the ZED Python API, and the ZED Mini camera worked fine.

However, I can no longer stream the Raspberry Pi Cam v2.1 using GStreamer. The camera appears as /dev/video0. But with v4l2src or nvarguscamerasrc stream is not available.

Did anyone face a similar issue, or can anyone suggest what might be the problem?

Hi,
Please clean the cache and try the command:

$ rm .cache/gstreamer-1.0/registry.aarch64.bin
$ gst-launch-1.0 nvarguscamerasrc ! fakesink

If the issue is still present, we would suggest re-flash the system. Or would see if other users can share experience.

It did not work. However, both cameras are working fine with

  1. ZED SDK 3.7 and Jetpack 4.6.1
  2. ZED SDK 3.8 and Jetpack 4.6.4

It seems the problem is in ZED SDK 4.0. I have posted the issue in the Stereolabs community forum. Hopefully, they will figure out the issue.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.