I'm in the process of calibrating the camera, and for that I'm using the python language together with the open cv library. I'm using the Waveshare IMX219 camera on the Jetson Nano.
I tried to capture images with the cameras in order to calibrate them using the "VideoCapture" function, passing the index of camera 0 as a parameter. And that's when the following problem appears:
[ WARN:0] global /home/nvidia/host/build_opencv/nv_opencv/modules/videoio/src/cap_gstreamer.cpp (1757) handleMessage OpenCV | GStreamer warning: Embedded video playback halted; module v4l2src0 reported: Internal data stream error.
[ WARN:0] global /home/nvidia/host/build_opencv/nv_opencv/modules/videoio/src/cap_gstreamer.cpp (886) open OpenCV | GStreamer warning: unable to start pipeline
[ WARN:0] global /home/nvidia/host/build_opencv/nv_opencv/modules/videoio/src/cap_gstreamer.cpp (480) isPipelinePlaying OpenCV | GStreamer warning: GStreamer: pipeline have not been created
The camera is correctly connected and is being recognized by the device.