Grove vison ai v2's preview in sensecraft cannot last

Hey guys! Just got my grove vision ai v2 with a xiao esp32c3 board. I tried the arduino demo code ( for esp32c3 ) , it worked just fine. I think the grove vision ai v2 run a face detection model by default. I can get face position, height and width info via serial port using the serial monitor in arduino ide.

Then I went on trying the sensecraft web platform. I chose a gesture detection model and deployed the model on my grove vision ai v2. The deploy proccess worked out quite fine, no error message. And when I hit the invoke button, the preview and the device logger showed up, but only last like 1-2 seconds, and then the preview froze as well as the device logger. If I stop the preview and involk again, I can get another 1-2 sec’s preview and log.

What I have done:

  1. I change another model (Face detection), and it goes the same way.
  2. I went to the Output tab, add a condition to light up the yellow led once the device detected a face. It turned out that the device is still ‘alive’ when the preview is frozen, because the yellow led will light up once it recognize a face.

NEED HELP!!! Thanks in advance.

Tasca

Edit: I use Chrome version 131.0.6778.205 (Official Build) (64-bit) as my browser.

Try using a different browser, such as Microsoft Edge or Firefox, to see if the issue persists.

thanks liaifat. I reboot my computer several times and the problem is solved.