이 페이지는 아카이브화 되어 더 이상 업데이트 되지 않습니다.

더 이상 이 제품을 제공 하지 않습니다.

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.