.. _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 call :ref:`EnableImageReceiving(bool) ` and set it to ``true``. If 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. If need to listen for the trigger event notification, to be sure that triggering occured. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - :ref:`SdkException ` - :ref:`SdkException ` with the error-code if something goes wrong. .. rubric:: See also: :ref:`EnableImageReceiving(bool) `, :ref:`WaitForImage `