Kieran Bingham

Results 23 issues of Kieran Bingham

This series tackles presenting threads where a multi-patch series is sent with a cover letter, for instance when sent with git-send-mail. The default presentation in the thread view hides the...

When forwarding a mail, the outgoing mail, and any follow up conversation becomes a disjointed thread. This removes the original context, and makes it harder to find and track while...

There is some interesting scripts to make the camera work on Surface devices using a v4l2 loopback device, and a gstreamer pipeline. While this works, it requires setting up a...

A: cameras

It would be a very interesting exercise for someone to either update/port uvc-gadget to use libcamera, or to rewrite uvc-gadget from scratch making use of the c++ class library helpers...

help wanted

we have a growing complexity of dependencies. It would be nice if we could wrap this up in a helper script: > bootstrap-deps.sh [all] [cam] [qcam] [raspberrypi] [tracing] [gstreamer] [hotplug]...

help wanted
good first issue

The IPU3 Pipeline handler only supports 2 cameras. This is due to the only being 2 imgu (ISP) units, even though there are 4 CIO2 receivers. The current implementation solves...

help wanted

We only use a small subset of features given from gnutls, which are themselves provided by libnettle. Move to use libnettle directly and remove the dependency on the whole of...

good first issue

The pipeline handlers should determine which buffer provides the correct timestamp for the request completion, (or provide it's own). This should be stored in the request for later retrieval by...

good first issue

Sailfish requires this patch to fix for the lack of qOverload: https://git.sailfishos.org/mal/libcamera/blob/master/rpm/qt56.patch For upstream libcamera, we don't want lots of #iffdefery to support old versions, and pulling a custom qOverload...

good first issue

While we have unit tests for the core of libcamera, this does not cover the android, gstreamer, or V4L2 adaptation layers. Testing the Android layer would require mocking up some...