Skip to content

2.12.0

Latest
Compare
Choose a tag to compare
@TeruyaHaroldo TeruyaHaroldo released this 19 Sep 14:24
· 1 commit to master since this release
e85473b

💥 Breaking Changes

Deprecated New
setComputerVision ComputerVision.enable
setComputerVisionLoadModels ComputerVision.modelPaths
computerVisionClearModels ComputerVision.clear

✨ New Feature

  • Computer Vision Input Size of the Image.
Variable Type Default Value Description
ComputerVision.inputSize Size (0, 0) Image Input Size to use in the loaded computer vision models.
ComputerVision.enable Boolean false Enable/disable computer vision usage.
ComputerVision.modelPaths ArrayList<String> [] Set the computer vision model paths.
Function Input Type Valid Values Default Value Description
ComputerVision.clear - - - Clear computer vision path models.

🏗 Architectural Changes

Remove methods related with "Computer Vision" and create a module.
It is accessible like this:

  • cameraView.ComputerVision.enable
  • cameraView.ComputerVision.modelPaths
  • cameraView.ComputerVision.clear

📝 Update Readme

  • Add face understanding usage;
  • Add Facefy badge version;