Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
2 votes
0 answers
134 views

React Native Plate Scanning Not Working. My phone will read and scan the plate PROBLEM (There are no 64bit libs for Android.)

React Native plate not scanning. My problem is I can't get any errors. However it still doesn't work sample site Library : OpenALPR and OPENCV RESULT:
Yatli's user avatar
  • 21
1 vote
0 answers
137 views

openALPR integration into Appcelerator app via Hyperloop

I'm trying to integrate openALPR iOS module to Titanium app using Hyperloop from here: https://github.com/yasirmturk/openalpr-swift I successfully installed it via cocoapods but now I'm stuck how to ...
Marian Kucharcik's user avatar
1 vote
1 answer
649 views

How to convert CMSampleBuffer to std::vector<char>?

I have image stream from my AVCaptureVideoDataOutputSampleBufferDelegate method: - (void)captureOutput:(AVCaptureOutput )captureOutput didOutputSampleBuffer:(CMSampleBufferRef)sampleBuffer ...
Alexander Yakovlev's user avatar
2 votes
1 answer
352 views

Can not generate openaplr.framework in mac by using OpenALPR library

I am using https://github.com/twelve17/openalpr-ios this library to analyse license plate images and get license number from it. when i try to run ruby script in mac to generate openaplr.framework it ...
Ekta Padaliya's user avatar