intel / icamerasrc

icamerasrc
24 stars 35 forks source link

Failed to start with gst launch #24

Closed nathansamson closed 1 year ago

nathansamson commented 1 year ago

Intel i7 12th gen (X1 Carbon lenovo) Latest ipu6-drives / camera-hal / camera-bins (ipu6ep) Fedora 37 as base (kernel 6.0.8-300.fc37.x86_64) Installed ipu6-drivers with dkms, seems to have initialized on boot

[   31.031676] videodev: Linux video capture interface: v2.00
[   31.076341] ov2740: loading out-of-tree module taints kernel.
[   31.076378] ov2740: module verification failed: signature and/or required key missing - tainting kernel

but gst launch fails

gst-launch-1.0 icamerasrc  buffer-count=7 ! video/x-raw,format=NV12,width=1280,height=720 ! videoconvert ! waylandsink
Setting pipeline to PAUSED ...
[11-15 23:15:26.192] CamHAL[INF] aiqb file name ov13b10.aiqb
[11-15 23:15:26.192] CamHAL[ERR] there is no aiqb file:ov13b10
[11-15 23:15:26.192] CamHAL[INF] aiqb file name ov13b10.aiqb
[11-15 23:15:26.192] CamHAL[ERR] there is no aiqb file:ov13b10
[11-15 23:15:26.192] CamHAL[INF] aiqb file name ov8856.aiqb
[11-15 23:15:26.192] CamHAL[ERR] there is no aiqb file:ov8856
[11-15 23:15:26.192] CamHAL[INF] aiqb file name ov8856.aiqb
[11-15 23:15:26.192] CamHAL[ERR] there is no aiqb file:ov8856
[11-15 23:15:26.192] CamHAL[INF] aiqb file name ov01a10.aiqb
[11-15 23:15:26.192] CamHAL[INF] aiqb file name ov01a10.aiqb
[11-15 23:15:26.192] CamHAL[INF] aiqb file name ov01a10.aiqb
[11-15 23:15:26.193] CamHAL[INF] aiqb file name ov01a10.aiqb
[11-15 23:15:26.193] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb
[11-15 23:15:26.193] CamHAL[INF] aiqb file name OV02C10_1BG203N3_ADL.aiqb
[11-15 23:15:26.193] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb
[11-15 23:15:26.193] CamHAL[INF] aiqb file name OV02C10_1SG204N3_ADL.aiqb
[11-15 23:15:26.193] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb
[11-15 23:15:26.193] CamHAL[INF] aiqb file name OV02C10_CIFME14_ADL.aiqb
[11-15 23:15:26.193] CamHAL[INF] aiqb file name OV2740_CJFLE23_ADL.aiqb
[11-15 23:15:26.193] CamHAL[INF] aiqb file name OV2740_CJFLE23_ADL.aiqb
[11-15 23:15:26.193] CamHAL[INF] aiqb file name HM2170_1SG205N3_ADL.aiqb
[11-15 23:15:26.193] CamHAL[INF] aiqb file name HM2170_1SG205N3_ADL.aiqb
[11-15 23:15:26.193] CamHAL[INF] aiqb file name HM2170_CJFME18_ADL.aiqb
[11-15 23:15:26.194] CamHAL[INF] aiqb file name HM2170_CJFME18_ADL.aiqb
[11-15 23:15:26.194] CamHAL[INF] aiqb file name HI556_1BG502T3_ADL.aiqb
[11-15 23:15:26.194] CamHAL[INF] aiqb file name HI556_1BG502T3_ADL.aiqb
[11-15 23:15:26.194] CamHAL[INF] aiqb file name HI556_CJFLE25_ADL.aiqb
[11-15 23:15:26.194] CamHAL[INF] aiqb file name HI556_CJFLE25_ADL.aiqb
[11-15 23:15:26.194] CamHAL[INF] aiqb file name ov01a1s.aiqb
[11-15 23:15:26.194] CamHAL[INF] aiqb file name ov01a1s.aiqb
[11-15 23:15:26.194] CamHAL[ERR] Failed to find DevName for cameraId: 0, get video node: ov13b10 , devname: /dev/v4l-subdev1
[11-15 23:15:26.196] CamHAL[ERR] MediaControl init failed
Failed to set pipeline to PAUSED.
Setting pipeline to NULL ...
Freeing pipeline ...
[beeple@carbon icamerasrc]$ 

Let me know if more info is needed (I know this is all experimental but I just wanted to know what the state of thing was)

brmarkus commented 1 year ago

Have you looked into the HAL repo? You might need to add configuration for your camera sensor "ov13b10".

Like start here: "https://github.com/intel/ipu6-camera-hal/blob/main/config/linux/ipu6/libcamhal_profile.xml" "https://github.com/intel/ipu6-camera-hal/blob/main/config/linux/ipu6ep/libcamhal_profile.xml"

nathansamson commented 1 year ago

I think my problem starts earlier already with non workin kernel installation.

Closing for now