Since this will be my first real "from the start" publication the goal for me has more to do with the experience of publishing the projects, use of the public hosting site and access tools, particularly git.
The projects that will be published are:
Python based
Qt 6.
based One is a V4L2 device regular frame capture to jpeg file application (I use it ultimately to create daily timelapse videos of the vew from my home)
This application has a view on the main window that shows a simulation of the time-of-day using a graphical model (a sun passing through a ground/sky view with colors that are based on day time and a moon passing through a ground/sky view with colors that are based on night time)
One is a three part audio meter where the parts are all in the same UI window and are:
a) A live self-relative dB meter at a user chosen sample rate and update frequency
b) A moving day-view track of the minimum and maximum signal level
c) A moving day-view track of the audio frequency content via FFT
The current state of both projects is usable, almost fully functional, with the potential for some improvements (e.g. optimizing 5 to reduce it's runtime overhead, which is difficult for an app doing filtered, windowed and FFTed liveaudio sample data)
Both apps make decent example Python Qt6, a v4L2 client and audio capture applications
My interest in 3 is the creation of daily timelapse videos of the view from my home because in snow storms the videos look great but I wanted the frame capture automated and just left to run. My interest in 5 was a matter of exploring audio capture client interfaces with no real purpose, ergo two different signal level meters and an audio spectrum content meter were "things to do".
The audio meter application could be developed by anyone with access to monitor for problems at a location, which is one of the reasons for wanting to publish it for the benefit of others.
Both would be GPL3 licensed.
This project is part of:
Hack Week 23
Activity