You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

ovos-skill-camera

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ovos-skill-camera

OVOS camera skill

1.0.4
PyPI
Maintainers
1

Camera Skill

Camera skill for OpenVoiceOS, needs the companion 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 NameTypeDefaultDescription
play_soundBooleantrueWhether to play a sound when a picture is taken.
camera_sound_pathStringcamera.wavPath to the sound file to play when taking a picture.
pictures_folderString~/PicturesDirectory where pictures are saved.

Example settings.json

{
  "play_sound": true,
  "camera_sound_path": "/path/to/camera.wav",
  "pictures_folder": "/home/user/Pictures"
}

Keywords

ovos skill plugin

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts