Skip to main content

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
import cv2


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

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 Distribution

bcam-0.0.9.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

bcam-0.0.9-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

Details for the file bcam-0.0.9.tar.gz.

File metadata

  • Download URL: bcam-0.0.9.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.9

File hashes

Hashes for bcam-0.0.9.tar.gz
Algorithm Hash digest
SHA256 149861d542e295d15b5a5045db8c41557e85b847ee164937b23b6516b8e316ab
MD5 cf0e2c7864db4b7c029327670afc48bf
BLAKE2b-256 ba3fd0236c7ddc881896c564fd50630449fda0e44e109858782f7824a2b6fa20

See more details on using hashes here.

File details

Details for the file bcam-0.0.9-py3-none-any.whl.

File metadata

  • Download URL: bcam-0.0.9-py3-none-any.whl
  • Upload date:
  • Size: 7.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.9

File hashes

Hashes for bcam-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 f66acb198adc98ab5c9af19a62d1cafdfd996b2d1f0409c09440164e2f84fd38
MD5 d2d658038c552659d727511fe120e5e6
BLAKE2b-256 cabd06f0319af077530e6c05c1c55783660df6611a3e24d7282c4bec40645c95

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page