Hi NXP Community,
The process we followed to add a new camera driver(Sony imx219) to I.MX 8QM Board.
The following command is run in terminal to capture an image from the camera. The linux image has GStreamer Core Library version 1.18.0
gst-launch-1.0 v4l2src device=/dev/video0 num-buffers=1 ! video/x-raw,width=1920,height=1080 ! jpegenc ! filesink location=/home/root/test.jpg
However, we are getting the error below as shown in the image below.
In the screenshot below, I'm able to see the devices by running the command "v4l2-ctl --list-device".
Although I used the above device to capture an image, I am still experiencing errors