ayufan / camera-streamer

High-performance low-latency camera streamer for Raspberry PI's
293 stars 46 forks source link

There is a warning problem when setting AfTrigger in libcamera #63

Open tom-ard opened 1 year ago

tom-ard commented 1 year ago

When I run the program with the following command, there is a warning that AfTrigger cannot be set.

image

image

This is because AfMode in libcamera defaults to AfModeManual.

image

To solve this problem, you can set AfMode to autofocus before setting AfTrigger.

image