|
FireSync API
|
| kStatus kAlgInfo_Construct | ( | kAlgInfo * | info, |
| kCameraAlgorithm | typeId, | ||
| kCameraCapability | capabilities, | ||
| kAlloc | allocator | ||
| ) |
Constructs a suitable kAlgInfo object based on the given type id.
| info | Receives the constructed kAlgInfo object. |
| typeId | Numeric type id representing the desired algorithm type. |
| capabilities | Represents camera features. |
| allocator | Memory allocator (or kNULL for default). |