Hi,
I'm trying to test if my camera Logictech C922 works with FreeBSD 11.2 installed on my system.
I want to view the video output and the following is webcamd output:
After which I run:
There's no output in the launched window, it's just green background.
Any idea what could be the problem here?
I'm new to FreeBSD.
Update:
I can see a scattered video feed at svga(800X600) resolution, higher resolution gets the above mentioned error, lower resolution is the same (green background).
I tried using cheese, but I get the same problem as above.
I'm trying to test if my camera Logictech C922 works with FreeBSD 11.2 installed on my system.
I want to view the video output and the following is webcamd output:
Code:
root@amd-sham:~ # webcamd
Available device(s):
webcamd [-d ugen0.1] -N 0x1022-XHCI-root-HUB -S unknown -M 0
webcamd [-d ugen0.3] -N CHICONY-HP-Basic-USB-Keyboard -S unknown -M 0
webcamd [-d ugen0.4] -N Logitech-USB-Optical-Mouse -S unknown -M 0
webcamd [-d ugen0.5] -N ASIX-Elec--Corp--AX88179 -S 0000249B168241 -M 0
webcamd [-d ugen0.2] -N vendor-0x046d-C922-Pro-Stream-Webcam -S F626FA7F -M 0
Show webcamd usage:
webcamd -h
Code:
root@amd-sham:~ # webcamd -d ugen0.2 -N vendor-0x046d-C922-Pro-Stream-Webcam -S F626FA7F -M 0
Attached to ugen0.2[0]
Creating /dev/video0
After which I run:
Code:
root@amd-sham:~ # pwcview
Webcam set to: 320x240 (sif) at 5 fps
There's no output in the launched window, it's just green background.
Any idea what could be the problem here?
I'm new to FreeBSD.
Update:
Code:
root@amd-sham:~ # pwcview -s svga -f 30
Webcam set to: 800x600 (svga) at 30 fps
libv4l2: error got 4 consecutive frame decode errors, last error: v4l-convert: libjpeg error: Start Of Scan: 70 components
Error reading from webcam: Input/output error
root@amd-sham:~ # pwcview -s svga -f 30
Webcam set to: 800x600 (svga) at 30 fps
^Croot@amd-sham:~ # pwcview -s xga -f 30
Webcam set to: 960x720 (xga) at 30 fps
libv4l2: error got 4 consecutive frame decode errors, last error: v4l-convert: libjpeg error: End Of Image
Error reading from webcam: Input/output error
root@amd-sham:~ #
I can see a scattered video feed at svga(800X600) resolution, higher resolution gets the above mentioned error, lower resolution is the same (green background).
I tried using cheese, but I get the same problem as above.
Last edited by a moderator: