[vtkusers] OpenCV webcam capture on vtk

David Gobbi david.gobbi at gmail.com
Fri Sep 24 09:15:20 EDT 2010


This is doable with VTK.  The "real time" part depends on what kind of
filtering you use, but for simple filtering VTK can easily keep up
with the frame rate.

Take a look at vtkVideoSource, you could derive a subclass can call it
vtkIplVideoSource.

 David


On Fri, Sep 24, 2010 at 4:36 AM, Rafael Palomar
<rafaelpalomaravalos at gmail.com> wrote:
>  Hello,
>
> I would like to process video in real time and show the results by using
> VTK. Does anyone how to do this?
>
> My first approach has been trying to get frames from IplImage to
> vtkImageData at regular intervals of time using a timer. Is there any way to
> update the vtkImageData in order to display the results?
>
> Thanks a lot for you help.
>
> Best regards,
> Rafael Palomar
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>



More information about the vtkusers mailing list