hasBackend static method

bool hasBackend(
  1. VideoCaptureAPIs api
)

Returns true if backend is available

Implementation

static bool hasBackend(VideoCaptureAPIs api) => cvg.cv_video_registry_hasBackend(api.value);