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
# Dronecode Camera Manager Documentation - Source Code
1
+
# DCM: Documentation Source Code
2
2
3
-
The *Dronecode Camera Manager* (DCM) is an extensible Linux camera server for interfacing any camera with the [Dronecode Platform](https://www.dronecode.org/) via MAVLink and RTSP. Documentation for the CM is available here: [TEMP](https://hamishwillee.gitbooks.io/camera-streaming-daemon/content/en/)
3
+
The *Dronecode Camera Manager* (DCM) is an extensible Linux camera server for interfacing any camera with the [Dronecode Platform](https://www.dronecode.org/) via MAVLink and RTSP. Documentation [is available here](https://camera-manager.dronecode.org/en/).
4
4
5
-
This repository contains the *source code for the documentation*.
5
+
This repository contains the *source code* for the documentation.
6
6
7
-
The documentation is hosted on [gitbook.com](https://legacy.gitbook.com/book/hamishwillee/camera-streaming-daemon/details). It is generated from source code (in markdown format) using the [gitbook toolchain](https://toolchain.gitbook.com/).
7
+
The documentation is hosted on [gitbook.com](https://legacy.gitbook.com/book/hamishwillee/camera-manager/details). It is generated from source code (in markdown format) using the [gitbook toolchain](https://toolchain.gitbook.com/).
8
8
9
-
The CM source code itself can be found on github here: [Dronecode/camera-manager](https://github.com/Dronecode/camera-manager).
9
+
The source code for the DCM *software* can be found on github here: [Dronecode/camera-manager](https://github.com/Dronecode/camera-manager).
The Dronecode *Camera Manager* (DCM) is an extensible Linux camera server for interfacing any camera with the [Dronecode Platform](https://www.dronecode.org/).
6
+
The *Dronecode Camera Manager* (DCM) is an extensible Linux camera server for interfacing any camera with the [Dronecode Platform](https://www.dronecode.org/).
7
7
8
8
DCM can connect to multiple cameras and provides access to them via the [MAVLink Camera Protocol](https://mavlink.io/en/protocol/camera.html) and RTSP video streams (it can also advertise available RTSP streams).
Copy file name to clipboardExpand all lines: en/contribute/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing
2
2
3
-
Contributions to DCM are welcome. We follow the [Github flow](https://guides.github.com/introduction/flow/) development model for both [source code](https://github.com/Dronecode/camera-manager) and [documentation](https://hamishwillee.gitbooks.io/camera-manager/content/en/).
3
+
Contributions to DCM are welcome. We follow the [Github flow](https://guides.github.com/introduction/flow/) development model for both [source code](https://github.com/Dronecode/camera-manager) and [documentation](https://github.com/Dronecode/camera-manager-docs).
4
4
5
5
Below we explain specific testing required by this project in order to submit changes, and also how to open a pull request.
0 commit comments