A flash adds the tags "flash.brightness", "flash.start", "flash.duration", and "flash.peak", as described below. More...
#include <Flash.h>
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). | |
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.
1.7.1