.. _doxcsid-class_p1_1_1_camera_sdk_1_1_camera_1ae65734791fa25764517217b6308117cc: Camera.GetAvailableCameras Method +++++++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1Sdk`` Returns a list of all available camera *currently* available. .. ref-code-block:: csharp :class: doxyrest-overview-code-block public static IEnumerable<:ref:`CameraDescriptor`> GetAvailableCameras(); Cameras some and go. The availble cameras might disappear right after this method has returned. Therefore, opening a camera found using this method might still fail. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - InvalidOperationException - the underlying SDK has failed to open * - :ref:`SdkException ` - an error-code inside if something else goes wrong .. rubric:: Returns: A list of cameras attached to your host system .. rubric:: See also: :ref:`CameraDescriptor `