> > I try to create my program for grabbing and use Programming-FAQ in > > xawtv-3.54 > > What size VIDIOCGMBUF? > > I do : printf("VIDIOCGMBUF=%d", VIDIOCGMBUF); > > I take: VIDIOCGMBUF=-2138540524 - I don't understand it. > > And next question: what is the error: VIDIOCMCAPTURE returned error 25??? error 25 is bad value, means either arg 2 or 3 is no good in the ioctl. ie. either VIDIOCGMBUF or whatever you are passing it - most likely the latter. -Brian