Skip to main content

No project description provided

Project description

# browsercam

This module was built for Chromebooks running Crostini, which currently
don't have access to the webcam module. Using browsercam is simple:

```python
import browsercam

def process_image(image):
size = len(image)
print('Captured image is {} bytes'.format(isize))

webcam = browsercam.Webcam()
webcam.on_capture(process_image)
webcam.start()
```

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

browsercam-0.2.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

browsercam-0.2-py3-none-any.whl (4.5 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