VideoXpert SDK  2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
VxSdk::VxFocusDirection Struct Reference

Values that represent focus directions. More...

#include <VxPrimitives.h>

Public Types

enum  Value {
  kStop,
  kFar,
  kNear
}
 

Detailed Description

Values that represent focus directions.

Definition at line 380 of file VxPrimitives.h.

Member Enumeration Documentation

Enumerator
kStop 

Stop focus movement.

kFar 

Focus farther.

kNear 

Focus nearer.

Definition at line 381 of file VxPrimitives.h.

381  {
383  kStop,
385  kFar,
387  kNear
388  };
Stop focus movement.
Definition: VxPrimitives.h:383

The documentation for this struct was generated from the following file: