hi,
is there a way that i can save the poses in real-time into a data base?
how can i approach to those arrays ?
thanks!
hi,
is there a way that i can save the poses in real-time into a data base?
how can i approach to those arrays ?
thanks!
Are you using ml5.js to detect the poses?
actually, just watched the p5 editor and printed the poses into the console.
i wanted to know if it is possible to save those arrays instead of printing them into console.
Hello. I dont fully understand what are doing, but if you want to save an array, for example in plain text, maybe you can take a look at the write function.
I’ll check that option, thank you!