Giter VIP home page Giter VIP logo

Comments (5)

eighteyes avatar eighteyes commented on July 24, 2024

Seems like your configuration file is invalid.

(buildindetection)err invalid service declared. No configuration available for face

Make sure

services:
   faceService: 
      engine:detection
      type: face

is in your config.yaml

from matrix-os.

arllllll10 avatar arllllll10 commented on July 24, 2024

I'm pretty sure my code is as the same as online tutorial:

config.yaml:

# do not touch this line
configVersion: 2

description: light a led when detect a face
keywords: 'light, face'
name: face-demo
displayName: Face Demo


services:
    faceDemo:
        engine: detection
        types: face

app.js:

matrix.service('face').start().then(function(data)
{ 
	console.log(data); 
});

and my os version is 0.14.1, I really cannot figure out why my app does not working, need help!!!
Thanks.

from matrix-os.

eighteyes avatar eighteyes commented on July 24, 2024

types should be type in the last line of the config. I will try to track down that error in our tutorial.

If it still doesn't work try the below.

Please start matrix-os with DEBUG=* node index.js and paste us all the output after 2 lines above the MATRIX ascii. This will help us diagnose.

from matrix-os.

eighteyes avatar eighteyes commented on July 24, 2024

Yea, I can't find types anywhere. Can you point me to where you found that tutorial so I can get it fixed? Thanks.

from matrix-os.

arllllll10 avatar arllllll10 commented on July 24, 2024

I'm so sorry that just my typo, now my face application works.
Thanks so much for helping me, and next time I'll try the debug mode.

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.