Logitech C270 HD Webcam & FreeBSD

After a few hours of fruitless tinkering, my dumb webcam is offering the browser "video" but I can't get any video from the terminal. pwcview -d /dev/video0 returns
Code:
Failed to get current picture info: Invalid argument
. I'm too unfamiliar with these things to understand what's not working correctly--any ideas?
 
I have that camera and that command works here on 13.2. Is webcamd configured correctly? webcamd -l will list available devices. My /etc/rc.conf has webcamd_enable="YES" and "webcamd_0_flags="-N vendor-0x046d-product-0x0825"
 
Back
Top