I'm building a python application that uses AI to scan a live feed with OpenCV and tracks people with or without masks.
I wanted to ask if there was a good way to send a unique dataframe for every unique entity tracked in the feed in order to create a procedural entry on a database of each person tracked as they entered the frame and whether they were wearing a mask.
Any advice?