Skip to content
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

Issue with ov5647 camera detected, no stream #272

Closed
LadPack opened this issue Aug 3, 2024 · 2 comments
Closed

Issue with ov5647 camera detected, no stream #272

LadPack opened this issue Aug 3, 2024 · 2 comments

Comments

@LadPack
Copy link

LadPack commented Aug 3, 2024

What happened

When trying to get my camera setup with raspi-v4 as well as an ov5647 camera, I cannot get a stream

I also have klipperscreen installed, and have read there are issues there, I tried the steps found on the mainsail https://crowsnest.mainsail.xyz/faq/how-to-setup-a-raspicam

now the boot/config.txt is found in another file, but when I did the items indicated the camera was just not identified anymore.

What did you expect to happen

Camera to work with klipper/raspberry pi

How to reproduce

pi v4,
ov5647, klipperscreen via dsi

Additional information

[08/03/24 14:20:26] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
[08/03/24 14:20:26] crowsnest: Version: v4.1.9-1-gd75a3ae
[08/03/24 14:20:26] crowsnest: Prepare Startup ...
[08/03/24 14:20:27] crowsnest: INFO: Host information:
[08/03/24 14:20:27] crowsnest: Host Info: Distribution: Debian GNU/Linux 12 (bookworm)
[08/03/24 14:20:27] crowsnest: Host Info: Kernel: Linux 6.6.31+rpt-rpi-v8 aarch64
[08/03/24 14:20:27] crowsnest: Host Info: Model: Raspberry Pi 4 Model B Rev 1.5
[08/03/24 14:20:27] crowsnest: Host Info: Available CPU Cores: 4
[08/03/24 14:20:27] crowsnest: Host Info: Available Memory: 3883056 kB
[08/03/24 14:20:27] crowsnest: Host Info: Diskspace (avail. / total): 14G / 29G
[08/03/24 14:20:27] crowsnest: INFO: Checking Dependencies
[08/03/24 14:20:27] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
[08/03/24 14:20:27] crowsnest: Dependency: 'find' found in /usr/bin/find.
[08/03/24 14:20:27] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
[08/03/24 14:20:27] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/src/ustreamer.bin.
[08/03/24 14:20:27] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
[08/03/24 14:20:27] crowsnest: Version Control: ustreamer new version available: b578e98 (v5.49).
[08/03/24 14:20:27] crowsnest: Version Control: camera-streamer is up to date. ((54bdd9d))
[08/03/24 14:20:27] crowsnest: INFO: Print Configfile: '/home/david/printer_data/config/crowsnest.conf'
[08/03/24 14:20:27] crowsnest: [crowsnest]
[08/03/24 14:20:27] crowsnest: log_path: /home/david/printer_data/logs/crowsnest.log
[08/03/24 14:20:27] crowsnest: log_level: verbose
[08/03/24 14:20:27] crowsnest: delete_log: true
[08/03/24 14:20:27] crowsnest: no_proxy: false
[08/03/24 14:20:27] crowsnest:
[08/03/24 14:20:27] crowsnest: [cam 1]
[08/03/24 14:20:27] crowsnest: mode: camera-streamer
[08/03/24 14:20:27] crowsnest:
[08/03/24 14:20:27] crowsnest: enable_rtsp: false
[08/03/24 14:20:27] crowsnest: rtsp_port: 8554
[08/03/24 14:20:27] crowsnest: port: 8080
[08/03/24 14:20:27] crowsnest: device: /base/soc/i2c0mux/i2c@1/ov5647@36
[08/03/24 14:20:27] crowsnest: resolution: 640x480
[08/03/24 14:20:27] crowsnest: max_fps: 15
[08/03/24 14:20:27] crowsnest: INFO: Detect available Devices
[08/03/24 14:20:27] crowsnest: INFO: Found 1 total available Device(s)
[08/03/24 14:20:27] crowsnest: Detected 'libcamera' device -> /base/soc/i2c0mux/i2c@1/ov5647@36
[08/03/24 14:20:27] crowsnest: 'libcamera' device(s) resolution(s) :
[08/03/24 14:20:27] crowsnest: 0 : ov5647 [2592x1944 10-bit GBRG] (/base/soc/i2c0mux/i2c@1/ov5647@36)
[08/03/24 14:20:27] crowsnest: Colorspace: 'SGBRG10_CSI2P' : 640x480 [58.92 fps - (16, 0)/2560x1920 crop]
[08/03/24 14:20:27] crowsnest: 1296x972 [43.25 fps - (0, 0)/2592x1944 crop]
[08/03/24 14:20:27] crowsnest: 1920x1080 [30.62 fps - (348, 434)/1928x1080 crop]
[08/03/24 14:20:27] crowsnest: 2592x1944 [15.63 fps - (0, 0)/2592x1944 crop]
[08/03/24 14:20:27] crowsnest:
[08/03/24 14:20:27] crowsnest: 'libcamera' device controls :
[08/03/24 14:20:27] crowsnest:
[08/03/24 14:20:27] crowsnest: Try to start configured Cams / Services...
[08/03/24 14:20:28] crowsnest: INFO: Configuration of Section [cam 1] looks good. Continue ...
[08/03/24 14:20:30] crowsnest: Starting camera-streamer with Device /base/soc/i2c0mux/i2c@1/ov5647@36 ...
[08/03/24 14:20:30] crowsnest: ... Done!
config-20240803-142411.zip

@LadPack LadPack added the bug Something isn't working label Aug 3, 2024
@LadPack
Copy link
Author

LadPack commented Aug 3, 2024

image

@mryel00 mryel00 added not an Issue and removed bug Something isn't working labels Aug 3, 2024
Copy link

github-actions bot commented Aug 3, 2024

Ahoi!

It looks like this ticket is a request for help (or similar).
Many helpful people will not see your message here and you are
unlikely to get a useful response.

We use the Github Issue-Tracker only for development related
topics, like feature requests, bug reports etc. To get help,
please join our Discord-Server or ask in Github Discussions:

This ticket will be automatically closed.

Fair wind and a following sea!
~ Your friendly MainsailGithubBot

PS: I'm just an automated script, not a real sailor.

@github-actions github-actions bot closed this as completed Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants