using OpenCvSharp;
namespace Squirrowse.Client.Service
{
public abstract class CameraFactory
public abstract VideoCapture GetCamera();
}