PSRecSDK.Net-master

所属分类:其他
开发工具:Visual C++
文件大小:1123KB
下载次数:0
上传日期:2018-12-18 20:15:48
上 传 者大豆高粱
说明:  PS-ReCSDK PowerShot A620, > PowerShot S80, > PowerShot S3 IS > PowerShot G7 > PowerShot A640 > PowerShot S5 IS > PowerShot G9 > PowerShot SX100 IS > PowerShot G10 > PowerShot SX110 IS
(PowerShot A620, > PowerShot S80, > PowerShot S3 IS > PowerShot G7 > PowerShot A640 > PowerShot S5 IS > PowerShot G9 > PowerShot SX100 IS > PowerShot G10 > PowerShot SX110 IS)

文件列表:
PS-ReCSDK 1.1.0e (0, 2012-07-10)
PS-ReCSDK 1.1.0e\Doc (0, 2012-07-10)
PS-ReCSDK 1.1.0e\Doc\PSReCSDK110eUserGuide.doc (934400, 2012-07-10)
PS-ReCSDK 1.1.0e\Doc\PSReCSDK110eUserGuide.pdf (380216, 2012-07-10)
PS-ReCSDK 1.1.0e\PSReCSDK (0, 2012-07-10)
PS-ReCSDK 1.1.0e\PSReCSDK\inc (0, 2012-07-10)
PS-ReCSDK 1.1.0e\PSReCSDK\inc\prAPI.h (4081, 2012-07-10)
PS-ReCSDK 1.1.0e\PSReCSDK\inc\prError.h (5197, 2012-07-10)
PS-ReCSDK 1.1.0e\PSReCSDK\inc\prFuncType.h (6725, 2012-07-10)
PS-ReCSDK 1.1.0e\PSReCSDK\inc\prType.h (12310, 2012-07-10)
PS-ReCSDK 1.1.0e\PSReCSDK\lib (0, 2012-07-10)
PS-ReCSDK 1.1.0e\PSReCSDK\lib\PRSDK.lib (7976, 2012-07-10)
PS-ReCSDK 1.1.0e\PSReCSDK\redist (0, 2012-07-10)
PS-ReCSDK 1.1.0e\PSReCSDK\redist\PRLIB.dll (438272, 2012-07-10)
PS-ReCSDK 1.1.0e\PSReCSDK\redist\PRSDK.dll (290816, 2012-07-10)
PS-ReCSDK 1.1.0e\Sample (0, 2012-07-10)
PS-ReCSDK 1.1.0e\Sample\JPEGLIB (0, 2012-07-10)
PS-ReCSDK 1.1.0e\Sample\JPEGLIB\CopyRight.txt (2247, 2012-07-10)
PS-ReCSDK 1.1.0e\Sample\JPEGLIB\JpegLib.dsp (6575, 2012-07-10)
PS-ReCSDK 1.1.0e\Sample\JPEGLIB\JpegLib.dsw (514, 2012-07-10)
PS-ReCSDK 1.1.0e\Sample\JPEGLIB\JpegLib.ncb (222208, 2012-07-10)
PS-ReCSDK 1.1.0e\Sample\JPEGLIB\JpegLib.opt (53760, 2012-07-10)
PS-ReCSDK 1.1.0e\Sample\JPEGLIB\StdAfx.h (0, 2012-07-10)
PS-ReCSDK 1.1.0e\Sample\JPEGLIB\cderror.h (5249, 2012-07-10)
PS-ReCSDK 1.1.0e\Sample\JPEGLIB\cdjpeg.h (6123, 2012-07-10)
PS-ReCSDK 1.1.0e\Sample\JPEGLIB\jcapimin.cpp (9121, 2012-07-10)
PS-ReCSDK 1.1.0e\Sample\JPEGLIB\jcapistd.cpp (5881, 2012-07-10)
PS-ReCSDK 1.1.0e\Sample\JPEGLIB\jccoefct.cpp (16400, 2012-07-10)
PS-ReCSDK 1.1.0e\Sample\JPEGLIB\jccolor.cpp (14848, 2012-07-10)
PS-ReCSDK 1.1.0e\Sample\JPEGLIB\jcdctmgr.cpp (12469, 2012-07-10)
PS-ReCSDK 1.1.0e\Sample\JPEGLIB\jchuff.cpp (28222, 2012-07-10)
PS-ReCSDK 1.1.0e\Sample\JPEGLIB\jchuff.h (1575, 2012-07-10)
PS-ReCSDK 1.1.0e\Sample\JPEGLIB\jcinit.cpp (2349, 2012-07-10)
PS-ReCSDK 1.1.0e\Sample\JPEGLIB\jcmainct.cpp (9168, 2012-07-10)
PS-ReCSDK 1.1.0e\Sample\JPEGLIB\jcmarker.cpp (17245, 2012-07-10)
PS-ReCSDK 1.1.0e\Sample\JPEGLIB\jcmaster.cpp (19889, 2012-07-10)
PS-ReCSDK 1.1.0e\Sample\JPEGLIB\jcomapi.cpp (3100, 2012-07-10)
... ...

#PSRecSDK.Net ##What is PSRecSDK.Net PSRecSDK.Net is a .Net wrapper for PS-Rec SDK(Power Shot Remote Capture SDK). The current PS-Rec SDK version is 1.1.0e. ##What is PS-ReCSDK 1.1.0e >The PS-ReC SDK(Power Shot Remote Capture SDK) is a software develpment kit. The PS-ReC SDK provides an interface for controlling Canon digital cameras from a computer to capture images. >The PS-ReC SDK is provided as a library that can be linked to application software and programs. ###Supported Camera Models > PowerShot A620, > PowerShot S80, > PowerShot S3 IS > PowerShot G7 > PowerShot A***0 > PowerShot S5 IS > PowerShot G9 > PowerShot SX100 IS > PowerShot G10 > PowerShot SX110 IS If you want to know more about PS-ReCSDK, you can find that in **/PS-ReCSDK 1.1.0e**, which is original Canon SDK files including documents, sdk and C samples. ##Brief Introduction In **PSReCSDKLib** project, the *PRApi* class is the wrapper for the PRSDK.dll, and CameraControl class is one implementation class for the api. **REMEMBER** When you debug or release your application which has a reference to PSRecSDKLib project, you need to add both the *PRLIB.dll* and *PRSDK.dll* to the output folder together with the *PSRecSDK.dll*. You can find those two files in **/PS-ReCSDK 1.1.0e/PSReCSDK/redist/**.

近期下载者

相关文件


收藏者