gapi_oak_EncoderConfig_Profile
import { gapi_oak_EncoderConfig_Profile } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSConstructor or factory
CLASSgapi_oak_EncoderConfig_Profile
RETURN TYPEOwned native handle
Native object: release it with using or delete(). Factories can return null; check before calling methods.
Encoding profile, H264, H265 or MJPEG
Constructors and members
static H264_BASELINE
Encoding profile, H264, H265 or MJPEG
H264_BASELINE: gapi_oak_EncoderConfig_ProfileValue<0>,static H264_HIGH
Encoding profile, H264, H265 or MJPEG
H264_HIGH: gapi_oak_EncoderConfig_ProfileValue<1>,static H264_MAIN
Encoding profile, H264, H265 or MJPEG
H264_MAIN: gapi_oak_EncoderConfig_ProfileValue<2>,static H265_MAIN
Encoding profile, H264, H265 or MJPEG
H265_MAIN: gapi_oak_EncoderConfig_ProfileValue<3>,static MJPEG
Encoding profile, H264, H265 or MJPEG
MJPEG: gapi_oak_EncoderConfig_ProfileValue<4>These signatures describe this package. Upstream documentation can mention optional backends that are absent from this build. Check runtime compatibility before choosing a backend or file format.