You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using R354.1 on Jetson Orin Nano Devkit using Yocto build tools and IMX 252 camera. I found out there is only one-pixel format. First, I tried to set it from the terminal 'v4l2-ctl -d /dev/video0 --set-fmt-video=pixelformat=GREY'. Later I see in tegra234-camera-vc-mipi-cam.dtsi, the pixel_phase = "rggb";
I have set it to 'grey' and flashed the image, but it stuck on the flashing process.
Should not there be a formate list? (like mention as Image Streaming in GREY, Y10, Y12, SRGGB8, SRGGB10, SRGGB12, SGBRG8, SGBRG10, SGBRG12 format). If not, then did I do right?
The text was updated successfully, but these errors were encountered:
I am using R354.1 on Jetson Orin Nano Devkit using Yocto build tools and IMX 252 camera. I found out there is only one-pixel format. First, I tried to set it from the terminal 'v4l2-ctl -d /dev/video0 --set-fmt-video=pixelformat=GREY'. Later I see in tegra234-camera-vc-mipi-cam.dtsi, the pixel_phase = "rggb";
I have set it to 'grey' and flashed the image, but it stuck on the flashing process.
Should not there be a formate list? (like mention as Image Streaming in GREY, Y10, Y12, SRGGB8, SRGGB10, SRGGB12, SGBRG8, SGBRG10, SGBRG12 format). If not, then did I do right?
The text was updated successfully, but these errors were encountered: