index
:
libcamera/libcamera.git
master
libcamera official repository
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ipa
/
rkisp1
/
algorithms
/
lux.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
/* SPDX-License-Identifier: BSD-2-Clause */
/*
* Copyright (C) 2019, Raspberry Pi (Trading) Limited
*
* device_status.h - device (image sensor) status
*/
#pragma once
// Definition of "device metadata" which stores things like shutter time and
// analogue gain that downstream control algorithms will want to know.
#ifdef __cplusplus
extern
"C"
{
#endif
struct
DeviceStatus
{
// time shutter is open, in microseconds
double
shutter_speed
;
double
analogue_