|
FireSync API
|
| kStatus kProjector_LoadPatterns | ( | kProjector | projector, |
| kArray2 | patterns | ||
| ) |
Loads the image patterns to project.
The patterns are a 2-D array where each row presents one frame. The pattern in a row will be repeated throughout the whole image.
NOTE: The configured frame count is used in the pattern load logic. If the projector module is configured via a client, set the frame count and apply the configuration prior to calling this function.
| projector | Projector object. |
| patterns | Patterns to project. |