Metadata-Version: 2.1
Name: ifmO3rViewer
Version: 0.0.4
Summary: 3D viewer for ifmO3R
Home-page: https://www.ifm3d.com
Author: Sebastian Voegele
Author-email: sebastian.voegele@ifm.com
License: Apache 2.0 License
Keywords: ifm,o3r,3d,viewer
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: ifmO3r (>=0.0.1)
Requires-Dist: pyqtgraph (>=0.11.1)
Requires-Dist: pyopengl (>=3.1.5)
Requires-Dist: PyQt5 (>=5.15.2)

# ifm O3R 3D viewer

## What is this package for?
This package contains a 3D viewer, based on PyQt. You can use
this viewer in combination with the ifmO3r package for receiving
images from the VPu and displaying it via the viewer.

## Installation
`pip install ifmO3rViewer`

## Start the viewer
From the CLI:
`python -m ifmO3rViewer.startViewer`

From the REPL:  
`> import ifmO3rViewer.startViewer as v`
`> v.start()`

## Start the viewer in the background
You might want to start the viewer within a subprocess. So you can use the ifm3dTiny (ifmO3r) for configuration and changing parameters.

`> import ifmO3rViewer.startViewer as v`
`> v.background()`

# Further information
To get further information about the ifmO3r etc. please visit the official homepage: www.ifm.com




