Cette page a été archivée et est n'est plus actualisée.

Nous ne fournissons plus ce produit.

Dynamsoft Camera SDK

API de numérisation de documents pour caméras.

Publié par Dynamsoft Corporation
Distribué par ComponentSource depuis 2004

i

Dynamsoft Camera SDK is no longer actively maintained.

Dynamsoft Camera SDK 5.1 released

Released: Jan 10, 2017

Mises à jour de 5.1

Fonctionnalités

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()

Correctifs

  • 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.