FreeCamera()
Syntax
FreeCamera(#Camera)Description
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.
Parameters
#Camera The camera to free. If #PB_All is specified, all the remaining cameras are freed.
Return value
None.
Remarks
All remaining cameras are automatically freed when the program ends.
See Also
CreateCamera()
Supported OS
All