adalava
adalava
I hit this "driver bug" after stopping an IP camera stream that was left open overnight. The software uses OpenCV to read camera frames using a gstreamer pipeline like this:...
**This is a work in progress (draft pull request)** Implements "telemetry" module so external applications can retrieve data from current capture session without disturbing it. The data can be used...
Adds --config/-c parameter that can be used to provide a different RMS configuration file instead of using the default one. This is useful when there are multiple stations running on...
Adds an image with APM disk layout, compatible with Apple G5 baremetal and QEMU -M mac99 This aims to ease the regression test on those machines.
When RMS is started with "--config XX0001.config", the data folder in CapturedFiles will contain a copy with it using name ".config". However the config file in ArchivedFiles will use the...
This tries to make much easier to build a new platepar when station uses the most common lenses: 4mm and 6mm M16 mount. Reference data was taken from BR000F and...
** I used to request merging into "dev" branch but it seems to be stale - please change if this is the incorrect branch Before numpy 2.0 a value of...
Hi, I found one station not capturing due to a crash in BufferedCapture. The last log lines are: ``` 2025/10/02 01:39:43-INFO-BufferedCapture-line:1721 - Grabbing a new block of 256 frames... 2025/10/02...
I just noticed that an option "prioritize_capture_over_reprocess" was introduced (in July/2024), and it has default value set to "false". I expected it to be "true" by default, since the behavior...