Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
Lima
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jens Krüger
Lima
Commits
a162d883
Commit
a162d883
authored
Jul 16, 2018
by
Laurent Claustre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added ZWO camera
parent
01d492ba
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
0 deletions
+15
-0
.gitmodules
.gitmodules
+3
-0
camera/zwo
camera/zwo
+1
-0
cmake/CameraList.cmake
cmake/CameraList.cmake
+10
-0
scripts/config.txt_default
scripts/config.txt_default
+1
-0
No files found.
.gitmodules
View file @
a162d883
...
...
@@ -124,3 +124,6 @@
[submodule "camera/fli"]
path = camera/fli
url = ../Lima-camera-fli
[submodule "camera/zwo"]
path = camera/zwo
url = ../Lima-camera-zwo
zwo
@
3b47f02f
Subproject commit 3b47f02ff4887ea387b4c82e0ebe799c35077718
cmake/CameraList.cmake
View file @
a162d883
...
...
@@ -359,6 +359,16 @@ if(UNIX)
if
(
LIMACAMERA_XSPRESS3
)
add_subdirectory
(
camera/xspress3
)
endif
(
LIMACAMERA_XSPRESS3
)
#ZWO
if
(
DEFINED ENV{LIMACAMERA_ZWO}
)
set
(
LIMACAMERA_ZWO
"$ENV{LIMACAMERA_ZWO}"
CACHE BOOL
"compile zwo ?"
FORCE
)
else
()
set
(
LIMACAMERA_ZWO OFF CACHE BOOL
"compile zwo ?"
)
endif
()
if
(
LIMACAMERA_ZWO
)
add_subdirectory
(
camera/zwo
)
endif
(
LIMACAMERA_ZWO
)
endif
()
#CAMERA ONLY WORKING ON WINDOWS
...
...
scripts/config.txt_default
View file @
a162d883
...
...
@@ -55,6 +55,7 @@ LIMACAMERA_FRELON=0
LIMACAMERA_LAMBDA=0
LIMACAMERA_SLSDETECTOR=0
LIMACAMERA_FLI=0
LIMACAMERA_ZWO=0
LIMA_ENABLE_CBF=0
LIMA_ENABLE_NXS=0
LIMA_ENABLE_FITS=0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment