Class representing a camera.
Retrieves the descriptor of the camera stream.
next(): Generator<Uint8Array, void, unknown>
Generator function yielding Uint8Array frames from the camera.
Class representing a camera.
Retrieves the descriptor of the camera stream.
next(): Generator<Uint8Array, void, unknown>
Generator function yielding Uint8Array frames from the camera.
Add Package
deno add jsr:@sigmasd/eye-ts
Import symbol
import { Camera } from "@sigmasd/eye-ts";
Import directly with a jsr specifier
import { Camera } from "jsr:@sigmasd/eye-ts";