Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix Streamer/Recorder build errors #1158

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

spiwocoal
Copy link

Streamer/Recorder toolbox was failing at build because since GCC 11, the default C++ standard is C++17, which does not allow dynamic exception specifications anymore. This was resolved by changing the C++ standard used to build the ProtonectSR target to C++14, though I suppose the ideal solution would be to simply not use dynamic exception specifications anymore.

There was also the problem that the files recorder.cpp and streamer.cpp referenced CV_IMWRITE_JPEG_QUALITY when, at least according to what I could find, doesn't exist and should be cv::IMWRITE_JPEG_QUALITY.

Resolves: #1155

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't build with Stream Recorder enabled
1 participant