You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing and configuring all necessary drivers and libraries for the IPU6 camera, the camera does not work. When attempting to use the camera via GStreamer (gst-launch-1.0) or other applications, a black screen is displayed. Logs indicate several errors, particularly related to aiqb files and media format issues. My sensor INT3480 (OVTI01AF).
Observed a black screen in applications like guvcview.
Relevant Logs:
1. Journalctl Logs:
The journalctl logs contain several errors related to aiqb files and media format issues:
[01-31 00:17:00.257] CamHAL[INF] aiqb file name hm11b1.aiqb
[01-31 00:17:00.261] CamHAL[ERR] invalid media format, default value used.
[01-31 00:17:00.261] CamHAL[INF] aiqb file name ov01a1s.aiqb
[01-31 00:17:00.262] CamHAL[ERR] invalid media format, default value used.
[01-31 00:17:00.263] CamHAL[INF] aiqb file name hm11b1.aiqb
[01-31 00:17:00.263] CamHAL[ERR] invalid media format, default value used.
[01-31 00:17:00.263] CamHAL[INF] aiqb file name IMX390_HDR_TGL.aiqb
[01-31 00:17:00.264] CamHAL[ERR] invalid media format, default value used.
[01-31 00:17:00.264] CamHAL[INF] aiqb file name IMX390_HDR_TGL_2.aiqb
[01-31 00:17:00.265] CamHAL[ERR] invalid media format, default value used.
[01-31 00:17:00.265] CamHAL[INF] aiqb file name AR0234_TGL_10bits.aiqb
[01-31 00:17:00.266] CamHAL[INF] updateMediaFormat, media format in tuning: 0, media format for aic 0.
2. GStreamer Logs:
When running the GStreamer pipeline, the following errors occur:
[01-31 01:51:16.171] CamHAL[ERR] Get entity fail for calling getEntityById
[01-31 01:51:16.171] CamHAL[ERR] setup Link hm11b1 [-1:0] ==> Intel IPU6 CSI-2 [-1x0] enable 1 failed.
[01-31 01:51:16.171] CamHAL[ERR] set MediaCtlConf McLink failed: ret = -1
[01-31 01:51:16.171] CamHAL[ERR] set up mediaCtl failed
[01-31 01:51:16.171] CamHAL[ERR] @configure Device Configure failed
[01-31 01:51:16.171] CamHAL[ERR] failed to config streams.
ERROR: from element /GstPipeline:pipeline0/Gstcamerasrc:camerasrc0: src pad: Internal data flow error.
3. Kernel Configuration:
The kernel configuration file shows that all necessary options for IPU6 are enabled:
The camera should be operational and display video feed in applications like guvcview or gst-launch-1.0. There should be no errors in the logs, and the camera should be properly configured with the correct media format.
Actual Behavior:
The camera displays a black screen in applications.
Multiple errors related to aiqb files and media format issues are present in the logs.
The text was updated successfully, but these errors were encountered:
deznod
changed the title
Camera IPU6 Not Working: Black Screen and Errors in Logs (intel nuc m15 lapbc710)
Camera IPU6 (OVTI01AF) Not Working: Black Screen and Errors in Logs (intel nuc m15 lapbc710)
Feb 9, 2025
Description:
After installing and configuring all necessary drivers and libraries for the IPU6 camera, the camera does not work. When attempting to use the camera via GStreamer (
gst-launch-1.0
) or other applications, a black screen is displayed. Logs indicate several errors, particularly related toaiqb
files and media format issues. My sensor INT3480 (OVTI01AF).Steps to Reproduce:
akmod-intel-ipu6
from RPM Fusion.ipu6-camera-hal
:Cloned the
ipu6-camera-hal
repository and built the project:Attempted to run the camera using GStreamer:
Observed a black screen in applications like
guvcview
.Relevant Logs:
1. Journalctl Logs:
The journalctl logs contain several errors related to
aiqb
files and media format issues:2. GStreamer Logs:
When running the GStreamer pipeline, the following errors occur:
3. Kernel Configuration:
The kernel configuration file shows that all necessary options for IPU6 are enabled:
Expected Behavior:
The camera should be operational and display video feed in applications like
guvcview
orgst-launch-1.0
. There should be no errors in the logs, and the camera should be properly configured with the correct media format.Actual Behavior:
aiqb
files and media format issues are present in the logs.Environment:
Journalctl Logs
Kernel Configuration
GStreamer Error
journalctl.txt
config-6.12.10-200.fc41.x86_64.txt
error_icamera.txt
The text was updated successfully, but these errors were encountered: