[PATCH v5 1/5] libcamera: v4l2_device: add frame start event helpers

Stanislaw Gruszka stanislaw.gruszka at linux.intel.com
Mon Mar 3 11:26:38 CET 2025


Hi Kieran,

On Sat, Mar 01, 2025 at 11:17:32PM +0000, Kieran Bingham wrote:
> Quoting Stanislaw Gruszka (2025-02-25 16:41:12)
> >  
> > +/**
> > + * \brief Check if frame start event is supported
> > + * \return True if frame start event is supported, false otherwise
> > + */
> > +
> > +bool V4L2Device::supportsFrameStartEvent()
> > +{
> > +       struct v4l2_event_subscription event {
> > +       };
> 
> Curiously my local clang-format is trying to make this one line, but the
> CI doesn't report anything here.
> 
> So I'll leave it as it is ;-)
> 
> Aha, and I've already got a tag on here so ... to the next one.

Does it mean you have a clang-format-ignore file ?

Regards
Stanislaw



More information about the libcamera-devel mailing list