Sylvia Schmitt

Results 4 comments of Sylvia Schmitt

Does someone know how to capture without prior autofocus on a Nikon D80. I am using the --trigger-capture command because I want to take several images as fast as possible...

I already tried config settings for disabling the AF, but it did not work out, the camera always does the AF drive prior to the capturing process. `gphoto2 --set-config autofocus=Off...

Capturing without prior AF drive (Nikon D80). I found out how to solve this problem. ```bash $ gphoto2 --set-config controlmode=1 #1: PC mode, 0: camera mode $ gphoto2 --set-config focusmode2="MF...

> When loading most Torch models from the FiftyOne Model Zoo with `torchvision==0.13.0` installed: > > ```python > import fiftyone.zoo as foz > > model = foz.load_zoo_model("mobilenet-v2-imagenet-torch") > ``` >...