Skip to content

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

virtual void SpinnakerNET::ManagedCameraList::Append (
    IManagedCameraList ^ otherList
) 

Appends a managed camera list to the current list.

Parameters:

  • otherList The other list to append to this list

Implements SpinnakerNET::IManagedCameraList::Append


function GetByIndex

virtual IManagedCamera SpinnakerNET::ManagedCameraList::GetByIndex (
    unsigned  int index
) 

Returns a managed camera object at the "index". This function will throw a SpinnakerNET exception if the input index is out of range.

Parameters:

  • index The index at which to retrieve the camera object

Returns:

A managed camera object.

Implements SpinnakerNET::IManagedCameraList::GetByIndex


function GetBySerial

virtual IManagedCamera SpinnakerNET::ManagedCameraList::GetBySerial (
    String^ serialNumber
) 

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:

  • serialNumber The serial number of the camera object to retrieve

Returns:

A managed camera object.

Implements SpinnakerNET::IManagedCameraList::GetBySerial


function RemoveByIndex

virtual void SpinnakerNET::ManagedCameraList::RemoveByIndex (
    unsigned  int index
) 

Removes a managed camera at "index". This function will throw a SpinnakerNET exception if the input index is out of range.

Parameters:

  • index The index at which to remove the Camera object

Implements SpinnakerNET::IManagedCameraList::RemoveByIndex


function RemoveBySerial

virtual void SpinnakerNET::ManagedCameraList::RemoveBySerial (
    String^ serialNumber
) 

Removes a managed camera using it's serial number. This function will throw a SpinnakerNET exception if no matching camera serial is found.

Parameters:

  • serialNumber The 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