On 11/4/07, Tom St <[EMAIL PROTECTED]> wrote:
> Hello Thomas,
hi there

> By a fluke I implemented the YUV pixel format a few hours ago, even
> though I did not like it so much, since it consumes many CPU cycles to
> do such a YUV->JPEG compression.
It does use a bit of cpu- 6% on my 1.9GHz AMD Turion64X2, according to
top (dunno if that counts both cores).  The routers you're planning on
running this on probably don't have 3dNOW+ and SSE2, though.

> In your case the invocation of the server will look like:
> $ export LD_LIBRARY_PATH=.
> $ ./mjpg_streamer --input "input_uvc.so --yuv --fps 5 --resolution
> 320x240" --output "output_http.so --www ./www"
Works beautifully, when it removed the --resolution option.  The "UVC
webcam M-JPEG grabber" didn't recognise --resolution, or -r.  I guess
I should look at the source code and find out why, then I can test in
all camera modes ^_^

thanks!

~thomas
-- 
cartwheel ^(^_^)> v(.-.)v <(^_^)^
_______________________________________________
Linux-uvc-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to