Hi,<br><br>vtkCamera is really only a wrapper around the OpenGL viewport transform matrix. It doesn&#39;t take pictures in the way that a real camera does...<br><br>If you want to save the image as seen by a particular camera, you can set that up as the active camera in the renderer, and use vtkWindowToImageFilter to grab the image from the render window. See CaptureImage in this Python example: <a href="http://public.kitware.com/cgi-bin/viewcvs.cgi/*checkout*/Examples/GUI/Python/ImagePlaneWidget.py?root=VTK&amp;content-type=text/plain">http://public.kitware.com/cgi-bin/viewcvs.cgi/*checkout*/Examples/GUI/Python/ImagePlaneWidget.py?root=VTK&amp;content-type=text/plain</a><br>
<br>Regards,<br>Shash<br><br><div class="gmail_quote">On Mon, May 16, 2011 at 2:28 PM, kitknow <span dir="ltr">&lt;<a href="mailto:philip.beelmann@gmail.com">philip.beelmann@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi!<br>
<br>
i want to know wether it is possible to take a picture from the point of<br>
views of one or more vtkCameras.<br>
Does anyone have an idea?<br>
<br>
Best Regards<br>
Philip<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/How-to-let-vtkCamera-take-a-picture-tp4399778p4399778.html" target="_blank">http://vtk.1045678.n5.nabble.com/How-to-let-vtkCamera-take-a-picture-tp4399778p4399778.html</a><br>

Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br>