Public Member Functions | Public Attributes

FCam::Flash::Tags Class Reference

A flash adds the tags "flash.brightness", "flash.start", "flash.duration", and "flash.peak", as described below. More...

#include <Flash.h>

List of all members.

Public Member Functions

 Tags (Frame)
 Extract the tags placed on a frame by a flash.

Public Attributes

float brightness
 The brightness setting used for this firing.
int start
 The time the flash started firing, measured as microseconds into the exposure.
int duration
 For how many microseconds of the frame was the flash emitting light.
int peak
 The time of peak firing activation (us after start of exposure).

Detailed Description

A flash adds the tags "flash.brightness", "flash.start", "flash.duration", and "flash.peak", as described below.

Definition at line 83 of file Flash.h.


Member Data Documentation

The time the flash started firing, measured as microseconds into the exposure.

If the flash was firing before the exposure began, this should be zero.

Definition at line 94 of file Flash.h.

For how many microseconds of the frame was the flash emitting light.

Definition at line 98 of file Flash.h.

The time of peak firing activation (us after start of exposure).

For flashes which emit a fairly constant level of light over some period of time this should be the center time of that plateau.

Definition at line 104 of file Flash.h.


The documentation for this class was generated from the following files: