Integrating libcamera

This commit is contained in:
raghu447 2020-04-20 12:26:50 +05:30 committed by Wim Taymans
parent ee1b79c4cd
commit 9024cc4444
24 changed files with 4826 additions and 13 deletions

View file

@ -43,3 +43,6 @@ endif
if get_option('v4l2')
subdir('v4l2')
endif
if get_option('libcamera')
subdir('libcamera')
endif