# Camera Skill
Camera skill for OpenVoiceOS, needs the companion [ovos-PHAL-plugin-camera](https://github.com/OpenVoiceOS/ovos-PHAL-plugin-camera)
## Description
This skill allows you to ask to take pictures using a connected webcam. You can configure various settings to customize its behavior.
## Examples
* "Take a picture"
## Settings
The `settings.json` file allows you to configure the behavior of the Camera Skill. Below are the available settings:
| Setting Name | Type | Default | Description |
|----------------------|----------|---------------|-----------------------------------------------------------------------------|
| `play_sound` | Boolean | `true` | Whether to play a sound when a picture is taken. |
| `camera_sound_path` | String | `camera.wav` | Path to the sound file to play when taking a picture. |
| `pictures_folder` | String | `~/Pictures` | Directory where pictures are saved. |
### Example `settings.json`
```json
{
"play_sound": true,
"camera_sound_path": "/path/to/camera.wav",
"pictures_folder": "/home/user/Pictures"
}
```
Raw data
{
"_id": null,
"home_page": "https://github.com/OpenVoiceOS/ovos-skill-camera",
"name": "ovos-skill-camera",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "ovos skill plugin",
"author": "OpenVoiceOS",
"author_email": "jarbasai@mailfence.com",
"download_url": "https://files.pythonhosted.org/packages/75/71/a171a571b7ebf2972431c7b60445b3ace1a596d1008a54e56fd0f54ee621/ovos-skill-camera-1.0.2.tar.gz",
"platform": null,
"description": "# Camera Skill\n\nCamera skill for OpenVoiceOS, needs the companion [ovos-PHAL-plugin-camera](https://github.com/OpenVoiceOS/ovos-PHAL-plugin-camera)\n\n## Description\n\nThis skill allows you to ask to take pictures using a connected webcam. You can configure various settings to customize its behavior.\n\n## Examples\n\n* \"Take a picture\"\n\n## Settings\n\nThe `settings.json` file allows you to configure the behavior of the Camera Skill. Below are the available settings:\n\n| Setting Name | Type | Default | Description |\n|----------------------|----------|---------------|-----------------------------------------------------------------------------|\n| `play_sound` | Boolean | `true` | Whether to play a sound when a picture is taken. |\n| `camera_sound_path` | String | `camera.wav` | Path to the sound file to play when taking a picture. |\n| `pictures_folder` | String | `~/Pictures` | Directory where pictures are saved. |\n\n### Example `settings.json`\n\n```json\n{\n \"play_sound\": true,\n \"camera_sound_path\": \"/path/to/camera.wav\",\n \"pictures_folder\": \"/home/user/Pictures\"\n}\n```\n\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "OVOS camera skill",
"version": "1.0.2",
"project_urls": {
"Homepage": "https://github.com/OpenVoiceOS/ovos-skill-camera"
},
"split_keywords": [
"ovos",
"skill",
"plugin"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a66a23149d30d5f8bc1d2128948e53f60c353c41876dd0f19705e7db5fc90e0c",
"md5": "fb2cfe0adf1e76b8541a7f16ef966dc2",
"sha256": "dc5fe45f00145b6375b9244323721f3aff881e331a2b4b199f67328454b03596"
},
"downloads": -1,
"filename": "ovos_skill_camera-1.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fb2cfe0adf1e76b8541a7f16ef966dc2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 21647,
"upload_time": "2025-01-18T21:50:45",
"upload_time_iso_8601": "2025-01-18T21:50:45.493475Z",
"url": "https://files.pythonhosted.org/packages/a6/6a/23149d30d5f8bc1d2128948e53f60c353c41876dd0f19705e7db5fc90e0c/ovos_skill_camera-1.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7571a171a571b7ebf2972431c7b60445b3ace1a596d1008a54e56fd0f54ee621",
"md5": "ce19e76cceed4c476dbec958b1bfab26",
"sha256": "367edbda74b8cfcbd43a85ce2bb24a1edd95d57fbfbfbdd35f567a82442659c8"
},
"downloads": -1,
"filename": "ovos-skill-camera-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "ce19e76cceed4c476dbec958b1bfab26",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 14336,
"upload_time": "2025-01-18T21:50:47",
"upload_time_iso_8601": "2025-01-18T21:50:47.144701Z",
"url": "https://files.pythonhosted.org/packages/75/71/a171a571b7ebf2972431c7b60445b3ace1a596d1008a54e56fd0f54ee621/ovos-skill-camera-1.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-18 21:50:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "OpenVoiceOS",
"github_project": "ovos-skill-camera",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "ovos_workshop",
"specs": [
[
">=",
"0.0.12"
]
]
}
],
"lcname": "ovos-skill-camera"
}