[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Ruby Robot Help (web cam & serial

Scott Preston

3/14/2008 2:23:00 AM

[Note: parts of this message were removed to make it a legal post.]

Hi All,

I have been a Java Robot guy for some time (Author Definitive Guide to
Building Java Robots by Apress) but want to do some stuff with Ruby but I am
limited by two things: web cam capture and serial communication and I was
hoping to avoid C.

Are there any gems or scripts out there to help me out? I've Googled but
can't find anything...

Thanks in advance.

Cheers,
Scott

2 Answers

Aaron Patterson

3/14/2008 5:58:00 AM

0

On Fri, Mar 14, 2008 at 11:22:47AM +0900, Scott Preston wrote:
> Hi All,
>
> I have been a Java Robot guy for some time (Author Definitive Guide to
> Building Java Robots by Apress) but want to do some stuff with Ruby but I am
> limited by two things: web cam capture and serial communication and I was
> hoping to avoid C.
>
> Are there any gems or scripts out there to help me out? I've Googled but
> can't find anything...

I use ruby-serialport:

http://rubyforge.org/projects/ruby-s...

For webcam capture, I've been shelling out to mencoder. I would like to
see an all ruby solution though!

--
Aaron Patterson
http://tenderlovem...

Scott Preston

3/14/2008 12:21:00 PM

0

[Note: parts of this message were removed to make it a legal post.]

Thanks I will check those out!

On Fri, Mar 14, 2008 at 1:58 AM, Aaron Patterson <aaron@tenderlovemaking.com>
wrote:

> On Fri, Mar 14, 2008 at 11:22:47AM +0900, Scott Preston wrote:
> > Hi All,
> >
> > I have been a Java Robot guy for some time (Author Definitive Guide to
> > Building Java Robots by Apress) but want to do some stuff with Ruby but
> I am
> > limited by two things: web cam capture and serial communication and I
> was
> > hoping to avoid C.
> >
> > Are there any gems or scripts out there to help me out? I've Googled but
> > can't find anything...
>
> I use ruby-serialport:
>
> http://rubyforge.org/projects/ruby-s...
>
> For webcam capture, I've been shelling out to mencoder. I would like to
> see an all ruby solution though!
>
> --
> Aaron Patterson
> http://tenderlovem...
>
>