Hello, I have a question regarding the MetadataLiveSource,
is there any possible way to limit the fps to 5 for example ( so the app will receive 5 XML/second despite if it is 15 in the management client) so we can reduce high usage of CPU and memory. Just like JpegLiveSource where you can set the fps.
MetadataLiveSource does not have the FPS property like JpegLiveSource has and you cannot limit the frequency of live events.
You will have to develop logic to ignore some of the events if you want to make sure you do not handle data and do too much computation when receiving the events more frequent.
As metadata tend to be small in size in comparison with images I hope the bandwidth usage will not be a problem.