Skip to content

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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