You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

pibooth-stillimage-camera

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pibooth-stillimage-camera

Dummy camera for pibooth, producing still images for testing

0.1.4
pipPyPI
Maintainers
1

pibooth-stillimage-camera

pibooth-stillimage-camera is a plugin for the pibooth application.

It provides a fake camera 'capturing' still images with a dummy text 'Still image for tests' writen in a customizable color, and background color.

It has no use in a real booth scenario, but this way anyone can test the app, even whithout having an actual camera attached!

This project was mostly a first try at cracking at pibooth using a plugin, so as to see how easy it is to interact with it, and try to provide feedback on the general structure of the project. It also actually enables testing of all the other parts without much work!

Install

This plugin is published on Pypi, so you can use: $ pip3 install pibooth-stillimage-camera

Otherwise, as per other pibooth plugins, you can clone this repository, and add /path/to/pibooth_stillimage_camera.py to [GENERAL] plugins list in pibooth.cfg.

Configuration

You need to set debug = True in [GENERAL] for the plugin to kick in.

Optional colors customization (and occasional eye bleed):

[CAMERA]
  dummy_background = blue
  dummy_foreground = yellow

Keywords

Raspberry Pi

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