mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 01:52:45 +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 frame1;
|
||||||
cv::Mat frame2;
|
cv::Mat frame2;
|
||||||
cv::Mat* receiveframe;
|
cv::Mat* receiveframe;
|
||||||
bool receiveframeisframe1 = TRUE;
|
bool receiveframeisframe1 = true;
|
||||||
|
|
||||||
while (dispatcher->active)
|
while (dispatcher->active)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user