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 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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: