Hi everyone. I'm looking to experiment with making a simple test that would use a devices camera.
I wish to: Access the camera and take a snapshot with it.
I can't seem to find anything to help get me started on this.
Thanks
editor.construct.net
Wow Thank you!
I'm trying based off your file to add a second layout and move the snapshot over to that (so I can have kids doodle on their pictures. But I can't seem to load the snapshot over to the second layout.
Develop games in your browser. Powerful, performant & highly capable.
Hmm.. I simplified using your example so I could understand how to do this.
I've got the camera working, it takes a snapshot but it wont move it to Layout 2. Just a mini version of the snapshot appears. Originally I had it working and moving to layout 2 but it stretched the image horizontally so trying to fix that I created this new issue.
https://drive.google.com/file/d/1NHbPrag3ridFMErzGhAzijYp-nAeqdpj/view?usp=drive_link
Hmm.. I simplified using your example so I could understand how to do this. I've got the camera working, it takes a snapshot but it wont move it to Layout 2. Just a mini version of the snapshot appears. Originally I had it working and moving to layout 2 but it stretched the image horizontally so trying to fix that I created this new issue. https://drive.google.com/file/d/1NHbPrag3ridFMErzGhAzijYp-nAeqdpj/view?usp=drive_link
This is not my example, I gave a link to the usual example of Construct3.
But I'll see what I can do.
Wow Thank you again.
To make and test this simple example, I had to take my old webcam out of the drawer.
I don't know why you need to go to the next page, I did it with and without the transition.
File *.c3p
The transition is because the end goal is to add a doodle on your photo option I'm working towards. I've got the cmaera to take a picture then when you click on the photo icon goes to layout2 which loads in the image BUT it's stretched out too far horizontally.
https://drive.google.com/file/d/1n0HMZeRNwoWT05WANeZAf0djD785EavF/view?usp=drive_link
I've got the cmaera to take a picture then when you click on the photo icon goes to layout2 which loads in the image BUT it's stretched out too far horizontally. https://drive.google.com/file/d/1n0HMZeRNwoWT05WANeZAf0djD785EavF/view?usp=drive_link
I've got the cmaera to take a picture then when you click on the photo icon goes to layout2 which loads in the image BUT it's stretched out too far horizontally.
In the example I added, this is taken into account.
Thank you!