Pynopticon
Project description
Pynopticon
Pynopticon is a video recording utility that saves the last n
frames before an interesting event to disk. This is useful if you just want to record the frames leading up to an interesting event.
import time
from pynopticon import Pynopticon
p = Pynopticon(record_frames=100)
p.start()
time.sleep(10)
p.save()
https://en.wikipedia.org/wiki/Panopticon
Installation
Requires OpenCV!
- from pip
pip install pynopticon
- from source
git clone https://github.com/rickwierenga/pynopticon
Developed for the Sculpting Evolution Group at the MIT Media Lab
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Pynopticon-0.0.3.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file Pynopticon-0.0.3.tar.gz
.
File metadata
- Download URL: Pynopticon-0.0.3.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2df1555844172ea75d2d7761771355962b27e2fda8c21f4df99a1db1bb0475be |
|
MD5 | a1e8ecc62dfcffbee20e58a0bbf0094e |
|
BLAKE2b-256 | 67ccd00682defe4b86e29312a4d90d7b8d55bc965f4a305ef6b47f8f5e06730b |
File details
Details for the file Pynopticon-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: Pynopticon-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6cd634b8bd881867cb14b0b5803eae92a474b2c3ea9337f721f868f5cd880720 |
|
MD5 | 692ebec256a536f9067bf7b0e0ee0cf1 |
|
BLAKE2b-256 | e86be13f6ba6128a2332f995c926617aa24c8edbe67cbe253adba815f85fcaf3 |