/tx510js

Primary LanguageTypeScript

TX510JS

This package allows you to control the TX510 face recognition device with NodeJS or Browser.

Please checkout examples folder for more information.

To install the package, run the following command:

yarn add tx510js

What works:

  • Connect to the device
  • Get device serial number and version
  • Face recognition
  • Face registration
  • Face deletion
  • Face list and number of faces
  • Read/Write face database
  • delete all faces
  • Control device lcd, backlight and white led on the camera
  • reboot device

TODO:

  • Tests
  • Make the code prettier and remove the console.logs
  • Ci Pipeline to build and test
  • Documentation
  • WebSerial Example
  • WebBluetooth Example? (The newer modules seem to have ble modules)

You can contact me using github issues for any questions or suggestions.