|
FireSync API
|
Represents camera algorithm spot sort options.

Related | |
| #define | kCAMERA_SPOT_SORT_NULL |
| Unknown spot sorting type. | |
| #define | kCAMERA_SPOT_SORT_SUM |
| Elect spot based on sum (highest sum has highest priority). | |
| #define | kCAMERA_SPOT_SORT_CG_LOW |
| Elect spot based on CG (lowest CG has highest priority). | |
| #define | kCAMERA_SPOT_SORT_CG_HIGH |
| Elect spot based on CG (highest CG has highest priority). | |