Hello,
How do you install v4l2 in ts-72xx running debian 2.4?
I tried apt-get install libv4l-0 , but it can't find the package.
please help!
Shigang
--- In Philip Heron <> wrote:
>
> Syedsmt wrote:
> > Phil,
> > If the driver only support V4L2..Why went run the code some of
the code still the can read by this webcam, only on under this struct
video_mbuf the program show error.
> >
> > struct video_mbuf vmbuf;
> >
> > if(ioctl(cam,VIDIOCGMBUF,&vmbuf)==-1)
> > {
> > perror("ioctl VIDIOCGMBUF");
> > exit(-1);
> > }
>
> You possibly have the v4l1_compat module loaded? It's a backwards
> compatability layer to allow old V4L1 apps to talk to V4L2 devices, but
> I don't believe it works properly with uvcvideo.
>
> -Phil
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|