PDA

View Full Version : Camera Frames in UI



Johncdy
10th March 2011, 12:16
Hi I'm developing a software that has to deal with using the camera and save the images it stores and was able to make the camera work in Qt emulator and the actual phone after installation.
My problem is, I want to put frames/widgets in the camera ex. a square, rectangle/ irregular shapes and/or even images and be able to save the image together with the frame or any graphics with it. But if we put a pushbutton/label or any widget inside (using UI) the window of the camera itself, the widgets disappear because there is a camera fxn that renders the camera graphic continuously as long as the camera is on.

Any Idea how to do this.

Thx

Johncdy
14th March 2011, 02:03
Something like this while in camera mode