Adding Time stamp on Camera Pictures | developer.brewmp.com Adding Time stamp on Camera Pictures | developer.brewmp.com

Developer

Adding Time stamp on Camera Pictures

Forums:

Hi,

I am trying to show date and time stamp on a camera picture. While doing this I am facing following problem:

I am using IFONT_DrawText() BREW API to draw text on camera picture, this in turns call AEEFont_DrawText() API.

This AEEFont_DrawText() in turns call FrameBitmap_BltIn() function of OEMCameraFrame.c and we are returning EUNSUPPORTED, so IFONT_DrawText() API also returns EUNSUPPORTED. Can anybody please tell me what should be the implementation from OEM side for all the API’s which returns EUNSUPPORTED in this file(OEMCameraFrame.c)?.

I am thinking that I am missing the implementation for FrameBitmap_BltIn() function in OEMCameraFrame.c.

What should be the implementation for FrameBitmap_BltIn()? Or Is there any documentation which can help me regarding this?

BREW Version: 3.1.5

AMSS Version: M6500CSNAC65301

Thanks,

Jaya