views:

16

answers:

0

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?