Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

collecting accelerometer and gyroscope data

ANSWERED

Hi everyone, 

 

 

I got a problem when I collect accelerometer and gyroscope data in real-time. I found that the totoal number of accelerometer data and gyroscope data are not the same.

 

For example,

 

"let acc = new Accelerometer({ frequency: 6, batch: 6});"

 

"let gyro = new Gyroscope({ frequency: 6, batch: 6 });" 

 

I set the frequency is 6, but the accelerometer data will be more than gyroscope data. I dont know why.

 

Could you help me?

Best Answer
0 Votes
22 REPLIES 22

Sometimes, "msg queue full" error occurs and some data would be lost. Why is this happening?

 

Screenshot 2020-03-28 at 9.53.36 AM.png

Best Answer
0 Votes

"msg queue full" probably means that your app is too CPU-intensive and isn't returning control to the operating system as much as it should.

Peter McLennan
Gondwana Software
Best Answer
0 Votes

hello, can you help me with my project? i could pay you, thanks

Best Answer
0 Votes