Is the face detection / recognition dependent on the camera view?
when i minimize my app, the javacamera disconnects.. how can i disable the disconnection? (even if it means overriding the camera of android) i want to run the face detection/recognition while Im using other apps or when i minimized it.. does the face detection/recognition need a visible view/UI for it to work? the reason i want to know because i am currently developing a parental control app.. thanks :)
No it is not, my best guess is that android puts the app into some sort of sleep state and thus limits its access to for example the camera. You will need an android forum for sortlike problems I guess!