fahadino / flash-videoio

Automatically exported from code.google.com/p/flash-videoio
0 stars 0 forks source link

Wide 16:9 capturing #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Using any HD or 16:9 (wide) capable webcam
2.still the VideoIO will force the camera into 4:1 ratio
3.

What is the expected output? What do you see instead?
The expectation is to have a property to define wide capturing in 16:9 instead 
of 4:1. This is particularly important for HD webcams.

What version of the product are you using? On what operating system?
VideoIO 2.7 

Please provide any additional information below.

Original issue reported on code.google.com by f.parra....@gmail.com on 6 Oct 2011 at 6:00

GoogleCodeExporter commented 9 years ago
Fixed in SVN. Will be available in 3.1.

Defined a new "cameraDimension" property which can take the dimension, e.g., 
"640x480" or any other ratio. For display (play-mode) this property specifies 
the publishing side's capture dimension so that the video can be displayed 
correctly. Please use this in conjunction with "zoom" property.

Original comment by kundan10 on 21 Dec 2011 at 9:51