Class SpinnakerNET::ManagedCameraList¶
ClassList > SpinnakerNET > ManagedCameraList
#include <ManagedCameraList.h>
Inherits the following classes: SpinnakerNET::IManagedCameraList, List< IManagedCamera^>
Public Functions¶
| Type | Name |
|---|---|
| virtual void | Append (IManagedCameraList^ otherList) |
| virtual IManagedCamera | GetByIndex (unsigned int index) |
| virtual IManagedCamera | GetBySerial (String^ serialNumber) |
| virtual void | RemoveByIndex (unsigned int index) |
| virtual void | RemoveBySerial (String^ serialNumber) |
Public Functions inherited from SpinnakerNET::IManagedCameraList¶
See SpinnakerNET::IManagedCameraList
| Type | Name |
|---|---|
| void | Append (IManagedCameraList^ otherList) |
| IManagedCamera | GetByIndex (unsigned int index) |
| IManagedCamera | GetBySerial (String^ serialNumber) |
| void | RemoveByIndex (unsigned int index) |
| void | RemoveBySerial (String^ serialNumber) |
Public Functions Documentation¶
function Append¶
Appends a managed camera list to the current list.
Parameters:
otherListThe other list to append to this list
Implements SpinnakerNET::IManagedCameraList::Append
function GetByIndex¶
Returns a managed camera object at the "index". This function will throw a SpinnakerNET exception if the input index is out of range.
Parameters:
indexThe index at which to retrieve the camera object
Returns:
A managed camera object.
Implements SpinnakerNET::IManagedCameraList::GetByIndex
function GetBySerial¶
Returns a managed camera object with the specified serial number. This function will return a null managed camera if no matching camera serial is found.
Parameters:
serialNumberThe serial number of the camera object to retrieve
Returns:
A managed camera object.
Implements SpinnakerNET::IManagedCameraList::GetBySerial
function RemoveByIndex¶
Removes a managed camera at "index". This function will throw a SpinnakerNET exception if the input index is out of range.
Parameters:
indexThe index at which to remove the Camera object
Implements SpinnakerNET::IManagedCameraList::RemoveByIndex
function RemoveBySerial¶
Removes a managed camera using it's serial number. This function will throw a SpinnakerNET exception if no matching camera serial is found.
Parameters:
serialNumberThe serial number of the managed Camera to remove
Implements SpinnakerNET::IManagedCameraList::RemoveBySerial
The documentation for this class was generated from the following file /workspace/src/SpinnakerNET/ManagedCameraList.h