Table of Contents

Enum AndroidUVCFrameFormat

Namespace
VisioForge.Core.Types.X.Sources.AndroidUVC
Assembly
VisioForge.Core.dll

Frame formats a USB (UVC) camera can deliver through the SDK.

public enum AndroidUVCFrameFormat

Fields

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.