Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CapturePixelFormat

The encoded image or video pixel format to use for PhotoCapture and VideoCapture.
Read time 1 minuteLast updated 7 days ago

Definition

public enum CapturePixelFormat

Fields

Value

Description

BGRA328 bits per channel (blue, green, red, and alpha).
JPEGEncode photo in JPEG format.
NV128-bit Y plane followed by an interleaved U/V plane with 2x2 subsampling.
PNGPortable Network Graphics Format.