Hi,
for a party game that I'm developing, I want to have 4 playable characters and for each, I want to make a snapshot via webcam of each player.
The problem I've found with the webcam snapshot is that I have to refer to UserMedia.SnapshotURL
So if I load the first Sprite with this Snapshot URL, when I will do the same for the second Sprite (do a new snapshot), the first sprite is now also pointing to the new Snapshot URL (I don't know if I'm clear)
So, is there a way to save the first sprite or any other way with a plugin ?
Thanks in advance !