このページは既にアーカイブ化され、その後の更新はありません。

この製品の販売は終了しました。

Dynamsoft Camera SDK(英語版)

カメラで撮った画像を高品質のドキュメントに変換するAPI

Dynamsoft Corporation 社の製品
2004 年より日本国内にてComponentSourceで販売中。

i

Dynamsoft Camera SDK is no longer actively maintained.

Dynamsoft Camera SDK 5.1 released

Released: Jan 10, 2017

5.1 での更新項目

機能

Added new methods to set camera property hue:

  • DCSObject.camera.hue.getCurrent()
  • DCSObject.camera.hue.getDefault()
  • DCSObject.camera.hue.getIfAuto()
  • DCSObject.camera.hue.getIfDefaultAuto()
  • DCSObject.camera.hue.getMax()
  • DCSObject.camera.hue.getMin()
  • DCSObject.camera.hue.setCurrent()
  • DCSObject.camera.hue.setIfAuto()

不具合の修正

  • Fixed a bug where setting camera property sharpness doesn't work.
  • Fixed a bug where occupied cameras cannot be released in some cases.
  • Fixed a bug where an order is imposed to parameter indices in methods httpUpload, httpUploadAsync and convertToBase64.