mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Added resizevideo() interface to LiveVideoIn and rationalized size
adjustments (somewhat). Adapted Vsend to use it.
This commit is contained in:
parent
d65f45da26
commit
f8848acca3
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class LiveVideoIn:
|
|||
|
||||
# Initialize an instance. Arguments:
|
||||
# vw, vh: size of the video window data to be captured.
|
||||
# For some reason, vw MUST be a multiples of 4.
|
||||
# For some reason, vw MUST be a multiple of 4.
|
||||
# Note that the data has to be cropped unless vw and vh are
|
||||
# just right for the video board (vw:vh == 4:3 and vh even).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue