Namespace: Rx – Header: Rx.Core/ECamLoopMode.h
ECamLoopMode Enumeration
C++
#include "Rx.Core/ECamLoopMode.h"
enum class ECamLoopMode
Specifies possible mode for image looping used by virtual cameras.
Values
Loop |
The first image is captured after the last image has been captured. |
LastImage |
The last image is captured again and again. |
Wait |
The camera waits for a new image written to the image folder. |