Close AF sensor (stop live preview)
KevinBdev opened this issue · 0 comments
KevinBdev commented
Hi,
is there a way to stop live preview/close sensor? I heard having it ON 24/7 can be harmful for sensor.
I'm starting the command with:
camera.takePicture({
preview: true,
How is this one imagined to be used in real life scenario where I want to have live preview? Should I retrieve image in some interval or is this command somehow continuously writing to file where I can just read changes?