Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Do not meddle in the affairs of troff, for it is subtle and quick to anger.


computers / comp.sys.raspberry-pi / Problem enabling Raspi Camera V3

SubjectAuthor
* Problem enabling Raspi Camera V3Jesper Kaas
`- Solved Re: Problem enabling Raspi Camera V3Jesper Kaas

1
Problem enabling Raspi Camera V3

<1gvj5id67qhmj85uofo16v3a7ett498bo6@4ax.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=6423&group=comp.sys.raspberry-pi#6423

  copy link   Newsgroups: comp.sys.raspberry-pi
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: jesp...@neitakk.online.no (Jesper Kaas)
Newsgroups: comp.sys.raspberry-pi
Subject: Problem enabling Raspi Camera V3
Date: Tue, 09 May 2023 10:20:25 +0200
Organization: A noiseless patient Spider
Lines: 44
Message-ID: <1gvj5id67qhmj85uofo16v3a7ett498bo6@4ax.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Info: dont-email.me; posting-host="69a0a803727ce05512d1546213701637";
logging-data="235662"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19EfUmEAtXhgGP/8gCvMEGQ"
Cancel-Lock: sha1:dTjI+cIRdVPOi9r8qTgdWlCcN7w=
X-Newsreader: Forte Agent 6.00/32.1186
 by: Jesper Kaas - Tue, 9 May 2023 08:20 UTC

Hi

I have made a bird box camera using Raspberrypi Zero W, a NoIR camera
V2 and Motioneye software.
This works but the image quality is poor, reddish. This maybe to be
expected as there is no filter for infrared light. The frame rate is
very low. It would probably be better with a Zero 2 W as I had hoped
to get, but it seems to be almost impossible to find one

Anyway, I boght a Raspberry Pi Camera V3 Wide Noir, and this is for me
a bastard to get going, so I hope for some help.
What I have done is the following:

- Using a Raspi 2B+ for the experiment
- Installed Raspberry Pi OS 4.3
- updated and upgraded firmware and software
- enabled Legacy camera in raspi-config
- in /boot/config.txt changed a line #dtoverlay bla. bla to dtoverlay
imx708

Now the camera is recognized, but when i test it in Terminal with
command libcamera-hello, I get the following:
raspberrypi@raspberrypi:~ $ libcamera-hello
libEGL warning: DRI2: failed to authenticate
Made X/EGL preview window
[0:02:56.515014951] [1242] INFO Camera camera_manager.cpp:299
libcamera v0.0.4+22-923f5d70
[0:02:56.764306317] [1255] INFO RPI raspberrypi.cpp:1476 Registered
camera /base/soc/i2c0mux/i2c@1/imx708@1a to Unicam device /dev/media3
and ISP device /dev/media0
[0:02:56.767270699] [1242] INFO Camera camera.cpp:1028 configuring
streams: (0) 2304x1296-YUV420
[0:02:56.768360754] [1255] INFO RPI raspberrypi.cpp:851 Sensor:
/base/soc/i2c0mux/i2c@1/imx708@1a - Selected sensor format:
2304x1296-SBGGR10_1X10 - Selected unicam format: 2304x1296-pBAA
terminate called after throwing an instance of 'std::runtime_error'
what(): failed to import fd 21
Avbrutt (SIGABRT)

This is absolute gobbish for me, so please anyone?

Best regards
--
Jesper Kaas - jesperk@neindanke.online.no

Solved Re: Problem enabling Raspi Camera V3

<tcgk5i52mur7sutk18os2h7v963s4bfk5p@4ax.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=6424&group=comp.sys.raspberry-pi#6424

  copy link   Newsgroups: comp.sys.raspberry-pi
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: jesp...@neitakk.online.no (Jesper Kaas)
Newsgroups: comp.sys.raspberry-pi
Subject: Solved Re: Problem enabling Raspi Camera V3
Date: Tue, 09 May 2023 15:05:33 +0200
Organization: A noiseless patient Spider
Lines: 54
Message-ID: <tcgk5i52mur7sutk18os2h7v963s4bfk5p@4ax.com>
References: <1gvj5id67qhmj85uofo16v3a7ett498bo6@4ax.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Info: dont-email.me; posting-host="69a0a803727ce05512d1546213701637";
logging-data="298297"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19mUY6zVQ1Yzk0zDyxOZyCn"
Cancel-Lock: sha1:8ku6f202oBgiy6ZOrc6Zj1MJ+fc=
X-Newsreader: Forte Agent 6.00/32.1186
 by: Jesper Kaas - Tue, 9 May 2023 13:05 UTC

The problem was probably caused by "Legacy camera" being enabled in
raspi-config. Turned it off, and now i can get still pictures and
videos.
Next step is creating a full screen video-stream.

Best regards

On Tue, 09 May 2023 10:20:25 +0200, Jesper Kaas
<jesperk@neitakk.online.no> wrote:

>Hi
>
>I have made a bird box camera using Raspberrypi Zero W, a NoIR camera
>V2 and Motioneye software.
>This works but the image quality is poor, reddish. This maybe to be
>expected as there is no filter for infrared light. The frame rate is
>very low. It would probably be better with a Zero 2 W as I had hoped
>to get, but it seems to be almost impossible to find one
>
>Anyway, I boght a Raspberry Pi Camera V3 Wide Noir, and this is for me
>a bastard to get going, so I hope for some help.
>What I have done is the following:
>
>- Using a Raspi 2B+ for the experiment
>- Installed Raspberry Pi OS 4.3
>- updated and upgraded firmware and software
>- enabled Legacy camera in raspi-config
>- in /boot/config.txt changed a line #dtoverlay bla. bla to dtoverlay
>imx708
>
>Now the camera is recognized, but when i test it in Terminal with
>command libcamera-hello, I get the following:
>raspberrypi@raspberrypi:~ $ libcamera-hello
>libEGL warning: DRI2: failed to authenticate
>Made X/EGL preview window
>[0:02:56.515014951] [1242] INFO Camera camera_manager.cpp:299
>libcamera v0.0.4+22-923f5d70
>[0:02:56.764306317] [1255] INFO RPI raspberrypi.cpp:1476 Registered
>camera /base/soc/i2c0mux/i2c@1/imx708@1a to Unicam device /dev/media3
>and ISP device /dev/media0
>[0:02:56.767270699] [1242] INFO Camera camera.cpp:1028 configuring
>streams: (0) 2304x1296-YUV420
>[0:02:56.768360754] [1255] INFO RPI raspberrypi.cpp:851 Sensor:
>/base/soc/i2c0mux/i2c@1/imx708@1a - Selected sensor format:
>2304x1296-SBGGR10_1X10 - Selected unicam format: 2304x1296-pBAA
>terminate called after throwing an instance of 'std::runtime_error'
> what(): failed to import fd 21
>Avbrutt (SIGABRT)
>
>This is absolute gobbish for me, so please anyone?
>
>Best regards
--
Jesper Kaas - jesperk@neindanke.online.no

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor