Hi,
If your framework is OpenCV, you can try GStreamer to get camera data.
GStreamer can get image directly from cv::VideoCapture()
Default Opencv4Tegra doesn’t enable GStreamer support, please build from source with this tutorial:
http://dev.t7.ai/jetson/opencv/
Thanks.