-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webcam not appearing for 64bit 0.18 nightlies #700
Comments
Did you try a nightly or the RC1? #692 |
Nope, just the ones directly from the nightly download area. The 32bit nightly version continues to run well btw. |
Ok, would appreciate it if you check the RC1, since that is what is being planend to release. It was also teststed by other people that did not report such an issue. |
Ok, the last screen shot helped me locate the issue. The only workaround I can think of is using the HLS streaming solution that @chudsaviet is working on, that also has some issues on arm64 (see #697 ). @chudsaviet have you had any success that might work here? |
If the camera is not seen by the system - HLS will not work either, because it uses the same V4L2 input. @Taomyn , check next things:
|
@chudsaviet if I use anything except the 64bit build it does not work - it's all above in the OP. Same Pi, same camera + cable in fact same two cameras as I also have an official v2 Pi-Cam. A clean 32bit version without running raspi-config which is how I have been testing shows the same difference and the cameras work, it's just the 64bit version that is failing. |
@Taomyn , default config can be different in arm64 build. Try raspi-config. |
@chudsaviet no difference. The error message reported is pointing at missing files not that the camera isn't present:
|
Oh, I see. Maybe mjpg-streamer don't have the library built. |
Not sure if it is still unclear whether the camera is supposed to work on aarch64 so I tried 0.18 RC1 aarch64 briefly on a RPi 4 (4 GB) with an official Raspberry Pi v2 camera module connected. It worked flawlessly out of the box. While streaming MJPEG at 640x480 haproxy uses about 2 % of one CPU core and mjpg_streamer about 1 %. /root/bin/webcamd selects input_uvc.so instead of input_raspicam.so. input_uvc uses V4L2 which works on aarch64 unlike input_raspicam which uses the Broadcom specific 32-bit only MMAL interface. |
Same situation here. Working system, installed 0.18 rc1 (64bit) because I needed Python3, and restored from backup. raspi webcam does not work. webcamd.log has the same:
I ran EDIT: Upon further investigation of the webcamd.log, it looks like it may have been working initially when I first flashed the image. I remember I did do a manual apt update && apt upgrade, perhaps that's when it broke? I'll re-flash and see if it works initially before I do anything. |
Update:
I need a working printer relatively soon, so I won't be testing |
Did this ever get resolved, or a solution found? I have the v2 PiCam was banging my head against the wall for 2.5hrs yesterday before I came across this, lol. |
@CobaltEcho , no, this is stuck here: jacksonliam/mjpg-streamer#259 Also, when you download a nightly build its at your own risk, its untested and is not guaranteed to work. |
“the raspberypi foundation ones have been abandoned in favour of Ubuntu” - wut? Any proofs? |
@chudsaviet See: #711 (comment) and: RPi-Distro/pi-gen#481 (comment) You can also see the images are not updated here: https://downloads.raspberrypi.org/raspios_lite_arm64/images/ |
It doesn’t mean “abandoned”, it means “beta”. So in future they will support 64bit builds. |
@chudsaviet , I have a normal USB Webcam I can use for the time being. Maybe this is a stupid question, but looking at the list of nightlies... How do I find RC1 or RC2 (I think that's out) for 64bit? http://unofficialpi.org/Distros/OctoPi/nightly-arm64/?C=M;O=D |
There is no RC2 for 64bit. |
I tried the nightly build from 11 Jan 2021 and the Pi Cam came right up,
and have had no issues with it.
…On Mon, Feb 8, 2021, 7:44 AM Guy Sheffer ***@***.***> wrote:
There is no RC2 for 64bit.
I released an RC1 and it was clear its not working. So it was not released
and there was no RC2.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#700 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGH7JKQSYL74TUI3ZXZFPSDS57MEFANCNFSM4UORXNDQ>
.
|
Hey, updating that I also have a 64bit OctoPi running with a working rpi webcam. |
What were you doing?
Testing latest 64bit 0.18 nightly (2020-12-05_2020-08-20-octopi-buster-arm64-lite-0.18.0) on my Pi 4
What did you expect to happen?
Pi camera should appear
What happened instead?
Pi camera is not appearing
Did the same happen when running OctoPrint in safe mode?
Not relevant
Version of OctoPi
2020-12-05_2020-08-20-octopi-buster-arm64-lite-0.18.0
2020-12-04_2020-08-20-octopi-buster-armhf-lite-0.18.0
Printer model & used firmware incl. version
Not applicable
Screenshot(s)/video(s) showing the problem:
Other comments
I am currently running an older build of 32bit 0.18 from some months ago and wanted to test the 64bit version. The past few times I have tried this the Pi camera does not appear to be working even though it was fine with my running build. Everything else appears to be fine. I have now tried with the latest 32bit nightly and the Pi camera is detected like before, so this is specific to the 64bit version.
I also switched cameras from a original Pi camera v2.1 to a new clone model that provides night-vision and it's doing the same.
From 64bit:
![image](https://user-images.githubusercontent.com/4365929/101244192-3f390e00-3705-11eb-833c-a1be73858226.png)
webcamd.log
From 32bit:
webcamd_32.log
From both, as curious about message:
![image](https://user-images.githubusercontent.com/4365929/101244226-6db6e900-3705-11eb-93f1-2c20322fb372.png)
The text was updated successfully, but these errors were encountered: