.. _doxcsid-class_p1_1_1_camera_sdk_1_1_camera_1a0ef9456c78d49bc19e4d491d835b8779: Camera.TriggerCapture Method ++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1Sdk`` Take a picture with the camera .. ref-code-block:: csharp :class: doxyrest-overview-code-block public void TriggerCapture(); This method triggers the camera to take a picture, with its current settings and mode. If you with to receive the picture taken, you must first subscribe to :ref:`IFullImageSubscription `. If you do not, the triggering will fail if there is no storage media in the camera. Be aware that actual triggering might also fail for a couple of other reasons. You can see if the camera is ready to trigger a capture, by examining the *Ready For Capture* property. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - :ref:`SdkException ` - :ref:`SdkException ` with the error-code if something goes wrong. .. rubric:: See also: :ref:`Subscriptions `, :ref:`IFullImageSubscription `