Ability to use st.camera_input on mobile device?

Is it possible to use the st.camera_input widget from a mobile device?

In my example I would be trying to use the Streamlit app from a mobile device to take a picture. However, it seems that the camera is not displayed and I am never prompted to use the camera from my mobile device.

Is this type of behavior supported?

Make sure that you allow your mobile web browser to access your phones camera.

hey i was facing the same problem and this fixed it for me, hope it helps: Enabling the Microphone/Camera in Chrome for (Local) Unsecure Origins | by Scott Carmichael | Medium