iizukanao / picam

Audio/video recorder for Raspberry Pi with language agnostic API
GNU Lesser General Public License v2.1
489 stars 78 forks source link

hooks implementation #202

Open cl84 opened 1 year ago

cl84 commented 1 year ago

Would it be possible to implement the 'hflip' and 'vflip' commands in hooks?

Thank you

iizukanao commented 1 year ago

According to the libcamera documentation, the "hflip" and "vflip" configurations do not seem to be changeable while the camera is running. Therefore, it is unlikely that these commands can be implemented as hooks.

This function may only be called when the camera is in the Acquired or Configured state