Beagle board web cam interface

Hi everyone

Can i get images from web cam on beagle board directly?

Or do i must images(or video stream) from web cam with PC and then
send to beagle board?

Thanks in advance

If the PC can do it, WHY do you think you could not do it on the beagle?

Regards,

Hi,

My webcam which works on PC , is detected on BB A1 too, shows video0.
But not able to use it.

If “video0” appears in dev folder of BB , does it mean all drivers have been successfully installed?

Thanks

Yeap..

For uvc camera's look at: uvccapture and/or fswebcam

Regards,

hey cool is there a way to provide a video stream over a network on the beagle xm? It would be better for me if I could interface my firewire cam. Is fire do able on the BB?

i believe mplayer can do that, it's something i'm also working on..

i use vlc for video streaming on beagle c4. but if you want to more speed, you can also ffmpeg (NEON).

It is also possible to stream video with Gstreamer
(www.gstreamer.org). Here is sample pipeline for this:
http://processors.wiki.ti.com/index.php/Example_GStreamer_Pipelines#H.264_RTP_Streaming

HTH,
Andrey.

Andrey

Could you please elaborate on the ffmpeg - NEON

thanks

Gideon

mark hubrich wrote:

hey cool is there a way to provide a video stream over a network on the beagle xm? It would be better for me if I could
interface my firewire cam. Is fire do able on the BB?

the BB has no firewire interface.

Could you please elaborate on the ffmpeg - NEON

What exactly is the question? If the question is whether ffmpeg has
NEON optimization, then the following is the first link from google:
http://elinux.org/BeagleBoard#Mediaplayer_.28FFmpeg.29

thanks !

I did a lab in my BeagleClass where we pull a frame from a web cam
(Sony PS3 Eye) via /dev/video0 and display it on the screen via one of
the video framebuffers. The lab is based on some material from TI's
Technical Training Organization. You can find details here [1]. I
ran a version of this lab when I was in India last year.

Is this what you looking for?

--Mark

[1] http://elinux.org/ECE597_DSS

Hello everyone

How do i get images from my web camera to beagle board ?

Need this for my project.