Hi,
I would like to read image form buffer not BMP file.
I create a buffer using sample code in "create_target_surface" function.
And I use omap_bo_map to get buffer's virtual address.
Then, wrapped the buffer using SDK
gcoSURF_Construct : gcvPOOL_DEFAULT change to gcvPOOL_USER
gcoSURF_SetBuffer : set buffer's virtual address
When I using "gcoSURF_Lock", the following error message printed out:
failed:gcvSTATUS_MEMORY_UNLOCKED
So, How do i do it right?