Hi,
I’m trying to bring-up the Basler Dart daA3840 CSI camera with iMx8 MP solidrun board. (https://wiki.analog.com/_media/resources/eval/user-guides/eval-adtf3175-nxz/som_carrier-datasheet.pdf)
The camera has been probed successfully but I’m not able to capture the frames. Also v4l2-ctl command line tool gives error and not able to detect the frame format.
Here is the dump of dmesg when camera driver is probed:
[Feb 9 11:14] : Unregistered all entities
[ +0.061861] basler_camera_driver_vvcam: loading out-of-tree module taints kernel.
[ +0.059659] ABRM FamilyName not supported
[ +0.033668] ABRM: Manufacturer: Basler, Model: daA3840-30mc, Device: 108220-05, Serial: basler:40097239
[ +0.026257] imx8_media_dev: module is from the staging directory, the quality is unknown, you have been warned.
[ +0.001677] mx8-img-md: Registered mxc_isi.0.capture as /dev/video0
[ +0.000129] mx8-img-md: Registered sensor subdevice: basler-camera-vvcam 3-0036 (1)
[ +0.000006] mx8-img-md: Registered sensor subdevice: adsd3500 1-0038 (2)
[ +0.000007] mx8-img-md: created link [mxc_isi.0] => [mxc_isi.0.capture]
[ +0.000005] mx8-img-md: created link [mxc-mipi-csi2.0] => [mxc_isi.0]
[ +0.000007] mx8-img-md: created link [adsd3500 1-0038] => [mxc-mipi-csi2.0]
[ +0.000004] mx8-img-md: created link [basler-camera-vvcam 3-0036] => [mxc-mipi-csi2.1]
[ +0.000005] mxc-md 32c00000.bus:camera: mxc_md_create_links
[ +0.050899] enter viv_video_init_module
[ +0.046688] enter viv_dwe_init_module
[ +0.000435] enter dwe_hw_probe
[ +0.000546] vvcam dewarp driver probed
[ +0.083172] enter viv_isp_init_module
[ +0.000476] enter isp_hw_probe
[ +0.000795] vvcam isp driver registered
[ +0.000530] enter isp_hw_probe
[ +0.000401] vvcam isp driver registered
[ +0.015007] enter isp_mi_stop
[ +0.008057] enter isp_mi_stop
Here is the dump of v4l2-ctl output:
analog@aditof:~$ v4l2-ctl --all -d /dev/video1
Driver Info:
Driver name : viv_v4l2_device
Card type : VIV
Bus info : platform:viv0
Driver version : 5.10.72
Capabilities : 0x84200001
Video Capture
Streaming
Extended Pix Format
Device Capabilities
Device Caps : 0x04200001
Video Capture
Streaming
Extended Pix Format
Media Driver Info:
Driver name : vvcam-video
Model : viv_media
Serial :
Bus info :
Media version : 5.10.72
Hardware revision: 0x00000000 (0)
Driver version : 5.10.72
Interface Info:
ID : 0x03000003
Type : V4L Video
Entity Info:
ID : 0x00000001 (1)
Name : viv_v4l20
Function : V4L2 I/O
Pad 0x01000002 : 0: Sink, Must Connect
Link 0x02000011: from remote pad 0x1000010 of entity ‘vvcam-isp.0’: Data, Enabled
Priority: 2
Video input : 0 (camera: ok)
Format Video Capture:
Width/Height : 0/0
Pixel Format : ‘’
Field : None
Bytes per Line : 0
Size Image : 0
Colorspace : Rec. 709
Transfer Function : Default (maps to Rec. 709)
YCbCr/HSV Encoding: Default (maps to Rec. 709)
Quantization : Default (maps to Full Range)
Flags :
Crop Capability Video Capture:
Bounds : Left 0, Top 0, Width 0, Height 0
Default : Left 0, Top 0, Width 0, Height 0
Pixel Aspect: 1/1
Selection Video Capture: crop, Left 0, Top 0, Width 0, Height 0, Flags:
Selection Video Capture: crop_default, Left 0, Top 0, Width 0, Height 0, Flags:
Selection Video Capture: crop_bounds, Left 0, Top 0, Width 0, Height 0, Flags:
Selection Video Capture: compose, Left 0, Top 0, Width 0, Height 0, Flags:
Selection Video Capture: compose_default, Left 0, Top 0, Width 3840, Height 2160, Flags:
Selection Video Capture: compose_bounds, Left 0, Top 0, Width 3840, Height 2160, Flags:
Streaming Parameters Video Capture:
Capabilities : timeperframe
Frames per second: invalid (0/1)
Read buffers : 0
User Controls
viv_ext_ctrl 0x0098f901 (str) : min=0 max=65535 step=1 value='' flags=has-payload
error 22 getting ctrl sensor.resw
error 22 getting ctrl sensor.resh
Am I missing something here?
Any leads would be appriciated.