Could you please provide correct way of the initialization and frame acquisition of 1800 C-030 VSWIR camera?
I've tried following:
media-ctl -d1 --set-v4l2 '16:0 [fmt:Y8_1X8/656x520 field:none colorspace:raw ycbcr:default quantization:default]'
media-ctl -d1 --set-v4l2 '1:0 [fmt:Y8_1X8/656x520 field:none colorspace:raw ycbcr:default quantization:default]'
v4l2-ctl --device=/dev/video0 --set-fmt-video=width=656,height=520,pixelformat=GREY
pi@raspberrypi:~ $ v4l2-ctl --device=/dev/video0 --stream-mmap=1 --stream-count=1 --stream-to=frame.raw
VIDIOC_STREAMON returned -1 (Invalid argument)
pi@raspberrypi:~ $ dmesg
[28069.669455] rp1-cfe 1f00128000.csi: csi2_ch0 node link is not enabled.
I've tried to enable the link, but without any result:
pi@raspberrypi:~ $ media-ctl -d /dev/media1 --link '1:4' '18:0' 1
Unable to parse link: Invalid argument (22)
output of media-ctl -p is here media-ctl.txt
Could you please provide correct way of the initialization and frame acquisition of 1800 C-030 VSWIR camera?
I've tried following:
media-ctl -d1 --set-v4l2 '16:0 [fmt:Y8_1X8/656x520 field:none colorspace:raw ycbcr:default quantization:default]'
media-ctl -d1 --set-v4l2 '1:0 [fmt:Y8_1X8/656x520 field:none colorspace:raw ycbcr:default quantization:default]'
v4l2-ctl --device=/dev/video0 --set-fmt-video=width=656,height=520,pixelformat=GREY
pi@raspberrypi:~ $ v4l2-ctl --device=/dev/video0 --stream-mmap=1 --stream-count=1 --stream-to=frame.raw
VIDIOC_STREAMON returned -1 (Invalid argument)
pi@raspberrypi:~ $ dmesg
[28069.669455] rp1-cfe 1f00128000.csi: csi2_ch0 node link is not enabled.
I've tried to enable the link, but without any result:
pi@raspberrypi:~ $ media-ctl -d /dev/media1 --link '1:4' '18:0' 1
Unable to parse link: Invalid argument (22)
output of media-ctl -p is here media-ctl.txt