Closed GoogleCodeExporter closed 8 years ago
When you work with video sources implementing (IVideoSource) interface, you
need to
clone image, when you do processing of NewFrame event. All video sources
dispose
original image, so you can not work with image, which was passed to the event
handler, but you need to make a copy.
In your code make a clone, before assigning picture to Picture Box.
Documentation for all video sources was already updated, so it will be clear
from
docs of the new version.
Also 2.0 version of the framework will provide special control, which could be
used
for playing video source.
Original comment by andrew.k...@gmail.com
on 4 Oct 2008 at 11:09
Original issue reported on code.google.com by
paladino...@gmail.com
on 4 Oct 2008 at 11:02Attachments: