Commit Graph

15 Commits

Author SHA1 Message Date
jaredb7 1b3a31c3ee Allow user configurable log level option for some services
After some services were recently quieted down by adjusting the log level for e.g ffmpeg. It would be nice if the user can easily adjust the log level again so that that they can investigate or debug a issue since output is not generated by default, so now the Livestream, Spectrogream and Birdnet Recording have a adjustable log levels to help with this.
2023-04-12 21:32:44 +10:00
jaredb7 9a97d16883 Make the Spectrogram service run as a loop
The Spectrogram service was stopping after it completed it's work (no issue here) and the system would start it again 10 seconds later, sometimes it would stop and start multiple times a second (no file to analyse maybe)

Added a while loop to that it would just keep running and sleeping for the number of seconds of the recording length setting.
2023-04-09 22:49:53 +10:00
jaredb7 8b33cee93d Enhancement - Update Spectrogram page to show detection labels on RTSP streams
Added in logic to handle finding the correct 'newest' detection's CSV file for the stream being listened to, the script will look in the sound card recordings location as usual, if it finds nothing there, then look in the StreamData folder for files matching the currently listened stream

Updated spectrogram.sh to not execute sox if the file mentioned in analyzing now does not exist, this is just to try reduce noise in the logs

Fixed my mis-spelling of RTSP again

Small tweak to the Javascript responsible for drawing the labels on the spectrogram to accommodate the inclusion of RTSP_X in the streams filename
2023-04-07 09:46:31 +10:00
mcguirepr89 57778d405f disabling sox warnings 2022-05-16 10:43:33 -04:00
Patrick McGuire b7457624d4 Update spectrogram.sh 2022-05-12 16:39:51 -04:00
mcguirepr89 f69f04d19d changes that remove the default pi user 2022-04-11 17:29:00 -04:00
mcguirepr89 023b68f386 making changes to accomodate removing the pi user 2022-04-11 10:16:54 -04:00
mcguirepr89 db624d5518 adding history and its needed updates
removed viewday.php since history will make it redundant
2022-02-17 12:12:01 -05:00
Patrick McGuire ae3e29ef1d seems to work 2021-10-15 19:48:39 -04:00
Patrick McGuire 245fe0f16c using 20k 2021-10-15 16:24:07 -04:00
Patrick McGuire 2875d987b7 testing new spectrogram view 2021-10-15 16:15:47 -04:00
Patrick McGuire 862c4c1fb3 rename to BirdNET-Pi 2021-10-12 10:55:09 -04:00
Patrick McGuire 6fb9a50e0f better spectrograms 2021-10-08 14:50:20 -04:00
Patrick McGuire ad6dc4c356 renaming project birdingpi 2021-10-08 12:57:28 -04:00
Patrick McGuire b67c7fdf58 added spectrogram view for currently analyzing file
Needs to be refreshed, but works
2021-10-07 15:56:44 -04:00