diff --git a/ISSUE_TEMPLATE.txt b/ISSUE_TEMPLATE.txt new file mode 100644 index 0000000..a0053fe --- /dev/null +++ b/ISSUE_TEMPLATE.txt @@ -0,0 +1,18 @@ +For questions or issues related to using one of Affectiva's SDKs, please use StackOverflow with the +"affdex-sdk" tag. The Affectiva team monitors StackOverflow for these questions and will respond +there. This approach also helps other developers with the same questions or problems find +solutions more quickly. + +https://stackoverflow.com/questions/tagged/affdex-sdk + + +For more general discussion about our SDKs, please use our SDK forum: + +https://discuss.affectiva.com/c/emotion-sdk + + +If you have a question or problem directly related to the samples in this repo (not with the SDK +itself), please proceed to create an issue here. If you create an issue here that is not +related to this repo, we will ask you to move it to one of the locations above, as this helps +ensure it gets to the right people and is addressed most effectively. Thanks for your +cooperation. diff --git a/affdex-win-samples.sln b/affdex-win-samples.sln index 653a244..d210858 100644 --- a/affdex-win-samples.sln +++ b/affdex-win-samples.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 -VisualStudioVersion = 12.0.40629.0 +VisualStudioVersion = 12.0.21005.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opencv-webcam-demo", "opencv-webcam-demo\opencv-webcam-demo.vcxproj", "{8DCDC209-C25D-4C61-B2AC-2FBA1775DD6B}" EndProject @@ -13,7 +13,9 @@ Global EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {8DCDC209-C25D-4C61-B2AC-2FBA1775DD6B}.Release|x64.ActiveCfg = Release|x64 + {8DCDC209-C25D-4C61-B2AC-2FBA1775DD6B}.Release|x64.Build.0 = Release|x64 {5D5E4401-09DE-40D3-9E29-AFC4F2EF2C80}.Release|x64.ActiveCfg = Release|x64 + {5D5E4401-09DE-40D3-9E29-AFC4F2EF2C80}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/appveyor.yml b/appveyor.yml index ec6656c..f83f9ac 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,21 +2,27 @@ version: 1.0.{build} image: - Visual Studio 2013 - Visual Studio 2015 +configuration: Release +platform: x64 before_build: - cmd: >- - appveyor DownloadFile https://download.affectiva.com/windows/AffdexSDK-3.1-368-win64.exe -FileName AffdexSDK-3.1-368-win64.exe + appveyor DownloadFile https://download.affectiva.com/windows/AffdexSDK-3.4.1-575-win64.exe -FileName AffdexSDK-win64.exe - AffdexSDK-3.1-368-win64.exe /S + AffdexSDK-win64.exe /S nuget restore affdex-win-samples.sln + build: + project: affdex-win-samples.sln parallel: true verbosity: detailed artifacts: -- path: '\x64\Release' +- path: 'x64\Release' deploy: - provider: GitHub - release: 3.1 + release: 3.4 + artifact: 'x64\Release.zip' auth_token: secure: sjCE8t4b8ME8j2D6e0kRpNib8STOljgGVPdexj4n0gXU/nYxFkdaI9GXRukRHri5 - artifact: Release.zip + on: + branch: master # release from master branch only diff --git a/opencv-webcam-demo/opencv-webcam-demo.vcxproj b/opencv-webcam-demo/opencv-webcam-demo.vcxproj index 3911b9a..f89bafb 100644 --- a/opencv-webcam-demo/opencv-webcam-demo.vcxproj +++ b/opencv-webcam-demo/opencv-webcam-demo.vcxproj @@ -44,18 +44,18 @@ true WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) true - C:\Program Files\Affectiva\Affdex SDK\include;../common/;%(AdditionalDependencies) + C:\Program Files\Affectiva\AffdexSDK\include;../common/;%(AdditionalDependencies) Console true true true - C:\Program Files\Affectiva\Affdex SDK\lib\release\affdex-native.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + C:\Program Files\Affectiva\AffdexSDK\lib\release\affdex-native.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - xcopy /d /y "C:\Program Files\Affectiva\Affdex SDK\bin\release\affdex-native.dll" "$(OutDir)" -xcopy /d /s /y "C:\Program Files\Affectiva\Affdex SDK\data" "$(OutDir)data\" + xcopy /d /y "C:\Program Files\Affectiva\AffdexSDK\bin\release\affdex-native.dll" "$(OutDir)" +xcopy /d /s /y "C:\Program Files\Affectiva\AffdexSDK\data" "$(OutDir)data\" @@ -116,4 +116,4 @@ xcopy /d /s /y "C:\Program Files\Affectiva\Affdex SDK\data" "$(OutDir)data\" - \ No newline at end of file + diff --git a/video-demo/video-demo.vcxproj b/video-demo/video-demo.vcxproj index ef1f29e..104b09e 100644 --- a/video-demo/video-demo.vcxproj +++ b/video-demo/video-demo.vcxproj @@ -44,19 +44,19 @@ true WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) true - C:\Program Files\Affectiva\Affdex SDK\include;../common;%(AdditionalDependencies) + C:\Program Files\Affectiva\AffdexSDK\include;../common;%(AdditionalDependencies) Console true true true - C:\Program Files\Affectiva\Affdex SDK\lib\release\affdex-native.lib;%(AdditionalDependencies) + C:\Program Files\Affectiva\AffdexSDK\lib\release\affdex-native.lib;%(AdditionalDependencies) - xcopy /d /y "C:\Program Files\Affectiva\Affdex SDK\bin\release\affdex-native.dll" "$(OutDir)" -xcopy /d /y "C:\Program Files\Affectiva\Affdex SDK\bin\opencv_ffmpeg248_64.dll" "$(OutDir)" -xcopy /d /s /y "C:\Program Files\Affectiva\Affdex SDK\data" "$(OutDir)data\" + xcopy /d /y "C:\Program Files\Affectiva\AffdexSDK\bin\release\affdex-native.dll" "$(OutDir)" +xcopy /d /y "C:\Program Files\Affectiva\AffdexSDK\bin\opencv_ffmpeg248_64.dll" "$(OutDir)" +xcopy /d /s /y "C:\Program Files\Affectiva\AffdexSDK\data" "$(OutDir)data\" @@ -117,4 +117,4 @@ xcopy /d /s /y "C:\Program Files\Affectiva\Affdex SDK\data" "$(OutDir)data\" - \ No newline at end of file +