Giter VIP home page Giter VIP logo

Comments (7)

jaapmurre avatar jaapmurre commented on August 27, 2024 4

from matrix-os.

maciekrb avatar maciekrb commented on August 27, 2024 2

Hey, we patched the problem up. Please download the latest MOS release and re-run your application. If that doesn't work for some reason, please follow the provided steps to get a working installation:

  1. Start with a fresh Raspbian (stretch) and add MATRIX debian repo and keys
$ curl https://apt.matrix.one/doc/apt-key.gpg | sudo apt-key add -
$ echo "deb https://apt.matrix.one/raspbian $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/matrixlabs.list
  1. APT update
$ sudo apt-get update
  1. Install latest version of MATRIX MALOS & git
sudo apt-get install git matrixio-malos malos-eye
  1. Install node n package manager and install nodeJS 7
$ curl -L https://git.io/n-install | bash
$ source ~.bashrc
$ n 7
  1. Download the latest release of MOS we just created v0.17.1 release, code was already in the repo but the release was missing. Extract and install node modules.
$ wget https://github.com/matrix-io/matrix-os/archive/v0.17.1.tar.gz
$ tar -xzvf v0.17.1.tar.gz
$ cd matrix-os-0.17.1
$ npm install 
  1. Try to run with your existing MATRIX_DEVICE_ID and MATRIX_DEVICE_SECRET.
$ MATRIX_DEVICE_ID=<redacted> MATRIX_DEVICE_SECRET=<redacted> node index.js
  1. Start your face application

MOS process shouldn't break anymore and should provide face info.

from matrix-os.

maciekrb avatar maciekrb commented on August 27, 2024

Hello @jaapmurre

Can you please provide the following information to help us out diagnose the issue ?

  • Raspbian release (codename) you are using (jessie, stretch)
  • NodeJS version you are running
  • link to the documentation you are currently following to install MALOS Eye

Thanks !

from matrix-os.

jaapmurre avatar jaapmurre commented on August 27, 2024

from matrix-os.

jaapmurre avatar jaapmurre commented on August 27, 2024

from matrix-os.

gordinh avatar gordinh commented on August 27, 2024

Hi @jaapmurre can you please check again regarding the empty demographics? I just merged a fix about so it should be working if you do a pull in dev branch.
About the gesture can you check it again? it should be detecting normally too

from matrix-os.

gordinh avatar gordinh commented on August 27, 2024

Hi @jaapmurre,

Happy to hear that :)

Closing it, Thanks.

from matrix-os.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.