.. _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 ` and/or :ref:`SdkEventId.CameraClosed `, for notifications. .. ref-code-block:: csharp :class: doxyrest-overview-code-block public bool IsOpen { get; }