Group Abstract Group Abstract

Message Boards Message Boards

23
|
44.6K Views
|
8 Replies
|
30 Total Likes
View groups...
Share
Share this post:

How to Make a Time Lapse Video With Your Raspberry Pi and Data Drop

POSTED BY: Bernat Espigulé
8 Replies
Posted 4 years ago

Wow, what a brainy way to create an animated gif that also looks like a stop motion.

POSTED BY: Yasmin Hussain

Hey Bernat, I tried to follow you tutorial but an error is showing, enter image description here ~Get::noopen: Cannot open /home/pi/.Mathematica/Paclets/Repository/Interpreter-1.3.140.0/Kernel/32Bit/Interpreter.mx.~

Do you know how to solve it?

- I'm using Raspberry 3b+ with Wolfram 12.1 installed. -

Thanks.

POSTED BY: Estevao Teixeira
Posted 11 years ago

After reading the post, Showcasing Manipulate[…] via .GIF animations, I understand your suggestion.
Thank you.
Yoshihiro Sato

POSTED BY: Yoshihiro Sato
Posted 11 years ago

Thanks for sharing.
I have tried your post successively from step 1 to 8.
Step 9 is a smooth animation of flower pictures.
I have tried to animate it using Manipulate and to export it as embedded CDF. Here is my trial web page in Japanese. http://mmays.hatenablog.com/entry/2015/02/20/183838

My script uses a public folder of Dropbox.

<script type="text/javascript" src="http://www.wolfram.com/cdf-player/plugin/v2.1/cdfplugin.js"></script>
<script type="text/javascript">
var cdf = new cdfplugin();
cdf.setDefaultContent('<a href="http://www.wolfram.com/cdf-player/"><img  src="https://dl.dropboxusercontent.com/u/101591086/cdf-manip/Manipulate-web.png"></a>');
cdf.embed('https://dl.dropboxusercontent.com/u/101591086/cdf-manip/Manipulate-web.cdf', 391, 367);
</script>

Pictures do not move smoothly. Woud you give me a suggestion to improve my program ?

Yoshihiro Sato

Attachments:
POSTED BY: Yoshihiro Sato

Hi Yoshihiro, I would suggest you to play the animation "Faster" ? and add more pictures between displacements. These options might be also useful to improve your CDF animations:

AnimationRate -> 1, AnimationDirection -> ForwardBackward, 
DefaultDuration -> "(total number of frames)/(desired number of frames per second)"
POSTED BY: Bernat Espigulé

This is great. Can't wait to try this with my kids. Thanks for the idea and HOWTO.

POSTED BY: Aaron Enright

Excellent application! Thanks for sharing!

POSTED BY: Adriana O'Brien
Posted 11 years ago
POSTED BY: June Park
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard