I am Using imx219 camera module with jetson nano, but the pixel format (RG10)is not supported here, but I can access the camera through nvarguscamerasrc, is there any way to rebuild the pipeline by using the nvarguscamerasrc library.
if someone can help me on understand, how we are feeding the image data (image format )to the trt network ,is there any preprocesssing after capturing the image, so that i can capture the image using nvarguscamerasrc and pass it to the network instead of using the util_camera_capture.c code base.
sorry i am new to C and CPP
I am Using imx219 camera module with jetson nano, but the pixel format (RG10)is not supported here, but I can access the camera through nvarguscamerasrc, is there any way to rebuild the pipeline by using the nvarguscamerasrc library.
if someone can help me on understand, how we are feeding the image data (image format )to the trt network ,is there any preprocesssing after capturing the image, so that i can capture the image using nvarguscamerasrc and pass it to the network instead of using the util_camera_capture.c code base.
sorry i am new to C and CPP