LXer: Improving test coverage for cameras in KernelCI
by LXer from LinuxQuestions.org on (#5QHVB)
Published at LXer:
Put simply, libcamera is a library that handles acquiring, configuring and capturing frames from a camera. Camera pipelines have become increasingly complex, and traditionally this complexity has been exposed by the kernel through the V4L2 APIs, for applications to deal with directly. libcamera is the layer in-between V4L2 and the application so that camera handling can become simple. Here's a look at recent work to improve testing in libcamera and automating it through KernelCI.
Read More...
Put simply, libcamera is a library that handles acquiring, configuring and capturing frames from a camera. Camera pipelines have become increasingly complex, and traditionally this complexity has been exposed by the kernel through the V4L2 APIs, for applications to deal with directly. libcamera is the layer in-between V4L2 and the application so that camera handling can become simple. Here's a look at recent work to improve testing in libcamera and automating it through KernelCI.
Read More...