Displaying Video using a Window Handle

Posted by fergs on Stack Overflow See other posts from Stack Overflow or by fergs
Published on 2010-03-30T03:10:41Z Indexed on 2010/03/30 3:13 UTC
Read the original article Hit count: 461

Filed under:
|

I'm working on a C# wrapper for Dallmeier camera's and currently have a working wrapper. I can connect to a camera via passing the window handle (in my application its a picture box handle), this is used to send video and messages.

Once connected I can then send the StartLiveView command and then a live stream video will be shown in the picture box.

Can someone explain how this works by just giving the window handle?

And how can I grab an Image from this stream when Picturebox1.Image is null?

© Stack Overflow or respective owner

Related posts about handle

Related posts about video-streaming