Open
Description
Summary
The Video APIs do not make use of the syscall infrastructure, preventing to take advantage of the userspace features of Zephyr.
Describe the solution you'd like
Add the syscall wrappers around video APIs and check if the memory model still work with userspace enabled.
Test the video APIs with userspace enabled to make sure.
Alternatives
Keep the video APIs without syscall as it is now.
Wait that the APIs get more stable to do this conversion.
Additional Context
No response