mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 15:16:52 +08:00
Travis Cl build: changed TRUE to true
This commit is contained in:
@@ -152,7 +152,7 @@ void getALPRImages(cv::VideoCapture cap, VideoDispatcher* dispatcher)
|
||||
cv::Mat frame1;
|
||||
cv::Mat frame2;
|
||||
cv::Mat* receiveframe;
|
||||
bool receiveframeisframe1 = TRUE;
|
||||
bool receiveframeisframe1 = true;
|
||||
|
||||
while (dispatcher->active)
|
||||
{
|
||||
|
Reference in New Issue
Block a user