CottaCush/HiddenCam

I cannot run hidden cam in a service.

sayyedrizwan opened this issue · 0 comments

I am getting image path using interface and here is the code.

    hiddenCam = HiddenCam(
        context = this,
        baseFileDirectory = baseStorageFolder,
        imageCapturedListener = this
    )

but the interface is not returning the image path or capturing the image.