Thanks, Simon!  I'll try it out this evening.

Right now, reading translates the raw input (usually yuv420p, or maybe
yuv422) to RGB before handing it off. One of my hopes is that we could pass
the raw image data directly to the GPU, decode it there, and eventually
even apply filters or other processing there.

Still a ways to go, but hopefully we'll get there.

Cheers,
  Kevin

On Thursday, September 11, 2014, Simon Danisch <[email protected]> wrote:

> 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
>>
>

Reply via email to