Changes the image size of the connected device. \n
* Similar to \ref imVideoCaptureSetFormat, but changes only the size. \n
* Valid sizes can be obtained with \ref imVideoCaptureGetFormat. \n
* Returns zero if failed.
*
* \verbatim vc:SetImageSize(width: number, height: number) -> error: boolean [in Lua 5] \endverbatim
* \ingroup capture
Changes the image size of the connected device. \n * Similar to \ref imVideoCaptureSetFormat, but changes only the size. \n * Valid sizes can be obtained with \ref imVideoCaptureGetFormat. \n * Returns zero if failed. * * \verbatim vc:SetImageSize(width: number, height: number) -> error: boolean [in Lua 5] \endverbatim * \ingroup capture