v4l2-ctl --list-devices --all
vi-output, imx219 6-0010 (platform:54080000.vi:0):
/dev/video0
Driver Info (not using libv4l2):
Driver name : tegra-video
Card type : vi-output, imx219 6-0010
Bus info : platform:54080000.vi:0
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 0: no power)
Format Video Capture:
Width/Height : 1280/720
Pixel Format : ‘RG10’
Field : None
Bytes per Line : 2560
Size Image : 1843200
Colorspace : sRGB
Transfer Function : Default (maps to sRGB)
YCbCr/HSV Encoding: Default (maps to ITU-R 601)
Quantization : Default (maps to Full Range)
Flags :
Doing a frame capture using V4L2 utils command:
v4l2-ctl --stream-mmap --stream-count=1 --stream-to=file.raw
creates an unsupported raw image.
But, capture using Gstreamer works fine.