NDEVR
API Documentation
ScanMode.h
1#pragma once
2namespace NDEVR
3{
18}
The primary namespace for the NDEVR SDK.
ScanMode
The mode that a scanner will collect data in.
Definition ScanMode.h:8
@ e_moving_circle_scan
Scanner performs a circular scan while translating position.
Definition ScanMode.h:13
@ e_video_scan
Continuous video-based scanning.
Definition ScanMode.h:15
@ e_horizontal_and_vertical
Scanner sweeps in both horizontal and vertical planes.
Definition ScanMode.h:11
@ e_image_only
Capture imagery without point cloud data.
Definition ScanMode.h:14
@ e_circle_scan
Scanner performs a circular scan pattern.
Definition ScanMode.h:12
@ e_undefined
Role not yet defined.