Skip to content

Commit

Permalink
Added "newexposure" to ZWO config file (#453)
Browse files Browse the repository at this point in the history
* Removed unneeded  -lASICamera2 $(USB)
capture_RPiHQ.cpp doesn't use ZWO's SDK and doesn't use USB.

* added "newexposure" with default of 0
Enables switching between v0.7 and v0.8 exposure calculation algorithm (helps debugging timeout errors for certain cameras).
  • Loading branch information
EricClaeys authored Sep 2, 2021
1 parent 16eee33 commit 2d04026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ capture:capture.cpp
$(CC) capture.cpp -o capture $(CFLAGS) $(OPENCV) -lASICamera2 $(USB)

capture_RPiHQ:capture_RPiHQ.cpp
$(CC) capture_RPiHQ.cpp -o capture_RPiHQ $(CFLAGS) $(OPENCV) -lASICamera2 $(USB)
$(CC) capture_RPiHQ.cpp -o capture_RPiHQ $(CFLAGS) $(OPENCV)

startrails:startrails.cpp
$(CC) startrails.cpp -o startrails $(CFLAGS) $(OPENCV)
Expand Down
1 change: 1 addition & 0 deletions settings_ZWO.json.repo
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@
"darkframe":"0",
"locale":"en_US.UTF-8",
"debuglevel":"1",
"newexposure":"0",
"alwaysshowadvanced":"0"
}

0 comments on commit 2d04026

Please sign in to comment.