mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 11:56:52 +08:00
Added regions of interest to ALPR interface. Currently non-functional
This commit is contained in:
@@ -243,7 +243,8 @@ void streamRecognitionThread(void* arg)
|
||||
|
||||
while (daemon_active)
|
||||
{
|
||||
int response = videoBuffer.getLatestFrame(&latestFrame);
|
||||
std::vector<cv::Rect> regionsOfInterest;
|
||||
int response = videoBuffer.getLatestFrame(&latestFrame, regionsOfInterest);
|
||||
|
||||
if (response != -1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user