ref: 9ca6ca345fa3b06dbf35e7808c35c0aaa7aa3bec
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 *);