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.8.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

bcam-0.0.8-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: bcam-0.0.8.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.8.tar.gz
Algorithm Hash digest
SHA256 1a7cc033b32de98f72063c94a571bc0c1e99ed3257ed8a604a3144e93bda28fb
MD5 e05452a8c428f6172e95ee7309c0cc54
BLAKE2b-256 0a40e55ed6765e3a969be04ff7f5280df9df765e050ec49633ea24bc81d42d63

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bcam-0.0.8-py3-none-any.whl
  • Upload date:
  • Size: 7.5 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.8-py3-none-any.whl
Algorithm Hash digest
SHA256 916b995078318aac4c7613fabdb5c06cc4e2b460d750a6687ee3d2141a7cc467
MD5 06147e34cc2918e5b2a15a5151b1eeea
BLAKE2b-256 c2cafef82d69b204196f946377d1d709933c1cf93681c78134c2d18a13455019

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