480 B
480 B
- ⚠️ Changed function call handling to use timeout-based completion instead of immediate callback execution.
- Function calls that defer their results (e.g.,
UserImageRequestFrame) now use a timeout mechanism - The
result_callbackis invoked automatically when the deferred operation completes or after timeout - This change affects examples using
UserImageRequestFrame- theresult_callbackshould now be passed to the frame instead of being called immediately
- Function calls that defer their results (e.g.,