Skip to content

Display capture

Lena edited this page Oct 30, 2022 · 2 revisions

Since version 3.0.0, SeeShark now supports display capture!

Using a display with SeeShark is very similiar to using a camera.

All you need is a DisplayManager.

var manager = new DisplayManager();

Here, exactly as with cameras, you can use manager.GetDevice() to get a display device, but instead of returning a Camera object, it will return a Display object, that behaves in exactly the same way.