index
:
libcamera/jmondi/libcamera.git
imx8mp/extensible-format
imx8mp/extensible-format-v8
imx8mp/extensible-format-v9
isi/raw_sensor
isi/raw_sensor_v2
jmondi/android/ndk/pinephonepro
jmondi/android/pinephonepro
jmondi/android/vndk
jmondi/c-abi
jmondi/device-match-generalize
jmondi/imx8mp/debix-a
jmondi/lc-compliance-cros
jmondi/pinephone
jmondi/pinephonepro
jmondi/pinephonepro-af
jmondi/rk3399/google-dru-scarlet
jmondi/rockpi/af/imx519
jmondi/rpi5-on-mainline
multicontext/rpi/v3
pfc/rkisp1-free-run
pfc/rkisp1-free-run-upstreaming
pfc/rkisp1-free-run-v2
rcar-gen4
yaml-emitter
Jacopo Mondi's clone of libcamera
git repository hosting on libcamera.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-06-04
ipa: rpi: Disable StatsOutputEnable control by default
Naushir Patuck
2024-06-04
libcamera: software_isp: Allow using dma-buffers from /dev/udmabuf
Hans de Goede
2024-06-04
libcamera: DmaBufAllocator: Support allocating from /dev/udmabuf
Hans de Goede
2024-06-04
libcamera: Rename DmaHeap class to DmaBufAllocator
Hans de Goede
2024-06-03
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright (C) 2019, Google Inc.
*
* libcamera V4L2 device format handling test
*/
#include <iostream>
#include <limits.h>
#include
"libcamera/internal/utils.h"
#include
"libcamera/internal/v4l2_videodevice.h"
#include
"v4l2_videodevice_test.h"
using namespace
std
;
using namespace
libcamera
;
class
Format
:
public
V4L2VideoDeviceTest
{
public
:
Format
()
:
V4L2VideoDeviceTest
(
"vimc"
,
"Raw Capture 0"
) {}
protected
:
int
run
()
{
V4L2DeviceFormat format
= {};
int
ret
=
capture_
->
getFormat
(&
format
);
if
(
ret
) {
cerr
<<
"Failed to get format"
<<
endl
;
return
TestFail
;
}
format
.
size
= {
UINT_MAX
,
UINT_MAX
};
ret
=
capture_
->
setFormat
(&
format
);
if
(
ret
) {
cerr
<<
"Failed to set form2024-06-02 02:00:08 +0300'>2024-06-02
libcamera: software_isp: Remove TODO about internal representation
Milan Zamazal
2024-06-02
libcamera: software_isp: Remove DebayerParams::kGain10
Milan Zamazal
2024-06-02
libcamera: software_isp: Move color mappings out of debayering
Milan Zamazal
2024-06-02
libcamera: software_isp: Honor black level in AWB
Milan Zamazal
2024-06-02
libcamera: software_isp: Use a specific integer type for black level
Milan Zamazal
2024-05-31
utils: checkstyle.py: Show location of coding style issue within line
Laurent Pinchart
2024-05-31
utils: checkstyle.py: Add a check for hex values
Laurent Pinchart
2024-05-31
utils: checkstyle.py: Extend IncludeChecker to cover math.h
Laurent Pinchart
2024-05-31
utils: checkstyle.py: Refactor IncludeChecker
Laurent Pinchart
2024-05-31
test: ipa: rkisp1-utils: Fix capitalization of hex numbers
Paul Elder
2024-05-31
ipa: rkisp1: Add a helper to convert floating-point to fixed-point
Paul Elder
2024-05-27
android: camera_capabilities: Fix GCC 14 warning
Barnabás Pőcze
2024-05-27
ipa: rpi: Make monoSensor() accessor const
Laurent Pinchart
2024-05-21
libcamera: yaml_parser: Avoid double lookup in `operator[]`
Barnabás Pőcze
2024-05-21
treewide: Query list of cameras just once
Barnabás Pőcze
2024-05-19
libcamera v0.3.0
Kieran Bingham
2024-05-16
ipa: rpi: Add accessor function for monoSensor_
Naushir Patuck
2024-05-16
ipa: rpi: Add HDR support
Naushir Patuck
2024-05-16
libcamera: v4l2_subdevice: Add missing MEDIA_BUS_FMT_xxxx16_1X16 info
Naushir Patuck
2024-05-16
libcamera: formats: Add PiSP specific image and config buffer formats
Naushir Patuck
2024-05-16
include: linux: Add PiSP specific image and config buffer formats
Naushir Patuck
2024-05-16
libcamera: formats: Add RGB48 formats
Naushir Patuck
2024-05-16
include: linux: Add RGB48 formats
Naushir Patuck
2024-05-14
libcamera: camera_manager: Add environment variable to order pipelines match
Julien Vuillaumier
2024-05-14
libcamera: pipeline: Add a get factory by name helper
Julien Vuillaumier
2024-05-14
libcamera: pipeline: Rename pipelines to a shorter name
Julien Vuillaumier
2024-05-14
gstreamer: Use copied camera name
Barnabás Pőcze
2024-05-14
gstreamer: Fix string memory leak
Barnabás Pőcze
2024-05-14
Documentation: Add option to treat Doxygen warnings as errors
Laurent Pinchart
2024-05-13
test: gstreamer: Simplify single stream test
Nicolas Dufresne
2024-05-13
ipa: libipa: histogram: Fix documentation of constructor
Laurent Pinchart
2024-05-09
libcamera: Drop remaining file name from header comment blocks
Laurent Pinchart
2024-05-09
libcamera: Drop file name from header comment blocks in templates
Laurent Pinchart
2024-05-09
ipa: rkisp1: agc: Fix histogram construction
Paul Elder
2024-05-09
ipa: rpi: Fix for incorrectly reported max shutter speed
Naushir Patuck
2024-05-09
pipeline: rpi: Avoid duplicating size range for the same pixel format
David Plowman
[prev]
[next]