hi,
i am using the capturing video in Camera exemple in the forum.
there is error KErrNotSupported( if the frame format is not a bitmap).
this is my code :
void CCameraCaptureEngine::FrameBufferReady(MFrameBuffer* aFrameBuffer,
TInt aError)
{
if (aError==KErrNone)
{
TInt i= aFrameBuffer->iIndexOfFirstFrameInBuffer;