streamlit-camera-input-live
streamlit-camera-input-live copied to clipboard
Alternative version of st.camera_input which returns the webcam images live, without any button press needed
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.3 → v0.4.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.3...v0.4.4) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.9.0...v1.10.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.6.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.6...v0.6.1)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.11.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.3...v0.11.2) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.15.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.13.0...v1.15.0)
When I used the cv2 library to capture the image from the webcam, I was able to get a real-time display when integrating it into the frontend interface based on...