mixagd / opencv-dsp-acceleration

Automatically exported from code.google.com/p/opencv-dsp-acceleration
0 stars 0 forks source link

CMEM Error: CMEM_exit() already called. #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. When the application exits there are seen 14 similar error message *CMEM 
Error: CMEM_exit() already called, check stderr output for earlier CMEM failure 
messages (possibly version mismatch). 

What is the expected output? What do you see instead?

The expected output should not show any any of these error messages.

Original issue reported on code.google.com by ktmp...@gmail.com on 13 Aug 2010 at 7:12

GoogleCodeExporter commented 8 years ago
This issue has occured due to changing OpenCV memroy allocation to continious 
memroy allocation using CMEM library. The patch to OpenCV can be ignored if you 
ensure that input and output buffer provided to the API are continious by using 
Memory_alloc() and Memory_free(). For detail visit 
[http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ce/2_25_01_0
6/exports/codec_engine_2_25_01_06/docs/html/struct_memory___alloc_params.html#ab
8113726ac4d721815cd6041ac236e4d]

Original comment by ktmp...@gmail.com on 13 Aug 2010 at 7:27