Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4975

Camera board • Re: Pi fork of libcamera failing

$
0
0
I've been trying to download the raspberry pi fork of libcamera as described here: https://www.raspberrypi.com/documentati ... picam-apps. Both git and gh have not worked:

Code:

user0@pi5:~/projects/snap $ git clone https://github.com/raspberrypi/libcamera.gitCloning into 'libcamera'...remote: Enumerating objects: 41565, done.remote: Counting objects: 100% (8455/8455), done.remote: Compressing objects: 100% (2094/2094), done.error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)error: 6599 bytes of body are still expectedfetch-pack: unexpected disconnect while reading sideband packetfatal: early EOFfatal: fetch-pack: invalid index-pack outputuser0@pi5:~/projects/snap $ gh repo clone raspberrypi/libcameraCloning into 'libcamera'...remote: Enumerating objects: 41565, done.remote: Counting objects: 100% (8455/8455), done.remote: Compressing objects: 100% (2091/2091), done.error: RPC failed; curl 56 GnuTLS recv error (-9): Error decoding the received TLS packet.error: 5545 bytes of body are still expectedfetch-pack: unexpected disconnect while reading sideband packetfatal: early EOFfatal: fetch-pack: invalid index-pack outputfailed to run git: exit status 128
Has something broken in the repository or am I doing something wrong?


OK for me a few minutes ago -

Code:

david@rp54bw64full0512:~/Support/nick $ git clone https://github.com/raspberrypi/libcamera.gitCloning into 'libcamera'...remote: Enumerating objects: 41565, done.remote: Counting objects: 100% (8455/8455), done.remote: Compressing objects: 100% (2094/2094), done.remote: Total 41565 (delta 6587), reused 8038 (delta 6349), pack-reused 33110Receiving objects: 100% (41565/41565), 8.93 MiB | 1.92 MiB/s, done.Resolving deltas: 100% (31965/31965), done.david@rp54bw64full0512:~/Support/nick $ 

That's using 64-bit RaspPiOS Bookworm on an RPi[5]-4G.

Searching in these forums for those RPC errors seems to lead to an issue around the certificates against which your version of curl has been built? (But I might be misunderstanding.)

Statistics: Posted by B.Goode — Mon Jun 03, 2024 7:33 am



Viewing all articles
Browse latest Browse all 4975

Trending Articles