Acmesystems - Kdev
September 03, 2010, 04:14:13 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: SMF - Just Installed!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Using an other webcam.  (Read 3253 times)
psykokwak
Newbie
*
Posts: 2


View Profile
« on: January 17, 2008, 08:55:04 PM »

Hi All.

I've built the ov51x webcam driver for the foxboard to use it with an Hercules Deluxe webcam that gives a better image than the Labtech Webcam Pro. I've built a streaming server named mjpegserv that makes an mjpeg streaming like the one used by Axis IP cameras. This solution is the best one because we don't have to use specific program on the client side, just Firefox. To use it with Internet Explorer, we need to have an ActiveX control...


Once the driver and the mjpegserv compiled and copied on the foxboard. Start them :
Code:
insmod videodev
insmod ./ov51x.ko
./mjpegserv -d 640x480 -m -p 8888 &

And with firefox : http://192.168.0.90:8888/ (press F5 to start streaming).
For Internet Explorer : http://www.axis.com/techsup/cam_servers/tech_notes/205_live_video.htm

for french peoples : http://www.psykokwak.com/blog/index.php/2007/07/30/26-ov51x-driver-on-foxboard-and-mjpegserv-http-streaming-server
« Last Edit: March 10, 2008, 06:34:13 PM by psykokwak » Logged
tanzilli
Administrator
Newbie
*****
Posts: 16


View Profile Email
« Reply #1 on: January 19, 2008, 09:39:08 AM »

Great ! I'll get this webcam to try :-) Labtec Pro in coming hard to find and this cam could be the right replacement to suggest on the Acme web site. Could you post a grabbed picture to see the quality ?
Logged
psykokwak
Newbie
*
Posts: 2


View Profile
« Reply #2 on: January 28, 2008, 09:38:14 PM »

I really think this webcam is much better than the labtech.
- We can grab 15fps at 320*240 or 640*480 (and maybe 800*600)
- It have four white leds to see on the darkness
- we can change the lense (http://www.cameras-cctv.com/lenses/board-lenses/) .
- There is no driver bugs like with the labtech webcam pro.

(I changed my lense for an ultra wide : 135°)

You can show pictures and videos here (at the bottom) : http://www.psykokwak.com/blog/index.php/2007/08/28/32-arobot-image-processing-and-object-tracking-mjpeg-java-labelisation-thresholding
http://video.google.fr/videoplay?docid=-7020787882486294704&hl=fr (with the standard lense)

Or here with differents lenses :
http://www.robotbuilder.org/uploads/photos/Objectif_avec_IR_filtre.jpg (Lense with IR filter)
http://www.robotbuilder.org/uploads/photos/Objectif_sans_IR_filtre.jpg (Lense without IR filter)

You can look a real demo here : http://jerome.oxmo.org:8080/webcamwan3.html
« Last Edit: November 07, 2008, 06:24:51 PM by psykokwak » Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!