when i run an application of capture image on nokia n73,i successfully called the camera palyer but when i capture the image ,then the Exception occured on my nokia n73 i.e IllegalStateException.
when i run an application of capture image on nokia n73,i successfully called the camera palyer but when i capture the image ,then the Exception occured on my nokia n73 i.e IllegalStateException.
Is the IllegalStateException thrown when you call getSnapshot()? Did you check the JavaDocs?
getSnapshot
Throws:
java.lang.IllegalStateException - Thrown if initDisplayMode has not been called.
A little bit more information (code, more details to exception, ..) will definitely help. Otherwise it`s guessing into the dark.