Metadata-Version: 2.1
Name: neon-skill-camera
Version: 0.0.1a0
Summary: UNKNOWN
Home-page: https://github.com/NeonGeckoCom/skill-camera
Author: Neongecko
Author-email: developers@neon.ai
License: BSD-3-Clause
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: neon-utils (<2.0.0,>=0.5.7)

# <img src='https://0000.us/klatchat/app/files/neon_images/icons/neon_skill.png' card_color="#FF8600" width="50" style="vertical-align:bottom">Camera 

## Summary  

Take pictures and videos.

## Description  

The skill allows you to capture pictures and videos and saves them to your local device.

## Examples  

First, make your request:  

Say `“Hey Neon”` if you are in the wake words mode. 

- "neon take a picture"

- "neon take a video"

- “neon record for 30 seconds”

- "neon show me my last picture"

## Troubleshooting
This skill requires a camera connected and configured to work in Linux.

[fswebcam](http://manpages.ubuntu.com/manpages/bionic/man1/fswebcam.1.html)  
[streamer](http://manpages.ubuntu.com/manpages/xenial/man1/streamer.1.html)  
[MPV](https://mpv.io/)

The above requirements should be installed automatically, but can be installed manually:  

    ```bash
    sudo apt install fswebcam streamer mpv
    ```


Ensure your webcam is connected and working in Ubuntu, you can check functionality in `Cheese`.  
    ```bash
    sudo apt install cheese
    ```

## Contact Support
Use the [link](https://neongecko.com/ContactUs) or [submit an issue on GitHub](https://help.github.com/en/articles/creating-an-issue)

## Credits
[NeonGeckoCom](https://github.com/NeonGeckoCom)
[reginaneon](https://github.com/reginaneon)

## Tags
#NeonGecko Original
#NeonAI


