At 07:03 AM 10/23/2002 +0000, Gerd Knorr wrote:
> echo "5" >/proc/video/vicam/video0/gain
>
> I have no attachment to either method and am perfectly willing to
implement
> the latter method. I just wanted to see if anybody had strong opinions on
> the matter.
Havn't looked much at driverfs yet, but I'd use that instead of /proc,
especially for new stuff. Maybe we should have some class/video (or v4l
to avoid name clashes with the framebuffer video folks?) where all
video4linux drivers are listed? And drop /proc/video in favor of this?
Gerd
Greg originally suggested using driverfs, and mentioned that eventually all
the V4L proc stuff will move over there. My only problem with using
driverfs now is that currently everything V4L is nestled in /proc/video, so
everybody knows where to go looking. If I'm off by myself and every one
else is in /proc/video I don't see that as a good thing.
-Joe