We're using the IPNC to perform capture and encode. We want to pass the MV/SAD information to our own process for further analysis. I've looked at modifying the message queue stuff to implement this, but it seems there's a limit on the size of message that can be passed over that makes handing MV/SAD stuff prohibitive.
Is there some way to easily modify the app to pass this information through CMEM? Or some other method to easily share this information with another process?
Thanks!