|

10-20-2009, 08:40 AM
Hello Everyone,
Am i not so clear with the question?
Actually by the time i posted this problem i was trying to think over my code again and i got a reason for all this and its that my video recorder is never getting closed using EventInjector. So now i just want to know that how should i close Video Recorder Module.
Actually my Video Recorder is not getting closed for this also i think i have reason because after starting device normal camera using
Invoke.invokeApplication(Invoke.APP_TYPE_CAMERA, new CameraArguments());
and since this starts the application which is camera at that time if i use EventInjector which only works for foreground application, device default camera gets easily closed but opening Video Recorder is using different code which i have specified above is different...
When my video recorder is started at that time if i get current application in foreground using
ApplicationDescriptor.currentApplicationDescriptor ();
i always get name of my application instead of VideoRecorder. So i just want to know how can i close VideoRecorder of device.
Please help me out. Thanks in advance
Rachna
|