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 commands in this library) after calling this command, unless you create it again.

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 command does not return any value.

Supported OS

Windows, Linux

<- CreateCamera() - Camera Index - IsCamera() ->