IoTineSalt / eyeotine

Eyeotine uses ESP32 cameras to detect the location of people in a room.
GNU General Public License v3.0
4 stars 0 forks source link

GUI for visualization #8

Open BlobbyBob opened 3 years ago

BlobbyBob commented 3 years ago

Based on the communication defined in #7 a small GUI for visualizing the positions should be implemented. It doesn't need to be fancy, but functional enough to be used for the first prototype(s).

jogehl commented 3 years ago

Do we want to use a visualization which is webbased or a native application for visualization?

BlobbyBob commented 3 years ago

I think this is not really relevant in the beginning, since it should probably be only a quickly hacked GUI allowing for comfortable testing. IF we later rewrite the whole thing and make it more fancy, then this should be more relevant.