.. _module-camera: Camera -------------------------- * **Identifier** - CAMERA * **Description** - Defines functionalities for controlling device camera. * **Current Version** - 1 * **Initialization** - Checks whether camera hardware is present on device or not. * **Destroy** - None * **Dependencies** - :ref:`module-core` Trigger New Picture ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. cssclass:: table-bordered +--------------+---------------------------------+--------------+------------------------------------------------------+ | Name | NEW-PICTURE | +--------------+---------------------------------+--------------+------------------------------------------------------+ | Description | Executes a new photo is taken. | +--------------+---------------------------------+--------------+------------------------------------------------------+ .. cssclass:: table-bordered +--------------+---------------------------------+--------------+--------------+---------------------------------------+ | | Type | Name | Description | +==============+=================================+==============+==============+=======================================+ | Variables | CORE.URI | URI | Path of new picture. | +--------------+---------------------------------+--------------+--------------+---------------------------------------+ Trigger New Video ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. cssclass:: table-bordered +--------------+---------------------------------+--------------+------------------------------------------------------+ | Name | NEW-VIDEOCLIP | +--------------+---------------------------------+--------------+------------------------------------------------------+ | Description | Executes when a new videoclip is recorded. | +--------------+---------------------------------+--------------+------------------------------------------------------+ .. cssclass:: table-bordered +--------------+---------------------------------+--------------+--------------+---------------------------------------+ | | Type | Name | Description | +==============+=================================+==============+==============+=======================================+ | Variables | CORE.URI | URI | Path of new videoclip. | +--------------+---------------------------------+--------------+--------------+---------------------------------------+