Camera connected to Jetson Nano but no frame capture.
The device connection is OV10640 + MAX9271 → MAX9286 → CSI-2 (4 lanes).
OV10640 was configured output to RAW12.
The device tree, driver, sensor_common, camera_common, vi5_format was modified to bayer_bggr12.
Below result show v4l2-ctl is no output until force to stop. The gstreamer return “Internal data stream error” and captured file size is 0.
From the log looks like there’s no any error from the REG status. It could be the sensor didn’t output any data to the bus or the lane configure incorrect.
I use oscilloscope to check output on OV10640, there is data, HS VS.
When I check output on MAX9286, the 1-clk+4-lane is no output.
(If I change camera to OV10635 UYVY, there is output on MAX9286)
It shall be MAX9271 or MAX9286 configure setting issue.
I have tried different configure but no luck. Do you have any information of RAW12 for MAX9271+MAX9286 setting?
I have configure MAX9286 CSI-2 output data to Jetson Nano. The format is RAW12, BG12, BGGR.
I want to know how to use gst-launch-1.0 to stream the data to display?
I found nvgstcapture-1.0 reference in Accelerated_GStreamer_User_Guide.pdf but there is no RAW12 command information.
I tried the simple command
nvgstcapture-1.0 --cus-pre-res=1280x1080 but it stop and the display message below.
===== NVMEDIA: NVENC =====
NvMMLiteBlockCreate : Block : BlockType = 4
Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, execute:557 No cameras available
If I use v4l2-ctl, it can capture and save the RAW file.
Please provide example to stream RAW12 using nvgstcapture-1.0.