UNPKG

rpi-cam-lib

Version:

A lightweight library to control CSI-2 camera modules via any raspberry pi can read camera module but is dependent to shell.

10 lines (9 loc) 178 B
export type * from "./camera"; export interface IOutputException { success: boolean; error?: { readable: string; name: string; }; output?: any; }