Hi all,
i just purchased an OAK D pro and I really like it. Object detections and neural networks with one RGB frame inputs works as a charm.
Now, I ran over this problem: I want to implement neural network to estimante the heart rate of a person. For this, the networks usually need the last 180-128 frames of a webcam as input. Can you give me some advices how I can buffer or save 180 consecutive frames before piping it to the neural network node? The closest things, I found on the forum was the 3 image concat example.
Best,
Khan