ref: f0f2d452c873255dec4b3359b3f93e349be0f2c5
dir: /sys/src/cmd/nusb/cam/fns.h/
char *ctlread(Cam *); void printProbeControl(Fmt *fmt, void *vp); 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 *);