Enum AndroidUVCFrameFormat
- Assembly
- VisioForge.Core.dll
Frame formats a USB (UVC) camera can deliver through the SDK.
public enum AndroidUVCFrameFormatFields
Unknown = 0-
A format the SDK cannot stream.
MJPEG = 1-
Motion JPEG. Every frame is a complete JPEG image.
YUY2 = 2-
Packed 4:2:2 YUV, uncompressed.