Skip to main content

How to set the zoom for additional video renderers (multiscreen)?

Products: Video Capture SDK .Net, Video Edit SDK .Net, Media Player SDK .Net

You can set independent zoom ratio, shift X, and shift Y values independent for each screen.

Sample code

VideoCapture1.MultiScreen_SetZoom(0, 50, 0, 0);

VideoCapture1.MultiScreen_SetZoom(1, 20, 10, 20);

VideoCapture1.MultiScreen_SetZoom(2, 30, 0, 30);

Required redists

  • SDK redist

How can the required redists be installed or deployed to the user's PC?


Visit our GitHub page to get more code samples.