-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolution? #3
Comments
Hi Thomas, http://batchloaf.wordpress.com/2011/11/27/ultra-simple-machine-vision-in-c-with-roboteyes/ It lets you set the resolution using "/width" and "/height" command line arguments. If you want to convert automatically to jpeg, the easiest way to do it automatically is using ImageMagick's "convert" command (ImageMagick is free):
Regards, |
Hi, thanks for the quick reply. The converion to JPEG is not the problem. However, I found a program called DsGrab Thank you anyway. On 23.01.2013 11:37, Ted Burke wrote:
|
Ok great, glad to hear you got sorted out anyway. Thanks for the link to DSgrab - I haven't come across it before. Looks useful! |
Hi,
your tool works great, however I would love to be able to take resolutions other than 640x480, so a /resolution parameter would be nice.
Also I would suggest returning JPEG instead of BMP
The text was updated successfully, but these errors were encountered: