Latency fix for RTSP-camera in console-app

This commit is contained in:
AlexeyAB
2017-08-08 02:57:56 +03:00
parent 4579b589ba
commit b202eaee25
2 changed files with 10 additions and 3 deletions

View File

@ -117,6 +117,7 @@
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>C:\opencv_3.0\opencv\build\include</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>Async</ExceptionHandling>
</ClCompile>
<Link>
<EnableCOMDATFolding>true</EnableCOMDATFolding>