Skip to content

gapi_oak_EncoderConfig_Profile

gapiclassOpenCV 5.0.0
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
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

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.