Class MockCameraConfiguration
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
public class MockCameraConfiguration
- Inheritance
-
MockCameraConfiguration
- Inherited Members
Constructors
MockCameraConfiguration(string, string, string, bool)
public MockCameraConfiguration(string imagePath, string capturedImagePath, string label = "", bool refreshEachTime = false)
Parameters
Properties
CapturedImagePath
public string CapturedImagePath { get; set; }
Property Value
ImagePath
public string ImagePath { get; set; }
Property Value
Label
public string Label { get; set; }
Property Value
RefreshOnEachFrame
public bool RefreshOnEachFrame { get; set; }