Meanwhile, if I do not use ISP function for this camera, can i get frame from IMX390 using usb instead of using MIPI,
In this process, I found that after camera connected with Xavier, the dmesg print that it works ok, and I can found video0 in /dev
After that, I try to run demo in
tegra_multimedia_api/argus/build/samples/histogram
However, the demo run with error that “No camera device is found”
So I wonder that the code in multi-media depends on CSI not for v4l2?
because, i run
nvidia@nvidia-desktop:~/tegra_multimedia_api/shell$ v4l2-ctl -d /dev/video0 --all
Driver Info (not using libv4l2):
Driver name : uvcvideo
Card type : LI-IMX390
Bus info : usb-3610000.xhci-4
Driver version: 4.9.140
Capabilities : 0x84200001
Video Capture
Streaming
Extended Pix Format
Device Capabilities
Device Caps : 0x04200001
Video Capture
Streaming
Extended Pix Format
Priority: 2
Video input : 0 (Camera 1: ok)
Format Video Capture:
Width/Height : 640/480
Pixel Format : 'YUYV'
Field : None
Bytes per Line : 1280
Size Image : 1843200
Colorspace : Default
Transfer Function : Default (maps to Rec. 709)
YCbCr/HSV Encoding: Default (maps to ITU-R 601)
Quantization : Default (maps to Limited Range)
Flags :
Crop Capability Video Capture:
Bounds : Left 0, Top 0, Width 640, Height 480
Default : Left 0, Top 0, Width 640, Height 480
Pixel Aspect: 1/1
Selection: crop_default, Left 0, Top 0, Width 640, Height 480
Selection: crop_bounds, Left 0, Top 0, Width 640, Height 480
Streaming Parameters Video Capture:
Capabilities : timeperframe
Frames per second: 30.000 (30/1)
Read buffers : 0
gain 0x00980913 (int) : min=1 max=63 step=1 default=32 value=60
Also, when I use gstreamer, I can not see the image.
gst-launch-1.0 v4l2src device=/dev/video0 ! videoconvert ! ximagesink
can you help me?