Metadata-Version: 2.1
Name: blickfeld_scanner
Version: 2.8.8
Summary: Python package to communicate with LiDAR devices of the Blickfeld GmbH.
Home-page: https://github.com/Blickfeld/blickfeld-scanner-lib
Author: Blickfeld GmbH
Author-email: opensource@blickfeld.com
License: UNKNOWN
Description: # blickfeld-scanner-lib
        
        The blickfeld-scanner-lib (BSL) is the interface for communicating with Blickfeld LiDAR devices.
        
        The library is currently available for Python and C++.
        With it, Blickfeld [Cube 1](https://www.blickfeld.com/products/cube-1/) and [Cube Range 1](https://www.blickfeld.com/products/cube-range-1/) devices, can be configured and point clouds can be fetched.
        Additionally, it supports NTP time synchronization and point cloud recordings.
        
        ## Quick start
        
        Follow the [installation guide](doc/install.rst) or find the most common installation commands below.
        
        ### Python
        
        ```bash
        pip install blickfeld_scanner
        ```
        
        ### Ubuntu / Debian
        
        ```bash
        sudo apt update
        sudo apt install -y wget libprotobuf-dev libprotobuf17
        wget https://github.com/Blickfeld/blickfeld-scanner-lib/releases/latest/download/blickfeld-scanner-lib-dev-Linux.deb
        sudo dpkg -i blickfeld-scanner-lib-dev-Linux.deb
        ```
        
        Follow the [getting started guide](doc/getting_started.rst).
        
        ## Documentation
        
        The technical documentation with further information about available Blickfeld tools and the technology will be available soon.
        
        For now, the BSL part can be found at [general](doc/README.md).
        
        ## License
        
        Copyright (c) 2020, Blickfeld GmbH
        All rights reserved.
        
        This source code is licensed under the BSD-style license found in the
        [LICENSE.md](LICENSE.md) file in the root directory of this source tree.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
