Without openmax (OMX), there's no camcorder in 7x27, and playback is heavily limited. OMX is not ready for msm7x27 targets, and don't ask me "can you fix cam? My pm is not your tech service"...
today i have compiled a build...i've a friend with optimus one and i tested on it (p500 doesn't has arrived yet)and got a logcat....camera driver seems initialized and hal negotiate with kernel but doesn't link well with cameraservice...but it is a good step forward
CIAO MARCO!!!!
BYE MARCO!!!!
The Following 19 Users Say Thank You to lupohirp For This Useful Post: [ Click to Expand ]
no luck..I have the preview but after couple of seconds I got FC..used this possibility..
Code:
* Start preview mode.
*/
virtual status_t startPreview() = 0;
/**
* Query the recording buffer information from HAL.
* This is needed because the opencore expects the buffer
* information before starting the recording.
*/
virtual status_t getBufferInfo(sp<IMemory>& Frame, size_t *alignedSize) = 0;
/**
* Encode the YUV data.
*/
virtual void encodeData() = 0;
/**
* Only used if overlays are used for camera preview.
*/
virtual bool useOverlay() {return false;}
virtual status_t setOverlay(const sp<Overlay> &overlay) {return BAD_VALUE;}
/**
* Stop a previously started preview.
*/
virtual void stopPreview() = 0;
/**
* Returns true if preview is enabled.
*/
virtual bool previewEnabled() = 0;
And what error did you see in logcat?
---------- Post added at 07:09 PM ---------- Previous post was at 07:08 PM ----------
Quote:
Originally Posted by lupohirp
today i have compiled a build...i've a friend with optimus one and i tested on it (p500 doesn't has arrived yet)and got a logcat....camera driver seems initialized and hal negotiate with kernel but doesn't link well with cameraservice...but it is a good step forward
Ah, so you just answered my question
Maybe we also need to update those drivers?
Are there any?
The Following User Says Thank You to _Arjen_ For This Useful Post: [ Click to Expand ]
Without openmax (OMX), there's no camcorder in 7x27, and playback is heavily limited. OMX is not ready for msm7x27 targets, and don't ask me "can you fix cam? My pm is not your tech service"...
Can a dirty hack be used to work around this (just like how we had a hack for hardware acceleration befoe Qualcomm released the drivers) or is that impossible?
Would you like to know one of the things that really annoys me on a daily basis? Tough, … more
XDA Developers was founded by developers, for developers. It is now a valuable resource for people who want to make the most of their mobile devices, from customizing the look and feel to adding new functionality. Are you a developer?