Imx219 camera error

Hi,i’m facing issue with the IMX219 camera in jetson nano.

The error is:
" > RuntimeErrorTraceback (most recent call last)

/usr/local/lib/python3.6/dist-packages/jetbot-0.4.3-py3.6.egg/jetbot/camera/opencv_gst_camera.py in init(self, *args, **kwargs)
29 if not re:
—> 30 raise RuntimeError(‘Could not read image from camera.’)
31

RuntimeError: Could not read image from camera.

During handling of the above exception, another exception occurred:

RuntimeErrorTraceback (most recent call last)
in
3 from IPython.display import display
4 from jetbot import Camera, bgr8_to_jpeg
----> 5 camera = Camera.instance(width=224, height=224)
6 image = widgets.Image(format=‘jpeg’, width=224, height=224)
7 # this width and height doesn’tnecessarily have to match the camera

/usr/local/lib/python3.6/dist-packages/jetbot-0.4.3-py3.6.egg/jetbot/camera/opencv_gst_camera.py in instance(*args, **kwargs)
70 @staticmethod
71 def instance(*args, **kwargs):
—> 72 return OpenCvGstCamera(*args, **kwargs)

/usr/local/lib/python3.6/dist-packages/jetbot-0.4.3-py3.6.egg/jetbot/camera/opencv_gst_camera.py in init(self, *args, **kwargs)
35 self.stop()
36 raise RuntimeError(
—> 37 ‘Could not initialize camera. Please see error trace.’)
38
39 atexit.register(self.stop)

RuntimeError: Could not initialize camera. Please see error trace."

Please help regarding this issue…!

There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks

What’s your BSP version. Below command to check version.
And do you check with nvgstcapture-1.0 to confirm the camera driver is loaded and worked?

cat /etc/nv_tegra_release