Camera Arguments................ Please Login to Remove! Hi All,
Is there any possible ways to pass arguments as camera arguments to the invoke application.
can i specify the ARG_CAM_APP so as to start recording as soon as i opened the my application................
Any suggestions regarding this will be helpful.
The only possible way i found was invoking with no arguments like this
Invoke.invokeApplication(Invoke.APP_TYPE_CAMERA, new CameraArguments()); |