We're using the DM365 with dual H264 streams (one high resolution stream, and one low resolution stream) and the DVSDK codebase. Sometimes when I go to start the low resolution stream, I get a GOP_NOMEM (-100) error when I request to lock an I-frame (MSG_CMD_GET_AND_LOCK_IFRAME). I looked through the code, and it seems like LockGopBySerial is probably returning CACHE_NOMEM, which in turn is transformed into that GOP_NOMEM error.
I understand the video goes through some shared memory, but I'm not quite clear on what this error means, or how to resolve it. Does anyone have any insight? Thanks!