Hello, i've been looking in the depthai documentation without success for the following:
I want to feed frames to depthai, depthai to process them (specifically to create a disparity map on the said frame) and return the result, the idea is that i want to process the frames i receive from the camera before the depthai processing so that i can improve the frame quality or whatever and then depthai to receive a frame that is easier to work on, after which depthai to do it's magic, process the frame and return the disparity map on that frame. I didn't find anything useful in the documentation so i was wondering if someone has done it before or knows how to do it. Thanks in advance!
Feed frames to depthai
Hi VihrenDanov
The SDK has replay functionality: https://docs.luxonis.com/projects/sdk/en/latest/features/replaying/
Thanks,
Jaka
14 days later
Thanks, it was what i was looking for.