-
Notifications
You must be signed in to change notification settings - Fork 42
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
RFC - Mark Video as important #123
Comments
That's a brilliant idea - I run into maxed out disk usage on my website quite often and rely on mas-deletes, so having the ability to flag/rename/sort them somehow could be helpful. Maybe check the brightness threshold of the keogram (single line of Shell script), if brighter than, say, .5, affix cloudy to the end of the video file name? Here are a few examples of the last few nights and their brightness thresholds on my end. It's already built in on the main installs with the ImageMagick CONVERT tool, so no new dependencies. I'm not sure how/where to add the file name creation just yet, haven't dug that far, but wanted to through out this thought/option :) |
Here's a little write-up I did for someone else a little while back. . There are a few steps, but it should be pretty decently explained - if you come across any problems, feel free to ask. Line 13 of the main code in the addition I made to the saveImage.sh file is what you're looking for for the cardinals. |
I'm digging the star count too, its something I've wanted to give a shot as a rough means of sky quality, but haven't been able to get to it yet. How CPU intensive is the counter? |
@calberts, @jcauthen78, The next release of Allsky will make this somewhat easier. You'll be able to add text or images anywhere on the image via a drag-and-drop interface. No more editing source code files. saveImageDay.sh and endOfNight.sh will have the ability to call modules - for example, saveImageDay.sh can call an "overlay" module that adds the text and images. We will also have a "star count" module and an "export" module that exports metadata, like exposure time, mean (threshold in your terminology, Jim), and the star count. User can write their own modules. @jcauthen78 Jim, if you email me (I don't have your email on my laptop right now) I'll put you in touch with the guy that wrote the star count module. |
A few random thoughts - more of a quick brainstorm. My rough idea was to mean/threshold the resulting keogram during the endOfNight, prior to the creation of the Timelapse. It'd need to be a user variable, like the BRIGHTNESS_THRESHOLD in the config.sh file to exclude the bright images for the startrails; where they may need to do a rough test to see what value (between 0 and 1) gives a fair idea of cloudy vs clear. The idea isn't a 100% catch-all, I think the moon will skew it a little bit too (i'm gonna do a few tests later today to see if/and how far it skews the numbers). As for defining Clear, Partly, and Cloudy - I'm thinking the 3 keograms I put above are somewhat representative of how I interpreted it. I think the Keogram would be a fair way to evaluate the rough cloud cover for most/some if they're anywhere near a city with sky-glow, as it illuminates the clouds pretty boldly; It's entirely possible my experience/setting isn't like most others, so my process may be a little biased. Clear/partly = normal file name. 'allsky-20220802.mp4' Using the StarCount could also be a way to do it if the value is appended to a txt/log file for every image, then calculate the mean at endOfNight, again finding a value that'd be a representation of clear enough (higher star count) vs cloudy (lower star count). I don't know how CPU intensive the star count calculation is, its possible maybe it can be called during the endOfNight when the CPU isn't needed to process/save the current incoming night images. |
I like to mark videos whit clear night or a partial clear night.
Can this be created? The aim is at the end to delete all videos which are full cloudy ;-)
I hoop this request for Change can be done somehow. For me, it's not needed to have a kind of admin interface
local file on my management workstation can be enough although I understood also the security risks.
Hoop something can be added to manage the huge amount of video file.
Chris
The text was updated successfully, but these errors were encountered: