Skip to content

VideoCaptureOBSensorDataType

videoioclassOpenCV 5.0.0
import { VideoCaptureOBSensorDataType } from '@banou/opencv-wasm'

Use after await initOpenCV(). See the initialization and named imports guide.

ARGUMENTSConstructor or factory
CLASSVideoCaptureOBSensorDataType
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.

Images

OBSENSOR data given from image generator

Constructors and members

static CAP_OBSENSOR_DEPTH_MAP

Depth values in mm (CV_16UC1)

CAP_OBSENSOR_DEPTH_MAP: VideoCaptureOBSensorDataTypeValue<0>,

static CAP_OBSENSOR_BGR_IMAGE

Data given from BGR stream generator

CAP_OBSENSOR_BGR_IMAGE: VideoCaptureOBSensorDataTypeValue<1>,

static CAP_OBSENSOR_IR_IMAGE

Data given from IR stream generator(CV_16UC1)

CAP_OBSENSOR_IR_IMAGE: VideoCaptureOBSensorDataTypeValue<2>

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.