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.2.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file Pynopticon-0.0.2.tar.gz
.
File metadata
- Download URL: Pynopticon-0.0.2.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 | 7274a30cd6aa6586ba275e01b6b620987b1c6767150e55ff43c9647d252320ed |
|
MD5 | 620d90b99481812953ffa3132e1493ba |
|
BLAKE2b-256 | 7ea378a7ad4619d8658de0543e9b44d0576dc4f17b9b220f44aa1264dca70131 |
File details
Details for the file Pynopticon-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: Pynopticon-0.0.2-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 | 099ce65d16a6b5b8b05fd118d6fd13563b6b4f31351258dfc77b1b9b3bd8a626 |
|
MD5 | e5c5659e37e2469d1b686d21cb7cf665 |
|
BLAKE2b-256 | e4b88e288163858f9e5eafae438281df82308b834fc979a4b0f3c0eab02ab9a6 |