sensenmercado / jpegcam

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

Wrong size of frozen picture if server-side size differs from client-side size #63

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. webcam.get_html(320, 240, 640, 480)
2. webcam.freeze()
3. in the viewport of 320*240 you will see the left-top corner of the final 
(server-side) picture

What is the expected output? What do you see instead?
The Frozen picture should remain the same size as it was. But server-side 
picture should be of the specified size.

What version of the product are you using? On what operating system?
Version 1.0.9

Please provide any additional information below.
Not bad idea to have possibility request max webcam resolution. To setup 
server-size picture accordingly.

Original issue reported on code.google.com by hTo...@gmail.com on 19 Feb 2013 at 3:53