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


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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

bcam-0.0.5-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: bcam-0.0.5-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

Hashes for bcam-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 4cbc4cb8c9962b8f034083759070ec1d4a5174d6f790613dab1beadd687ec80a
MD5 5b40a18dc9b3a68cd291ebd9d2f34533
BLAKE2b-256 e6b0d999bbefa712f35f9ed313875c2bd4a850bff0b49cf6922a2a08e33278a8

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