ZeroCM / zcm

Zero Communications and Marshalling

Home Page:http://zerocm.github.io/zcm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to correctly skip messages in zcm?

RocketFlash opened this issue · comments

I am trying to implement object detection using zcm and I faced the following problem: camera frame rate equals 30 fps, but detector can only process on 15 fps. And I don't understand how to correctly skip frames, because without it, it looks like frames are queued up and processed sequentially. Could you show how to implement it on Python?

Thank you, @jbendes ! It helped 👍