Kieran Bingham

Results 23 issues of Kieran Bingham

Expand qcam to identify available controls and expose them as sliders or such which can be adjusted in real-time for visualisation

libcamera needs to be better equipped to handle being built as a subproject. (to allow simple-cam to pull it in as a subproject for a start)

Gitlab: Great examples of using FD.o ci-templates in libinput to get really wide build coverage: https://gitlab.freedesktop.org/wayland/ci-templates https://gitlab.freedesktop.org/libinput/libinput/tree/master Git hub: Seems a bit more complex, but might be useful in the...

References to get started: https://proandroiddev.com/how-to-setup-android-sdk-without-android-studio-6d60d0f2812a?gi=6f859505330e https://github.com/ppetraki/meson-android-helloworld

I hope this isn't sacrilege, but I'm running Ubuntu 22.04 and I want to install fedora 39 on my HP-X2. The install script makes it to waiting for the parititions...

The Camera Hardware schematics (https://www.raspberrypi.com/documentation/accessories/camera.html#schematics) shows the pinout of the 15 pin camera connector, but not the 22 pin version used. Could https://github.com/raspberrypi/documentation/blob/develop/documentation/asciidoc/accessories/camera/camera_hardware.adoc be updated to also reference the 22...

waiting for comment
paused
camera 📷

- Changed the kernel build dir so it builds in the local build area instead of underneath the kernel source tree (which I keep separate and clean) - CPIO url...

``` | Signature Algorithm: sha256WithRSAEncryption | 69:b7:25:5b:32:0f:c4:66:64:ad:bc:7e:12:a9:ba:ed:47:6d: | 6d:9e:93:7c:2f:4e:7b:21:d3:d5:b2:ff:05:2b:d4:f5:cb:a1: | 0b:eb:b2:c6:75:20:d6:a5:ed:b7:c9:88:f3:02:2d:40:c3:cb: | 1e:5d:7b:a3:43:53:3d:07:0e:91:f4:21:9b:98:6c:12:f5:e4: | f0:ab:31:1b:e9:2f:ee:59:83:fa:4b:3f:68:9a:26:dc:31:ab: | 1c:c6:96:f9:d2:69:81:e6:8c:8c:c4:a8:54:f0:b1:b2:50:fe: | 87:3f:de:63:2d:e9:48:90:f0:25:cd:19:26:9e:3e:03:c4:7f: | bd:68:15:74:88:70:35:b2:1a:01:cb:52:b1:34:9c:54:90:fa: | 00:87:14:2a:3a:ec:5a:d3:73:5f:58:a3:71:9b:aa:88:d9:bc: | e3:62:bd:f3:ca:6a:ab:2e:91:e6:2f:5c:fe:33:2e:77:50:82: | b4:9e:fd:e0:69:33:c0:6c:60:7d:ad:87:9d:ac:40:78:21:a0: | f1:d9:b0:7d:c3:eb:70:2a:32:69:6a:13:50:5c:e2:26:a2:31: |...

A couple more questions, as there's no direct discussions form here: - libcamera bindings to OpenCV are not specific to Raspberry Pi. This will work on any libcamera supported platform,...

At : https://github.com/kbarni/LCCV/blob/main/src/lccv.cpp#L190, there is a memcpy of the captured image into a new buffer. Can OpenCV be given the buffer directly? memcpy on image buffers should be avoided, and...