I use the aforge library, when connected to a video device, the video broadcast in videosourceplayer does not show in the center, why is that? enter image description here

    1 answer 1

    Judging by the image you are using a ready-made example of Snapshot Maker . So you make mistakes, while writing code, you could not. Therefore, the problem is most likely hidden in the video device itself.

    If you wrote the code yourself, then lay out the minimum working code segment in which this effect is observed. I played a bit with an example, I didn’t achieve this effect right away (unless I specifically tried).

    • Yes, I used a ready-made example, I suspect that the matter is in the drivers. - Evgeny Kuznetsov