ATM application
Instructions to install and configure pre-requisites
=================================================================================
=========================Client and server config================================
=================================================================================
=========================Client config===========================================
Client side configuration:
1. Make sure that Microsoft SDK is there in Program Files\Microsoft SDKs
The links Microsoft SDKs:
http://www.microsoft.com/download/en/details.aspx?id=8442
There are three versions:
GRMSDK_EN_DVD.iso x86
GRMSDKIAI_EN_DVD.iso Itanium
GRMSDKX_EN_DVD.iso amd cpu
Download the appropriate version according to the configuration of the computer.
2. After finished install Microsoft SDK you should also build directshow
C:\Program Files\Microsoft SDKs\Windows\v7.1\Samples\multimedia\directshow\baseclasses
Open baseclasses.sln with Visual Studio And build it.
3. Now Open ATM.sln with Visual Studio, right-click on project and select Propertity,
Then goto Cofiguration Property->VC++ content
Add Include:
C:\Program Files\Microsoft SDKs\Windows\v7.1\Samples\multimedia\directshow\baseclasses
C:\Program Files\Microsoft SDKs\Windows\v7.1\Samples\multimedia\directshow\common
C:\Program Files\Microsoft SDKs\Windows\v7.1\Include
Add library:
C:\Program Files\Microsoft SDKs\Windows\v7.1\Lib
C:\Program Files\Microsoft SDKs\Windows\v7.1\Samples\multimedia\directshow\baseclasses\Release
4.goto Link-->input
add dependency library:
C:\Program Files\Microsoft SDKs\Windows\v7.1\Samples\multimedia\directshow\baseclasses\Debug\strmbasd.lib
C:\Program Files\Microsoft SDKs\Windows\v7.1\Lib\WinMM.lib
C:\Program Files\Microsoft SDKs\Windows\v7.1\Samples\multimedia\directshow\baseclasses\Release\strmbase.lib
C:\Program Files\Microsoft SDKs\Windows\v7.1\Lib\quartz.lib
C:\Program Files\Microsoft SDKs\Windows\v7.1\Lib\strmiids.lib
=========================Build Steps===========================================
Build steps:
Open AMT.sln with visual studio 2013
Build -> Build Solution
Watch build output to check whether the build successfully or not
=========================Run Steps===========================================
Run Steps:
Press F5 in Visual studion 2013
=================================================================================
=========================Server config===========================================
=================================================================================
Server side configuration:
1. Make sure that Microsoft SDK is there in Program Files\Microsoft SDKs
The links Microsoft SDKs:
http://www.microsoft.com/download/en/details.aspx?id=8442
There are three versions:
GRMSDK_EN_DVD.iso x86
GRMSDKIAI_EN_DVD.iso Itanium
GRMSDKX_EN_DVD.iso amd cpu
Download the appropriate version according to the configuration of the computer.
VC++ -->Content -->Include
..\packages\cpprestsdk.v120.windesktop.msvcstl.dyn.rt-dyn.2.9.1\build\native\include\cpprest
Links -Input:
C:\Program Files (x86)\Microsoft SDKs\Cpp REST SDK for Visual Studio 2013\SDK\lib\x86\Release\casablanca120.lib
=========================Build Steps===========================================
Build steps:
Open AMTService.sln with visual studio 2013
Build -> Build Solution
Watch build output to check whether the build successfully or not
=========================Run Steps===========================================
Run Steps:
Press F5 in Visual studion 2013
=================================================================================
=========================Assuming made and missing requirement===================
=================================================================================
1, video play in real-time after login successfully
=================================================================================
=========================Feedback================================================
=================================================================================
Upload catched photo to server