Hi vital,
thanks a lot for the advice. As far as I can see the 180 img frames are stored locally on the host machine in the frameStore var and not on the OakCamera or am I missing something? So technically, I always put the lastest image frame and store it locally but I never address the frames_pool?
And is it possible to use the frame_pool as input for a nn on the oak directly without going to the host machine? basically:
On the oakd: buffer 180 in the frames_pool => use it as an input for a custom blob model
Best