|
FireSync API
|
Represents camera algorithm spot sort options.

Related | |
| #define | kCAMERA_PL_LUT_X_REDUCTION (4) |
| Slice Step reduction factor for X. | |
| #define | kCAMERA_SPOT_SORT_NULL (0) |
| Unknown spot sorting type. | |
| #define | kCAMERA_SPOT_SORT_SUM (1) |
| Elect spot based on sum (highest sum has highest priority). | |
| #define | kCAMERA_SPOT_SORT_CG_LOW (2) |
| Elect spot based on CG (lowest CG has highest priority). | |
| #define | kCAMERA_SPOT_SORT_CG_HIGH (3) |
| Elect spot based on CG (highest CG has highest priority). | |
| #define | kCAMERA_SPOT_SORT_FIFO_MODE (4) |
| Required for raw CGs from multiple pipes or unsorted ranges. | |