You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build your code on a raspberry pi with opencv4 and it won't compile because of errors with BOOSTING, TLD and MEDIANFLOW types of trackers.
Also, the statement:
bool ok = tracker->update(frame, bbox);
Errors during compile with:
tracker.cpp:83:42: error: cannot bind non-const lvalue reference of type ‘cv::Rect&’ {aka ‘cv::Rect_&’} to an rvalue of type ‘cv::Rect_’
Is there an update to fix these errors?
The text was updated successfully, but these errors were encountered:
Can you provide more details about your environment, please?
What versions (Operating System, OpenCV, build tools) do you use? Natively, in a container, in a virt-env?
Is there a specific sample code you are referring to?
Python, C, C++? Make, CMake?
Raspberry pi 4 with bullseye os, opencv 4.5.1 c++10, looked in the header file and it appears they only support CSRT and KCF with this version and I don't want to downgrade.
I'm trying to build your code on a raspberry pi with opencv4 and it won't compile because of errors with BOOSTING, TLD and MEDIANFLOW types of trackers.
Also, the statement:
bool ok = tracker->update(frame, bbox);
Errors during compile with:
tracker.cpp:83:42: error: cannot bind non-const lvalue reference of type ‘cv::Rect&’ {aka ‘cv::Rect_&’} to an rvalue of type ‘cv::Rect_’
Is there an update to fix these errors?
The text was updated successfully, but these errors were encountered: