Easily display a webcam window in a Tkinter GUI
Project description
Tkinter-Webcam
Easily display a webcam window in a Tkinter GUI
⚡️ Installation
To install the package use:
pip install tkinter-webcam
To use the package simply import it:
from tkinter_webcam import webcam
Then create the Box
object using any variable name and immediently run the show frames function:
webcam_object = webcam.Box(window, width=450, height=450)
# Uses Box class from webcam to create video window
webcam_object.show_frames()
# Show the created Box
Checkout example.py
to see a full script using this object
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
tkinter_webcam-1.0.9.tar.gz
(2.9 kB
view details)
Built Distribution
File details
Details for the file tkinter_webcam-1.0.9.tar.gz
.
File metadata
- Download URL: tkinter_webcam-1.0.9.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a0b368c3c1b10841ba542c8fc169e49566d57b2e466a9778cbe1cbd4aa384ab |
|
MD5 | a250ae927133f1d8ac67e8f735913222 |
|
BLAKE2b-256 | dd7aea9fa07b65f7c5b7f3ca0f69b05a5ae00700dac9f250e0e5daad9ea132b9 |
File details
Details for the file tkinter_webcam-1.0.9-py3-none-any.whl
.
File metadata
- Download URL: tkinter_webcam-1.0.9-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b402799bc8f9ecedf59172b872e1404860955e52c617c9282151853f48401994 |
|
MD5 | 879174eca6e5d80a88e5386e32380898 |
|
BLAKE2b-256 | 65232e28bb21f768e70591c75d4682e806896d294872f38c26c5659d37746e67 |