art-den / astra_lite

AstraLite is software for deepsky astrophotography and live stacking on low power PCs (like rapsberry Pi or Orange Pi)
MIT License
29 stars 1 forks source link

Take shot results in: Aborted (core dumped) #6

Closed petmos closed 1 year ago

petmos commented 1 year ago

I run AstraLite on my ubuntu 22.04 (x86_64) and connect to my remote INDI server. After connection is established I try to take a shot but AstraLite immediately crashes with: Aborted (core dumped)

petmos commented 1 year ago

astra_lite_2023-05-29_16-52-59.log

art-den commented 1 year ago

@petmos Thanks for log! I will investigate. There is something wrong in frame noise level calculation

art-den commented 1 year ago

@petmos I think I fixed this bug. Do you build AstraLite from sources manually or install from deb?

petmos commented 1 year ago

@art-den I build it from sources. But I have no experiences with rust/cargo. How can I rebuild it? git pull && cargo build --release or something else?

art-den commented 1 year ago

@petmos yes,

git pull
cargo build --release

is enough to build the latest sources

petmos commented 1 year ago

Looks good now. Great job. Thank you very much.