node-gphoto2 icon indicating copy to clipboard operation
node-gphoto2 copied to clipboard

Close AF sensor (stop live preview)

Open KevinBdev opened this issue 6 months ago • 0 comments

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?

KevinBdev avatar Aug 01 '24 14:08 KevinBdev