hello dear moderator.
I have jetson nano developer kit which os is jetpack 4.6.1 / l4t 32.7.1
so I’m working on a project that force me to record videos only with " V4L2_PIX_FMT_SGBRG8" format in order to inhance project efficiency. after lot’s of searching in nvidia forums and struggling with my board , i didn’t get any positive result.
my webcam is " Sony Playstation 3 PS3 USB Eye Camera" so i test it with other system and my ordered format was correctly supported !!
first i try to recognize pixel format with “v4l2-ctl --list-formats-ext” on jetson nano and the result was only “YUYV”, not anything else …
in some topics i saw that they mention to change “camera_common.c” but i can’t find this file in my jetson nano
in other topic they suggested to expand jetson camera driver or may recompile kernel.
i try to build gstreamer and v4l2 and lot’s of thing from sources , but it was not helpful.
so please help me to find a way in order to add " V4L2_PIX_FMT_SGBRG8" format into my jetson nano.
is there any specific version of jetpack to support this format ??
if not , should i creat new webcam driver for jetson nano ?? but how ??
thanks