Empty frames at VideoBufferReady
| Sat, 2008-03-22 19:43 | |||||
|
Hi, I am trying to record some frames from the phone's camera. I am using Sony-Ericsson P990 phone and UIQ 3.0 SDK with semc_p990_sdk_extension_1_00 I have attached my modified app. The most important file is MyCameraHandler.cpp, most of camera stuff is there. Did someone run into the same problem ? I really can't figure out what is wrong and the documentation is not very helpful.
|
|||||






Forum posts: 8
Never Mind
I found the problme, the documentation and example program was missleading.
I was using
aFrameBuffer->DataL(aCameraBuffer.iIndexOfFirstFrameInBuffer)instead ofaFrameBuffer->DataL(0)Forum posts: 8
Never Mind
I found the problme, the documentation and example program was missleading.
I was using
aFrameBuffer->DataL(aCameraBuffer.iIndexOfFirstFrameInBuffer)instead ofaFrameBuffer->DataL(0)