openbsd-ports
[Top] [All Lists]

getting graphics/vid to work

To: OpenBSD Ports <ports@openbsd.org>
Subject: getting graphics/vid to work
From: Dan Weeks <danimal@danimal.org>
Date: Fri, 24 Aug 2001 10:16:33 -0400 (EDT)
Organization: danimal.org
Sender: owner-ports@openbsd.org
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

<Prev in Thread] Current Thread [Next in Thread>
  • getting graphics/vid to work, Dan Weeks <=