Project: streamlit-camera-input-live

Alternative version of st.camera_input which returns the webcam images live, without any button press needed

Project Details

Latest version
0.2.0
Home Page
https://github.com/blackary/streamlit-camera-input-live
PyPI Page
https://pypi.org/project/streamlit-camera-input-live/

Project Popularity

PageRank
0.0029886687252369992
Number of downloads
44116

streamlit-camera-input-live

PyPI version PyPI downloads GitHub Code style: Black

Alternative version of st.camera_input which returns the webcam images live, without any button press needed

Open in Streamlit

Installation instructions

pip install streamlit-camera-input-live

Usage instructions

import streamlit as st

from camera_input_live import camera_input_live

image = camera_input_live()

st.image(value)