[julia-users] Re: Image acquisition

2014-09-12 Thread Simon Danisch
I'm quite excited too!
Especially, as I started integrating Leap Motion (Image Stream and 
Skeleton), occulus is on the way, web-cam seems to work fine and maybe we 
can get Kinect V2 at some point!
The Kinect should work especially well with GLPlot :)
I looked into the state of the Kinect V2 open source driver and it seems 
they're on the way.
Biggest problem for me is, that I just own a Leap Motion. 
So I can't really look into Oculus and Kinect support :(
I hope, we can start some cool, Multi Sensory, GPU accelerated, Computer 
Vision efforts!


Am Montag, 8. September 2014 18:06:45 UTC+2 schrieb Miguel Belbut Gaspar:
>
> Hi,
>
> Has anyone found a way to do image acquisition (from a webcam or some kind 
> of digital camera) directly in Julia? Or should we communicate directly 
> with some library/dll to achieve that?
>
> Miguel
>


Re: [julia-users] Re: Image acquisition

2014-09-12 Thread Leah Hanson
I just wanted to say that I copied the code from Simon's gist, and once I
had all the packages installed, it was really exciting to see video from
the webcam via Julia. :)

-- Leah

On Fri, Sep 12, 2014 at 12:19 PM, Simon Danisch  wrote:

> GStreamer has some shaders for the conversion:
>
> http://cgit.freedesktop.org/gstreamer/gst-plugins-gl/tree/gst-libs/gst/gl/gstgldownload.czz
> So I'd say we're not very far away from this goal, as the rest is already
> on the GPU ;)
>
> Am Montag, 8. September 2014 18:06:45 UTC+2 schrieb Miguel Belbut Gaspar:
>>
>> Hi,
>>
>> Has anyone found a way to do image acquisition (from a webcam or some
>> kind of digital camera) directly in Julia? Or should we communicate
>> directly with some library/dll to achieve that?
>>
>> Miguel
>>
>


[julia-users] Re: Image acquisition

2014-09-12 Thread Simon Danisch
GStreamer has some shaders for the conversion:
http://cgit.freedesktop.org/gstreamer/gst-plugins-gl/tree/gst-libs/gst/gl/gstgldownload.czz
So I'd say we're not very far away from this goal, as the rest is already 
on the GPU ;)

Am Montag, 8. September 2014 18:06:45 UTC+2 schrieb Miguel Belbut Gaspar:
>
> Hi,
>
> Has anyone found a way to do image acquisition (from a webcam or some kind 
> of digital camera) directly in Julia? Or should we communicate directly 
> with some library/dll to achieve that?
>
> Miguel
>


[julia-users] Re: Image acquisition

2014-09-11 Thread Simon Danisch
Very nice library!!
I made a little example for the usage of VideoIO with GLPlot.

On my PC, its a lot faster than VideoIO.viewcam(), and you can use real 
time filterig
https://gist.github.com/SimonDanisch/fa3993176a015215092c
Hope you like it!

Best,
Simon

Am Montag, 8. September 2014 18:06:45 UTC+2 schrieb Miguel Belbut Gaspar:
>
> Hi,
>
> Has anyone found a way to do image acquisition (from a webcam or some kind 
> of digital camera) directly in Julia? Or should we communicate directly 
> with some library/dll to achieve that?
>
> Miguel
>