.. _doxcsid-class_p1_1_1_camera_sdk_1_1_camera_descriptor_1a0306e009b47d04874302dd84f8fdc201:

CameraDescriptor.IsOpen Property
++++++++++++++++++++++++++++++++

Definition
""""""""""

*Namespace:* ``P1.CameraSdk``

Boolean stating if the camera is/was opened by this SDK, when the entry was populated. One can register for the SDK-events, :ref:`SdkEventId.CameraOpened <doxcsid-namespace_p1_1_1_camera_sdk_1aecc544c527719387d6a6b0a6c05365d6a8bdbc32e4cb79200f470f0acd86a69ad>` and/or :ref:`SdkEventId.CameraClosed <doxcsid-namespace_p1_1_1_camera_sdk_1aecc544c527719387d6a6b0a6c05365d6a0e64f6b9cf975d61c7a6d0895bf424d1>`, for notifications.

.. ref-code-block:: csharp
	:class: doxyrest-overview-code-block


    public bool IsOpen { get; }