diff --git a/docs/img/ODM_point_cloud.gif b/docs/img/ODM_point_cloud.gif new file mode 100644 index 0000000..5c0f3e2 Binary files /dev/null and b/docs/img/ODM_point_cloud.gif differ diff --git a/docs/index.rst b/docs/index.rst index 643dd21..46db248 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,7 +9,12 @@ Welcome to ODMax's documentation! ODMax is a command-line and API utility to convert 360-degree videos from platforms such as GoPro, or Google Insta series into 360 degree stills or Front, Right, Left, Back, Up and Down projected stills. A major use case for this -tool is development of 3D point clouds and meshes in software such as OpenDroneMap. +tool is development of 3D point clouds and meshes in software such as OpenDroneMap. The image below shows a demonstration +of what is possible when connecting ODMax to OpenDroneMap. To use this functionality, please check out our demonstration +notebooks. + +.. image:: img/ODM_point_cloud.gif + .. note:: ODMax has been created by `Rainbow Sensing `_ to support local people, with local devices and software to monitor their. diff --git a/docs/intro.rst b/docs/intro.rst index 4a47cf6..30a0641 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -8,9 +8,11 @@ ODMax is a command-line interface and API to extract stills in typical image for - Extract frames from videos at demanded start and end times, and with specified frame intervals - Reproject frames from spherical projections into cube-face projection - When available in the original video, provide time stamps and GPS positions to the still images -- Store final frames with configurable paths and prefixes +- Store final frames with configurable paths and prefixes in files (for local) or bytestreams for cloud use. ODMax prepares still materials from videos for downstream use cases such as: - Image analysis such as image recognition and segmentation -- 3D photogrammetry (see also `OpenDroneMap `_ +- 3D photogrammetry (see also `OpenDroneMap `_) + +We offer both a Command-Line Interface and an API. Both are fully described in this manual.