zephyr/samples/drivers/video
Phi Bang Nguyen 10deca2ef6 drivers: video: Fix skipped CIDs when enumerating controls
When enumerating controls with VIDEO_CTRL_FLAG_NEXT_CTRL, if child devices
have controls with IDs lower or equal to the ones in the parent devices,
those controls will be accidentally skipped.

Fix this by resetting the query's ID and tracking of the queried device in
the query when moving to the next device in the pipeline.

Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
Signed-off-by: Josuah Demangeon <me@josuah.net>
2025-06-19 22:37:54 -07:00
..
capture drivers: video: Fix skipped CIDs when enumerating controls 2025-06-19 22:37:54 -07:00
capture_to_lvgl samples: video: capture_to_lvgl: add stm32n6570_dk conf files 2025-06-19 13:57:51 +02:00
tcpserversink samples: drivers: video: tcpserversink: add _dev suffix to variable 2025-06-02 05:48:21 +02:00
video.rst