I'd like to have the minimal amount possible. Can goldeneye be used without a preview? ```kotlin val bitmap = goldenEye.availableCameras.find { it.facing == Facing.BACK }!!.takePicture() ```