You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

streamlit-camera-input-live

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

streamlit-camera-input-live

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


Maintainers
1

Readme

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)

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc