You know, I do believe that is the issue… being caused by the fact I don’t think I’m registering a watcher. Working on getting the computer connected to Lampix to formally send logs (need to speak to head of lab to set that up) but in the meantime, because I am on a time crunch to figure this button issue out, here is a screen shot of the log once I have activated my application. I notice at no point in my app being activated is there a message that a watcher has been enabled nor the image of a black screen with a white rectangle.
So, I’m a little confused because Is this code not setting up a watcher?? (It’s likely I’m just a little confused and missing something basic as I am an electrical engineering student who has been assigned a computer programming task):
const buttonWatcher = {
name: 'NeuralNetworkClassifier',
shape: {
type: 'rectangle',
data: {
posX: x,
posY: y,
width: 50,
height: 50
}
},
onClassification: callback,
params: {
neural_network_name: 'fingers'
}
};