newbie question: nano with camera and live feed objects

To learn , I need help on some pointers, i have a nano with camera and i would like to log object coming in frame and log something like

timestamp : x objects ( raw data? 2x2 , 2x4 objects? )

Hi,

You will need a standard object classifier / detector with live camera input.
It’s recommended to check our sample for Nano first:
https://github.com/dusty-nv/jetson-inference#deploying-deep-learning

Thanks