1 | initial version |
JavaCameraView is inherited from Android View class. So it is a view and you cannot use it in Service directly. It uses standard android.hardware.Camera
class, so you can re-implement the same behavior without view object.