| 
 | 
 Edited by @lex at 2015-12-4 18:22  
 
I attached the code, don't know you can get it (it does not show to me) 
Unfortunately i still have issues with the register settings for the 800x600 and 1600x1200, we need someone to pick it up and fix it, maybe you or @Sitheek can help. 
At least we have some improvments (running with dram: 480 and 1.2Ghz): 
before (original) 
800x600 ........... 9 FPS 
1600x1200 ....... 6 FPS 
after (modified with leafpad) 
640x480 ........... 16 FPS 
1280x720 ......... 10 FPS 
 
 
Tested with 640x480 and 1280x720 (HD) 
If you want to keep the original code, comment this: 
/* ----------------------------------- */ 
/* comment _640x480_1280x720_ONLY      */ 
/* if you want 800x600 and 1600x1200   */ 
/* ----------------------------------- */ 
// #define _640x480_1280x720_ONLY 
 
 
fswebcam -r 1600x1200 --fps 25 -p YUV420P - > cam1600x1200.jpg 
fswebcam -r 1280x720 --fps 25 -p YUV420P - > cam1280x720.jpg 
fswebcam -r 640x480 --fps 25 -p YUV420P - > cam640x480.jpg 
fswebcam -r 800x600 --fps 25 -p YUV420P - > cam800x600.jpg 
 
 
 |   
This thread contains more resources
You need to Log in to download or view,No account?   
  Register  
 
x
 
 
 
 
 |