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
/
qcam
/
assets
/
shader
/
identity.vert
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
* Copyright (C) 2019, Google Inc.
*
* logging.h - Logging infrastructure
*/
#ifndef __LIBCAMERA_LOGGING_H__
#define __LIBCAMERA_LOGGING_H__
namespace
libcamera
{
enum
LoggingTarget
{
LoggingTargetNone
,
LoggingTargetSyslog
,
LoggingTargetFile
,
LoggingTargetStream
,
};
int
logSetFile
(
const char
*
path
);
int
logSetStream
(
std
::
ostream
*
stream
);
int
logSetTarget
(
LoggingTarget target
);
void
logSetLevel
(
const char
*
category
,
const char
*
level
);
s='sha1'>
8abcce31ee2b528cba1798fbb738294e5760dccf
(
diff
)
libcamera: camera_manager: Rename parameter to get()
The CameraManager::get() function takes a string containing the ID of the requested camera. This is correctly documented and implemented in the .cpp file, but the header file names the parameter 'name' instead of 'id'. Fix it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
Diffstat
(limited to 'src/qcam/assets/shader/identity.vert')
0 files changed, 0 insertions, 0 deletions