ovos-skill-camera


Nameovos-skill-camera JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/OpenVoiceOS/ovos-skill-camera
SummaryOVOS camera skill
upload_time2025-01-24 16:57:39
maintainerNone
docs_urlNone
authorOpenVoiceOS
requires_pythonNone
licenseApache-2.0
keywords ovos skill plugin
VCS
bugtrack_url
requirements ovos_workshop
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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/0c/4e/5aa5d91074a47b5cc2598440a7cc480c99968ef79e758e99a6f6960b0f37/ovos-skill-camera-1.0.4.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.4",
    "project_urls": {
        "Homepage": "https://github.com/OpenVoiceOS/ovos-skill-camera"
    },
    "split_keywords": [
        "ovos",
        "skill",
        "plugin"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b2b3c83efae63047ed5c60679aada681a64bbd4a3c6881d3935f077e2331fa77",
                "md5": "55309b877090acce0ee00cbfa68c2288",
                "sha256": "2958249b630a8e6a4cd34063fce15a92a1efaef18b6665df7b5fa6e035a16af3"
            },
            "downloads": -1,
            "filename": "ovos_skill_camera-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "55309b877090acce0ee00cbfa68c2288",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 27821,
            "upload_time": "2025-01-24T16:57:37",
            "upload_time_iso_8601": "2025-01-24T16:57:37.905723Z",
            "url": "https://files.pythonhosted.org/packages/b2/b3/c83efae63047ed5c60679aada681a64bbd4a3c6881d3935f077e2331fa77/ovos_skill_camera-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0c4e5aa5d91074a47b5cc2598440a7cc480c99968ef79e758e99a6f6960b0f37",
                "md5": "0a2ef143f5b247e867c0c29a5df00a4f",
                "sha256": "1819c9245c16e70b2c095b0ec69811ef5756ebbccd9797d1e18ea33c392cc617"
            },
            "downloads": -1,
            "filename": "ovos-skill-camera-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "0a2ef143f5b247e867c0c29a5df00a4f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 15913,
            "upload_time": "2025-01-24T16:57:39",
            "upload_time_iso_8601": "2025-01-24T16:57:39.499045Z",
            "url": "https://files.pythonhosted.org/packages/0c/4e/5aa5d91074a47b5cc2598440a7cc480c99968ef79e758e99a6f6960b0f37/ovos-skill-camera-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-24 16:57:39",
    "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"
}
        
Elapsed time: 1.06764s