AR Photobooth with Intuiface - inspired by "Dallas Cowboys' Pose With The Pros"

Hi @shpeterson,

I downloaded your experience, replaced the Launch Application path for my magick.exe process to be found and your XP worked for me out of the box.

The new image should be generated in the same folder saves the snapshot.
When you click on the “Take snapshot” button, you should see the result UTI in the last text input field.
Copy it in your Windows File Explorer remove the file name to check what’s inside that folder. Do you see the “_flop” images there?

Note: to make sure you receive a fast answer for such questions, I recommend you to contact our support team for your next questions.

2 Likes

Hello, I would like to know if there is a possibility to select more than one video to take the photograph. I would like to develop an interface with the option to select 3 players. Thank you.

Hi @jdcannizzo and welcome to the Intuiface community.

This post is 5 years old and although I remember writing the code for the web page used in this demo, I do not remember all the details of it :slight_smile:

My guess is yes, you can probably modify the code in the videoChroma.js file to have 3 video paths instead of one, then overlap these 3 videos with the chromakey effect. This will require some development skills, but also may have an impact on the performance, since you’d be keying out the green background of 3 videos instead of 1.

Depending on how many players you have to choose the 3 players from, having the list of videos with all potential combinations might be easier (no dev required, no performance impact).

1 Like