index
:
libcamera/vivid.git
pobrn/rebase
vivid
libcamera pipeline handler for VIVID
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ipa
/
raspberrypi
/
data
/
imx290.json
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright (C) 2020, Google Inc.
*
* buffer_source.h - libcamera camera test helper to create FrameBuffers
*/
#ifndef __LIBCAMERA_BUFFER_SOURCE_TEST_H__
#define __LIBCAMERA_BUFFER_SOURCE_TEST_H__
#include <libcamera/libcamera.h>
#include
"libcamera/internal/media_device.h"
#include
"libcamera/internal/v4l2_videodevice.h"
using namespace
libcamera
;
class
BufferSource
{
public
: