help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octave and live capturing camera


From: Wydou
Subject: Re: Octave and live capturing camera
Date: Sat, 29 Nov 2008 07:55:07 -0800 (PST)

Thank you guys for the answers.
You are right, Søren, Octave is not fast, especially on an old G4 PowerBook,
and therefor not the first choice for realtime applications... :-)

I think Matlab has realtime functionality (probably within an extra
package), and that's why I thought about such functions in Octave. For quick
prototyping would it be nice to have something like that, as setting up an
OpenCV project with picture / video display possibilities on a mac is quite
time-consuming.



Søren Hauberg wrote:
> 
> Yes, I also believe this is the easiest approach. That being said, are
> you sure you want get images in real time with Octave. Real time image
> processing usually needs to be done in lower level programming languages
> like C or C++ due to speed reasons.
> 
> Søren
> 
> lør, 29 11 2008 kl. 13:09 +0100, skrev Carlos Medrano:
>> I  think there are some bindings for OpenCV in Octave. I have never used
>> these 
>> bindings, but in OpenCV (HighGui) you have some functions to get pictures 
>> from cameras. 
>> 
>>  May be this indirect method can help you.
>> 
>> Carlos
>> 
>> On Saturday 29 November 2008 11:40, Michael Goffioul wrote:
>> > AFAIK, there's no builtin support to access USB (or serial)
>> > port from octave. You'll have to write that part yourself in
>> > C/C++.
>> >
>> > Michael.
>> >
>> > On Fri, Nov 28, 2008 at 11:55 AM, Wydou <address@hidden> wrote:
>> > > Hi all
>> > >
>> > > I would like to capture the camera picture of my old logitech webcam
>> > > within octave. It's an USB webcam, which is supported by the macam
>> > > driver.
>> > >
>> > > Is it acutally possible to access a live video stream in octave?
>> > > If yes, has anybody done this already with macam?
>> > >
>> > > Thank you in advance
>> > > Wydou
>> > >
>> > >
>> > > --
>> > > View this message in context:
>> > >
>> http://www.nabble.com/Octave-and-live-capturing-camera-tp20733190p2073319
>> > >0.html Sent from the Octave - General mailing list archive at
>> Nabble.com.
>> > >
>> > > _______________________________________________
>> > > Help-octave mailing list
>> > > address@hidden
>> > > https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>> >
>> > _______________________________________________
>> > Help-octave mailing list
>> > address@hidden
>> > https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>> _______________________________________________
>> Help-octave mailing list
>> address@hidden
>> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
> 
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Octave-and-live-capturing-camera-tp20733190p20748415.html
Sent from the Octave - General mailing list archive at Nabble.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]