Hi all !
I need to implement a basic system which would track only people inside an interior space and return an ID (a unique arbitrary number) and the x,y,z global coordinates and one or more tags of attributes (gender, and other eventual head or body attributes) of each tracked people.
And then store the nfo above plus the time stamp in a big JSON file (images/ video will not be in the contents of this file… but just timestamp, person ID, coordinates, some classification attributes…).
Important to notice that i need the coordinates transformed to the space actual global coordinates (not camera plan u,v coordinates and the depth…). In the end the final material we need would be just this big JSON.
I have an OAK-D camera and the rest of the system is being implemented in Python.
Is this something that would be better implemented inside Luxonis HUB platform or could be some code uploaded to the camera itself (or both) ?
Any guidance with codes samples (if possible…) would help a lot.