cobanov
2025-05-07

Kamera

Kamera makes real-time webcam streaming effortless. The only thing you need to know is:

pip install kamera
kamera

And voilà! Your webcam is live and streaming at http://localhost:4141. No setup headaches, just instant results.

Demo

dog

Features

API Endpoints

Settings Example

Use the /settings endpoint to update the following parameters:

Example request (using curl):

curl -X POST http://localhost:4141/settings \
  -d "rotate=90" \
  -d "brightness=1.5" \
  -d "grayscale=true" \
  -d "filter_name=sepia"

License

This project is licensed under the MIT License.


Crafted with ❤️ by Mert Cobanov