----- "Laurent Pinchart" <laurent.pinch...@ideasonboard.com> wrote:
> Hi Robert, > > On Thursday 03 November 2011 12:34:55 Robert Krakora wrote: > > Hi Guys, > > > > I did not see audio in the MPEG2 TS stream that I was able to get > out of the > > FaceVsion camera. I purchased one for Laurent for development > purposes. It > > sounds like he has been working with it some. > > Yes I've finally started working on it. Thanks for the hardware. > > I'll post prototype patches to the list. I've been able to get a video > stream > out of the device, but it looks pretty bad when played in mplayer. I'm > not > sure who is at fault that. > > > I wish these vendors would come to some kind of consensus on how to > expose > > H.264 via USB interface. > > The latest version of the UVC 1.1 specification includes an H.264 > payload > format. Unfortunately Microsoft, Logitech and Skype designed something > really > horrible, without much input from anyone else. > > > It seems like it would make life easier for the UVC developers such > as > > Laurent. > > I should come up with my own H.264 UVC payload specification :-) > > > If Laurent needs any more makes/models of H.264 cameras for > development, I > > will accommodate. > > Thank you. I will first try to finish the Facevsion support. > > -- > Regards, > > Laurent Pinchart > Hi Laurent, Thank you taking charge on the MPEG2-TS support. I was thinking that MPEG2-TS container format may contain video stream encoded differently other than H.264. So is it good to take out the container part and exposing the raw stream? I faced problem when I was storing H.264 stream only using gstreamer. Video was running too fast with no timing information and VLC was unable to play that stream. how did you deal with the FID problem? coz MPEG2-TS does not provide such information. What I did was to count certain number of packets and toggle FID forcefully so that buffer is ready for reading. It looks like you are missing some packets coz of which video is bad. I faced the same problem untill i added that FID hack. I hope this will help you. Please let me know if I can help you in this. Regards, Ajay Bhargav _______________________________________________ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel