-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix some problems and remove some useless code
It is successfully built on armv7 platform and can run Add the shooting result back to the client, and calculate the histogram after exposure Add some useful functions and APIs But there are still problems with the results returned by the connected device
- Loading branch information
Showing
8 changed files
with
146 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#define server_VERSION_MAJOR @server_VERSION_MAJOR@ | ||
#define server_VERSION_MINOR @server_VERSION_MINOR@ | ||
#define HAS_WEBSOCKET @server_HAS_WEBSOCKET@ | ||
#define HAS_JSONCPP @server_HAS_JSONCPP@ | ||
#define HAS_NOVA @server_HAS_NOVA@ | ||
#define HAS_ASI @server_HAS_ASI@ | ||
#define VERSION_MAJOR @airserver_VERSION_MAJOR@ | ||
#define VERSION_MINOR @airserver_VERSION_MINOR@ | ||
#define HAS_WEBSOCKET @airserver_HAS_WEBSOCKET@ | ||
#define HAS_JSONCPP @airserver_HAS_JSONCPP@ | ||
#define HAS_NOVA @airserver_HAS_NOVA@ | ||
#define HAS_ASI @airserver_HAS_ASI@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.