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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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