libcamera: Add Process and ProcessManager classes
Add a Process class to abstract a process, and a ProcessManager singleton to monitor and manage the processes. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
099815b853
commit
3d20beca66
6 changed files with 527 additions and 0 deletions
|
@ -6,6 +6,7 @@ subdir('ipa')
|
|||
subdir('ipc')
|
||||
subdir('media_device')
|
||||
subdir('pipeline')
|
||||
subdir('process')
|
||||
subdir('stream')
|
||||
subdir('v4l2_subdevice')
|
||||
subdir('v4l2_videodevice')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue