-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dell Precision 5480 #48
Comments
The problem seems to be caused by v4l2-relayd. I'm able to use the webcam in Chromium after running
(as described in #33 (comment)). |
Hi @treiher, |
Hi @stefanpartheym, Unfortunately, the issue still persists with the latest kernel version and a fresh installation of the drivers using the current ❯ sudo -E gst-launch-1.0 icamerasrc buffer-count=7 device-name=ov01a10-uf ! video/x-raw,format=NV12,width=1280,height=720 ! v4l2sink device=/dev/video8
[11-23 10:34:32.376] CamHAL[ERR] Malformed ET range in exposure time range configuration
[11-23 10:34:32.376] CamHAL[ERR] Parse AE eExposure time range failed
[11-23 10:34:32.376] CamHAL[ERR] Malformed ET range in exposure time range configuration
[11-23 10:34:32.376] CamHAL[ERR] Parse AE gain range failed
Setting pipeline to PAUSED ...
[11-23 10:34:32.453] CamHAL[INF] aiqb file name ov01a10.aiqb
[11-23 10:34:32.453] CamHAL[INF] aiqb file name ov01a10.aiqb
[11-23 10:34:32.454] CamHAL[INF] (null), media format in tuning: 0, media format for aic 0.
[11-23 10:34:32.454] CamHAL[ERR] GetControl: Device node /dev/v4l-subdev16 IOCTL VIDIOC_G_EXT_CTRLS error: Invalid argument
Pipeline is live and does not need PREROLL ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
ERROR: from element /GstPipeline:pipeline0/Gstcamerasrc:camerasrc0: src pad: Internal data flow error.
Additional debug info:
gstcambasesrc.cpp(3153): gst_cam_base_src_loop (): /GstPipeline:pipeline0/Gstcamerasrc:camerasrc0:
streaming task paused, reason not-negotiated (-4)
Execution ended after 0:00:00.000228848
Setting pipeline to NULL ...
Freeing pipeline ... |
Hi @treiher, what kernel version are you currently on? |
@stefanpartheym I have switched to the LTS kernel (6.6.x) after getting a kernel panic when booting with 6.7.x. v4l2-relayd still doesn't work for me, but I can use the webcam with the |
@treiher: Trivial question, but have you tried reinstalling the packages (from a freshly cloned repo)? Otherwise I really have no clue, why v4l2 fails tbh. |
FWIW, also on a 5480 and I am unable to get my webcam running on |
Yep, kernel |
Are there any hints as to what else would be missing given a |
As far as I know, no one got it working on Closing this one for now. |
Unfortunately, in contrast to #47 the webcam still does not work for me after installation. I'm using Arch Linux with kernel version
6.5.8-arch1-1
on aDell Precision 5480
. I used the state of today'smain
branch (698d5ad) for the installation. The camera works when executingtest.sh
.install.sh
ran completely without any errors. After a reboot, the webcam still doesn't work. A "Virtual Camera" is detected, but there is no output (the screen just keeps being black when trying the WebRTC sample).v4l2-relayd[876]: gst_element_set_state: assertion 'GST_IS_ELEMENT (element)' failed
pops up every time an attempt is made to use the webcam.Any ideas why it doesn't work for me?
The text was updated successfully, but these errors were encountered: