[libcamera-devel] [PATCH v2 0/4] test: camera: Add basic tests for the camera

Niklas Söderlund niklas.soderlund at ragnatech.se
Mon Mar 11 03:22:28 CET 2019


Hi,

This series add basic tests for the camera implementation. The tests 
involve reading and setting configurations, access control of the state 
machine and capturing.

All tests uses the vimc pipeline to allow the tests to run on as many
platforms as possible. Down the line this might be expanded to run an
all cameras detected by libcamera.

Niklas Söderlund (4):
  test: camera: Add read default configuration test
  test: camera: Add setting of configuration test
  test: camera: Add capture test
  test: camera: Add state machine test

 test/camera/camera_test.cpp           |  74 +++++++
 test/camera/camera_test.h             |  35 ++++
 test/camera/capture.cpp               | 136 +++++++++++++
 test/camera/configuration_default.cpp |  68 +++++++
 test/camera/configuration_set.cpp     |  90 +++++++++
 test/camera/meson.build               |  15 ++
 test/camera/statemachine.cpp          | 275 ++++++++++++++++++++++++++
 test/meson.build                      |   1 +
 8 files changed, 694 insertions(+)
 create mode 100644 test/camera/camera_test.cpp
 create mode 100644 test/camera/camera_test.h
 create mode 100644 test/camera/capture.cpp
 create mode 100644 test/camera/configuration_default.cpp
 create mode 100644 test/camera/configuration_set.cpp
 create mode 100644 test/camera/meson.build
 create mode 100644 test/camera/statemachine.cpp

-- 
2.21.0



More information about the libcamera-devel mailing list