Hello
I want when I take a picture on a screen called “1” to appear on a screen called “2” and be saved.
I would appreciate it if you attach images os links.
Hello
I want when I take a picture on a screen called “1” to appear on a screen called “2” and be saved.
I would appreciate it if you attach images os links.
using variabes
What type of variable???
Can you be more specific???
This is the basic idea:
I used two buttons instead of two screens but you’re basically storing the photo as a variable and then using the variable again on the second screen (or in this case, second button click).
Note that this will only allow you to store and display one photo at a time. If you want to store a bunch of photos that are taken, you’ll need to upload them to a service such as cloudinary (or Airtable).
How to do this if I will take a picture from 1st screen nd use it as a display photo ion next screen?
Exactly how I showed above. On the first screen, use the initialize
and Take Photo
blocks. On the second screen, use the Display image
block.
Where can I find the from image 2 based on your example block?