Taking multiple photos using st.camera_input

While using st.camera_input is there any way to allow user to click multiple photographs and save them…
Actually…after you take photo using st.camera_input, there is only one option of clear photo…
I have tried to make multiple widgets with different keys but its complicating the issue…
Is there any way to use the same st.camera_input widget again and again to click the photo and save the photo into some variable of st.session_state and reuse the same widget to click the photo again…

How to go about it?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.