has anyone gotten the vid package to work with their USB webcam? I have a
D-Link DSB-C300 with the OV511 chipset. It is recognized and starts but
then exits with the error:
banky:: vid -d /dev/ugen0.00 > test.png
/dev/ugen0.00.1: No such file or directory
so, i start looking in the vid code and get to this:
/* open the isochronous endpoint (endpoint 1) */
sprintf(isocdev, "%s.1", devname);
if((isoc = open(isocdev, O_RDONLY)) < 0) {
perror(isocdev);
exit(1);
}
doh, doh! the ugen(4) man page says this:
BUGS
The driver is not yet finished; there is no access to isochronous
endpoints.
Somebody tell me they've gotten around this. Angelos imported this based
on the FreeBSD port. The maintainer has always been ports@ so I wonder if
this ever worked.
If you have it working please let me know.
Thanks.
-danimal
--
dan weeks - codemonkey - http://danimal.org/
"As a child, I wanted to know everything. Now I miss my ignorance." - westgeof
|