Hello,

I'm working on getting a USB camera that comes standard with the "Evolution Robotics 1" robot working under Linux for an open source project (http://PyroRobotics.org). I've email Mark McClelland from the OvCam driver project, but thought I'd see if anyone has any pointers here.

The camera is a variant of the ov511, specifically the ov518 variety that uses compression, apparently. The camera is the Krittercam from Irez.com. I'm working under RedHat 9. Mark's FAQ correctly noted that I needed the ov518_decomp, but after installing that, I get:

% xawtv
can't open /dev/video0: Message too long
v4l-conf had some trouble, trying to continue anyway
v4l2: open /dev/video0: Message too long
...

which suggests to me that something else needs to be updated, maybe something for Video4Linux? Maybe I need to use a different driver, maybe the ov7x20?

I'm running the 1.65 version of the OvCam driver, ov511-1.65. The 2.x versions required more changes than I could make (changing kernel options, for example). If you have time to suggest a fix, I'd very much appreciate it. I've included information (proc, uname, lsmod) that Mark suggests below.

Thanks for any hints!

-Doug Blank

[EMAIL PROTECTED] ov511-1.65]# cat /proc/video/ov511/0/info
driver_version  : v1.65
custom_id       : 0
model           : Generic Camera (no ID)
streaming       : yes
grabbing        : no
can_decompress  : yes
compress        : yes
subcapture      : no
sub_size        : 0 0 0 0
data_format     : BGR
brightness      : 64
colour          : 192
contrast        : 86
hue             : 128
exposure        : 255
num_frames      : 2
frame           : 0
  depth         : 24
  size          : 352 288
  format        : RGB24
  data_buffer   : 0x00000000
frame           : 1
  depth         : 24
  size          : 352 288
  format        : RGB24
  data_buffer   : 0x00000000
snap_enabled    : no
bridge          : OV518+
sensor          : OV7620
packet_size     : 0
framebuffer     : 0x00000000
packet_numbering: 1
topology        : usb-00:07.2-1

[EMAIL PROTECTED] ov511-1.65]# uname -a
Linux scoobydoo.brynmawr.edu 2.4.20-20.9 #1 Mon Aug 18 11:45:58 EDT 2003 i686
i686 i386 GNU/Linux


[EMAIL PROTECTED] ov511-1.65]# lsmod
Module                  Size  Used by    Not tainted
ov518_decomp           18644   1
ov511                  73852   1  [ov518_decomp]
parport_pc             19076   1  (autoclean)
lp                      8996   0  (autoclean)
parport                37056   1  (autoclean) [parport_pc lp]
orinoco_cs              5556   1
orinoco                39724   0  [orinoco_cs]
hermes                  8068   0  [orinoco_cs orinoco]
autofs                 13268   0  (autoclean) (unused)
ds                      8680   2  [orinoco_cs]
yenta_socket           13504   2
pcmcia_core            57216   0  [orinoco_cs ds yenta_socket]
ipt_REJECT              3992   6  (autoclean)
iptable_filter          2412   1  (autoclean)
ip_tables              15096   2  [ipt_REJECT iptable_filter]
audio                  46680   0  (unused)
soundcore               6404   1  [audio]
videodev                8288   1  [ov511]
i2c-core               19172   0
keybdev                 2976   0  (unused)
mousedev                5556   1
hid                    22244   0  (unused)
input                   5856   0  [keybdev mousedev hid]
usb-uhci               26412   0  (unused)
usbcore                79040   1  [ov511 audio hid usb-uhci]
ext3                   70784   2
jbd                    51924   2  [ext3]

--
Douglas S. Blank,         Assistant Professor
[EMAIL PROTECTED],            (610)526-6501
Bryn Mawr College,   Computer Science Program
101 North Merion Ave,       Park Science Bld.
Bryn Mawr, PA 19010  dangermouse.brynmawr.edu



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to