Interface IPhotoCamera
Interface for still photo camera sensors
Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IPhotoCamera
Methods
CapturePhoto()
Capture a new image/photo
View Source
Declaration
Task<byte[]> CapturePhoto()
Returns
System.Threading.Tasks.Task<System.Byte[]>
: the picture data as a byte array