13 lines
No EOL
217 B
C#
13 lines
No EOL
217 B
C#
using CrestronOpenCvSharp.Capture;
|
|
|
|
namespace CrestronOpenCvSharp;
|
|
|
|
public class UiHandler
|
|
{
|
|
private MjpegCapture _capture;
|
|
|
|
public UiHandler(MjpegCapture capture)
|
|
{
|
|
_capture = capture;
|
|
}
|
|
} |