Smart camera glasses using Ai to provide information on objects and text
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
Tensorflow lite provides an object detection example for android here which we used to help us integrate object detection into our android app. In this video we show video streaming from the ESP32 over Bluetooth, and object detection correctly identifying a cup.
As the next steps we want to add text detection, and optical character recognition, to allow things such as food boxes to be identified.
The aim is to use an ESP32 for image capture and data transmission to the smartphone using Bluetooth.
In order to ensure that the data rate was acceptable, a proof of concept was created using an ESP32 camera dev board. We could not find any examples of Bluetooth camera data transfer using the ESP32 but we were able to produce a simple demo based on the Bluetooth serial port example provided by Espressif. Using the esp32-camera library, we were able to get a quite reasonable frame rate over Bluetooth to an android smartphone at VGA resolution.
I have made the Bluetooth camera code for the ESP32 available here.
Code for receiving the video stream on Android is available here.
Create an account to leave a comment. Already have an account? Log In.
Become a member to follow this project and never miss any updates