Hi all
I'm in the middle of developing an application where I would like to draw a simple cross hair on the screen over the playback of the primary camera for a Nokia N80 (S60 platform). The playback occurs on a canvas object but I can't figure out how to set the Graphics object(the cross hairs) at a higher level on the canvas than the video playback.
using the standard line below and I'm drawing to the canvas object.
vidCon.initDisplayMode(vidCon.USE_DIRECT_VIDEO, canvas)
Do I have to use a layer manager and just create the crosshairs as a Sprite object?
Any help would be much appreciated.
Thanks

Reply With Quote

