Real-time classification of objects using mobile phone

Hi,
I am trying to do Object Detection with mobile phone, in real-time. I have built my model and deployed it to my phone. When I switch to classification mode, I only have the option to ‘Capture’ a picture, instead of having the option of a live video and real-time classification.
Is there a way to do real-time live classification while using the mobile phone?
Thanks in advance!

Hi @Corryne,

We currently do not have live video streaming for object classification with the mobile client. I have submitted this idea as a feature to our engineering team (Object Classification on Smartphone Video Stream) and I will add your request as well, however you can also view the open source code for the mobile client on our GitHub here: https://github.com/edgeimpulse/mobile-client, you could try implementing a live video stream classification on your own if you would like!

– Jenny