Menu

#2 No go with HawkEye UC110

open
nobody
None
5
2003-02-05
2003-02-05
Anonymous
No

The OV511 driver doesn't seem to like my HawkEye UC110.
It fails trying to set up ov511_i2c_read during the dummy
write:

if((status = ov511_reg_read(fd, OV511_REG_I2C_CONTROL)) < 0) {

is always returning 0x7

I can't seem to find a copy of the interface documentation for the OV511, so I'm not sure what this indicates, but the result
is that the status & 0x2 == 0 test always fails, it runs out of retries, and bails.

I'm testing this under FreeBSD 4.7-stable with the latest
CVS version of the driver, patched a bit to use the proper structure names from -stable. It also fails (in presumably the same way) when using the 1.0.1 version with FreeBSD's standard patches,
installed from ports/packages. It thinks the camera is:

vid: opened /dev/ugen0 on fd 3
vid: MediaForte MV300

Any suggestions appreciated.

Thanks,

-Dave (dga@lcs.mit.edu)

Discussion


Log in to post a comment.