Hi,
I want to use a OAK-D-Pro W with high fps and temporal filter enabled, but grab only every n-th frame from the camera. I tried having the camera run @100 fps. On my PC I run a script with output queue (maxSize=1, blocking=false). With 10fps I call queue.get(). Will I get every 10th frame from the camera? I tried that with OAK-D-Pro W with temporal filter enabled (alpha = 0.1) and my output looked the same weather I have 100fps or 10 fps set on the camera.
Would it be better to set a callback for that and just skip 10 times when ever the callback is triggered?
Thank you