ref: 990ceeef3bfd9d56e2e6dd39cf5ac185b1a2de08
dir: /sys/src/cmd/nusb/cam/fns.h/
char *ctlread(Cam *); void printDescriptor(Fmt *, Iface *, void *); int videoopen(Cam *, int); void videoclose(Cam *); void videoread(Req *, Cam *, int); void videoflush(Req *, Cam *); int getframedesc(Cam *, int, int, Format **, VSUncompressedFrame **); int ctlwrite(Cam *, char *);