Skip to content

GraphFrameMetadata

Core and matricestypeOpenCV 5.0.0
import type { GraphFrameMetadata } from '@banou/opencv-wasm'

Signed 64-bit source metadata. Timestamps are microseconds since the Unix epoch by default.

export type GraphFrameMetadata = {
  seqId: bigint,
  timestamp: bigint,
}

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.