-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: video: esp32s3: Add signals for vsync and image received
This PR implements the set_signal callback from the video API. It introduces two signals: 1. A signal registered on VIDEO_EP_OUT raises once a new image has been received completely. 2. A signal registered on VIDEO_EP_ALL raises with the vsync interrupt Signed-off-by: Armin Kessler <[email protected]>
- Loading branch information
Showing
2 changed files
with
99 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters