FreeCamera()
语法
FreeCamera(#Camera)概要
Frees a camera and releases all its associated memory. This camera must not be used (by using its number with the other functions in this library) after calling this function, unless you create it again.
参数
#Camera The camera to free. If #PB_All is specified, all the remaining cameras are freed.
返回值
无.
Remarks
All remaining cameras are automatically freed when the program ends.
参阅
CreateCamera()
已支持操作系统
所有