Skip to content
Speykious edited this page Feb 23, 2022 · 14 revisions

SeeShark is a simple camera library. (From version 3.0.0 it can now also do display capture!)

It is currently released on NuGet as NuGet.

Overview

  • Getting Started will show you how to get started with step-by-step instructions.
  • Handling device notifications will show you how to listen to device connection/removal notifications.
  • Saving images will show you how to save the frames to a file, using ImageSharp, a modern .NET 2D Graphics library.
  • The FAQ contains solutions to common issues you might run into when using this library.