> b. I see that you are using /proc/ov511/video* and cpia uses
> /proc/cpia/video*. I thought that drivers were supposed to
> use /proc/driver/xxx for proc-fs data like this (or did I
> dream that?). Or should v4l drivers use /proc/video/* or
> /proc/v4l/* ? Is there any standard^W expectation on this?
There is no current standard here. I would prefer /proc/video/... as it
keeps things less cluttered than /proc/randomcardifoundintheshed/...
> c. Is all of the floating point math done at compile
> time? It can't stay in there if it's done at run time.
> [I just noticed that it was in there previously.]
Generally
(constant * float)
will be ok. Anything else is touchy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]