46ca8eeca0
Add a simpler helper to allow the cam application to write raw captured frames to disk. Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11 lines
247 B
Meson
11 lines
247 B
Meson
cam_sources = files([
|
|
'buffer_writer.cpp',
|
|
'event_loop.cpp',
|
|
'main.cpp',
|
|
'options.cpp',
|
|
])
|
|
|
|
cam = executable('cam', cam_sources,
|
|
link_with : libcamera,
|
|
include_directories : libcamera_includes)
|