Hello, Does anyone have a tool to save a mjpeg stream captured from an uvc webcam that outputs mjpeg (like the Logitech Quickcam 5000) directly to disk, using a command-line tool (that could be embedded in scripts)? I tried getting the stream from the webcam with uvc_stream and saving it with vlc, but even with command-line option vlc still opens the GUI. I would like to save the mjpeg directly without relying on transcoding (like with ffmpeg) due to CPU utilization (planning to use it on an embedded CPU). Tried also with wget, but the output file is a sequence of jpegs, and I believe there is a need of changing file structure to convert it to mjpeg (ffmpeg does it, but I don't want to do post processing either). Has anyone modified uvc_stream to output to disk also, or has a tool that grabs the http stream generated by uvc_stream and generates an mjpeg video file?
Thanks Cesar _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
