sensenmercado / jpegcam

Automatically exported from code.google.com/p/jpegcam
GNU Lesser General Public License v3.0
0 stars 0 forks source link

feature request: frame rate limit/change to default 20 #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
on high resolution (HD) webcam the cpu usage is very high! May you can add a 
way to change the framerate from (30)

>>
camera.setMode( Math.max(video_width, server_width), Math.max(video_height, 
server_height), 30);
<<

to a lower value (20 should by enough)

Regards Thomas

Original issue reported on code.google.com by hallo123...@gmail.com on 2 Feb 2013 at 1:50