-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Animations not working #934
Comments
The noaa_avi.sh script refers to folders and files that I don't think are used anymore |
Is there any way I can use |
The script itself must be modified |
OK1SLM: Ahoj, ako presnejsie "modifikovany", mohol by si sa na to prosim pozrieť, ak zvýši čas? :) English friends: |
check/set 3 things in the configuration:
--> noaa_decoder: 'wxtoimg' (note: default value seen includes list of ALL supported image processors excluding 'avi' which must be explicitly added when opting to 'enable_animation' below )--> noaa_daytime_enhancements: 'ZA MCIR MCIR-precip MSA MSA-precip HVCT HVCT-precip NO sea therm avi' fix a broken IF statement:
change it to: if [ $enhancement == "avi" ]; then personal preference:
produce the output image
|
Great job, but it would still like the video to be automatically deleted after 24 hours |
Hi, Just wondering if anyone can point me to where the animation should be called from? I can see RollingAnnimation.avi created in the /tmp folder, but browser Passes Page does not seem to link to the created video. Just need a pointer to tie them together. Many thanks. Ps I’m running the Bookworm 64-bit beta version of RaspiNOAA. |
I have the 32 bit version |
Ah! Thanks, but I can see the videos as created. It’s that the web front end does not seem to be pointing to the latest video when video enabled. I need to know where the website code is located to check where it is expecting to see the video file. |
This is a known issue and proper animation implementation is to be expected. |
Hi. I would like to ask about the animations. I enabled them, and they do not work.
After a little examination, it seems that the application does not even create videos (animations). Is it something I am missing?
I would really like for it to make animations from diffrent passes, so I can see how wind blows etc.
Thanks
The text was updated successfully, but these errors were encountered: