LaserScanner¶
- class LaserScanner(*args, **kwargs)¶
Bases:
pybind11_object
Class that defines a generic laser scanner.
Overloaded function.
__init__(self: visp._visp.sensor.LaserScanner) -> None
Default constructor that initialize all the internal variable to zero.
__init__(self: visp._visp.sensor.LaserScanner, scanner: visp._visp.sensor.LaserScanner) -> None
Copy constructor.
Methods
Overloaded function.
Set the Ethernet address of the laser.
Set the communication port.
Inherited Methods
Operators
__doc__
Overloaded function.
__module__
Attributes
__annotations__
- __init__(*args, **kwargs)¶
Overloaded function.
__init__(self: visp._visp.sensor.LaserScanner) -> None
Default constructor that initialize all the internal variable to zero.
__init__(self: visp._visp.sensor.LaserScanner, scanner: visp._visp.sensor.LaserScanner) -> None
Copy constructor.