I'm not an engineer, but if the application is not intended to be real-time, you can serialize the data and save it as a recording, then run a script to only extract frames with timestamps that are closest to multiples of 0.2s. If it is supposed to be real-time, then you'll need to design your application so that it discards all frames except for ones that meet the 0.2s multiple rule.