
tom.caine
USA
Asked
— Edited
Here's a video which shows how you can use a GoPro for time lapse photography with Roli. - https://www.youtube.com/watch?v=IreUCKTxbbg
Question - which control is being used? I'd like to know where to enter the script to allow Roli to move. I assumed it was either the camera control or the Auto Position Movement Panel. I entered the script in each control but Roli isn't responding.
Here is the script from the video:
Any suggestions?
Alan
:repeat
forward(100,1000)
sleep(4000)
goto(repeat)
I connected Roli. Nothing happened. I then clicked on the Hand Dance action - for no logical reason - and then he script ran - perfectly.
Is there a better way of doing this?
BTW - this is a really cool. I printed the GoPro mount on my MakerBot and set the camera up for time lapse. It's awesome!
Thanks!
Tom
Just add an EZ-Script object to your project, and enter the script in that. When you click start on the object the script will run until you press stop.
Alan
Like the thetechguru said put the script in a script in Script Manager and it should work.
I don't have a GoPro, so I made this script using the EZ Camera on my InMoov, It worked great, took a snap shot every 5 seconds, (edit)then I stitched them together with Moviemaker, turned out pretty good.
Code:
@Bhouston - I'm new to this so I don't quite understand the stitching question. I set the GoPro up to take a picture every 5 seconds. When I click Play, it assembles and plays all of the frames.
Thanks for the script. I think I'll try this.
Tom