An easy to use camera interface for NVIDIA Jetson and raspberry pi
Project description
bcam
bcam is an easy to use Python camera interface for NVIDIA Jetson.
This is forked form jetcam, intended to be used by BillioTech Team.
Of course, You can clone and use it as well, if you find it convenient.
Quick guide is here
If you find an issue, please let us know!
Install
pip3 install bcam
Usage
Start camera from Jupyter Notebook
from bcam import BCamera
import traitlets
import ipywidgets.widgets as widgets
bcam = BCamera.builder() \
.device(0) \
.resolution(800, 600) \
.fps(5) \
.build()
bcam.start()
widget = widgets.Image(format='jpeg', width=400, height=400)
display(widget)
bcam.link(widget)
Stop
camera_link.release()
bcam.stop()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
bcam-0.0.4-py3-none-any.whl
(7.1 kB
view details)
File details
Details for the file bcam-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: bcam-0.0.4-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdf716eff13f268c86c5cd8ec9c2fccebc6e89c28394b682140da54af5c95ac8 |
|
MD5 | 47d2fa69364a123b797fbd623c8508d8 |
|
BLAKE2b-256 | 13d7a800b212ae0f28111ce9449f7318fcb23950a63f4003601463a2213a5fc2 |