|
getVideoWidth
|
|
|
|
| None
|
|
|
|
|
|
|
| The width of the incoming video in pixels.
|
|
|
| ERR_OK
|
|
|
| The flag set if successful.
|
|
|
| ERR_FAILED
|
|
|
| The flag set if failed.
|
|
|
| This set of statements retrieves the width and height of the video and prints the information in the terminal window:
|
|
|
| x=getVideoWidth ()
|
| y=getVideoHeight ()
|
| print "width=", x
|
| print "height=", y
|
|
|
|
|
|
|