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.
Note: all remaining cameras are automatically freed when the program ends.
Parameters
#Camera - The number of the camera you want to free. This is the value which you used when you created the camera using CreateCamera()
Return value
This function does not return any value.
Supported OS
All