You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add more robust program options support to capture. I did a quick survey of available libraries and https://github.com/CLIUtils/CLI11 appears to be popular and uses modern C++. It is available as libcli11-dev on Ubuntu 22.04.
Use this as an opportunity to replace some of the hard-coded constants in the software with program args. Some to consider:
SER output filename
Camera name
Preview window frame rate throttle
Histogram window refresh rate
Whether or not to start up with disk writing paused
Initial gain and exposure time
AGC enable at startup
Further work to do:
Update CMake for capture to remove add_subdirectory(CLI11) and instead require CLI11 to be installed in the host system.
The text was updated successfully, but these errors were encountered:
Add more robust program options support to
capture
. I did a quick survey of available libraries and https://github.com/CLIUtils/CLI11 appears to be popular and uses modern C++. It is available aslibcli11-dev
on Ubuntu 22.04.Use this as an opportunity to replace some of the hard-coded constants in the software with program args. Some to consider:
Further work to do:
capture
to removeadd_subdirectory(CLI11)
and instead require CLI11 to be installed in the host system.The text was updated successfully, but these errors were encountered: