# pibooth-stillimage-camera
`pibooth-stillimage-camera` is a plugin for the [pibooth](https://pypi.org/project/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
```
Raw data
{
"_id": null,
"home_page": "",
"name": "pibooth-stillimage-camera",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "Raspberry Pi,camera,photobooth,pibooth",
"author": "",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/a1/4e/0425891510d15290670ea1e256822433a14f74c7e343d0af7169995eb5c8/pibooth-stillimage-camera-0.1.4.tar.gz",
"platform": null,
"description": "# pibooth-stillimage-camera\n\n`pibooth-stillimage-camera` is a plugin for the [pibooth](https://pypi.org/project/pibooth) application.\n\nIt provides a fake camera 'capturing' still images with a dummy text 'Still image for tests' writen in a customizable color, and background color.\n\nIt has no use in a real booth scenario, but this way anyone can test the app, even whithout having an actual camera attached!\n\nThis 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!\n\n## Install\n\nThis plugin is published on Pypi, so you can use: `$ pip3 install pibooth-stillimage-camera`\n\nOtherwise, 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.\n\n## Configuration\n\nYou need to set `debug = True` in `[GENERAL]` for the plugin to kick in.\n\nOptional colors customization (and occasional eye bleed):\n\n```\n[CAMERA]\n dummy_background = blue\n dummy_foreground = yellow\n```\n\n",
"bugtrack_url": null,
"license": "AGPLv3",
"summary": "Dummy camera for pibooth, producing still images for testing",
"version": "0.1.4",
"split_keywords": [
"raspberry pi",
"camera",
"photobooth",
"pibooth"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a14e0425891510d15290670ea1e256822433a14f74c7e343d0af7169995eb5c8",
"md5": "cb081bf0bc09b21d1e939625cdff4538",
"sha256": "ee2f4b215aac49d23b7f3fdca3d011538b1552eb1cb59c863e18722b1043d553"
},
"downloads": -1,
"filename": "pibooth-stillimage-camera-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "cb081bf0bc09b21d1e939625cdff4538",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 15313,
"upload_time": "2023-04-09T21:14:24",
"upload_time_iso_8601": "2023-04-09T21:14:24.167460Z",
"url": "https://files.pythonhosted.org/packages/a1/4e/0425891510d15290670ea1e256822433a14f74c7e343d0af7169995eb5c8/pibooth-stillimage-camera-0.1.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-09 21:14:24",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "pibooth-stillimage-camera"
}