Closed xcodewarrier closed 8 years ago
I'm not sure where this parameter would be specified. Can you elaborate?
In the sample code this is here, thanks, closing this out.
delegate = new alpr::Alpr(
[@"eu" UTF8String],
[[[NSBundle mainBundle] pathForResource:@"openalpr.conf" ofType:nil] UTF8String],
[[[NSBundle mainBundle] pathForResource:@"runtime_data" ofType:nil] UTF8String]
);
There should be a mechanism for developers to specify parameters, e.g. such as -c, within the Xcode environment.