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

Camera board • Re: Raspberry Pi cannot detect innomaker IMX462

$
0
0
I wonder if the space between "imx290" and "clock-frequency" in “dtoverlay=imx290, clock-frequency=74250000” might be the problem.
Yeah I tried using the .json you posted but that did not fix the issue. I tried setting the following as well:

dtoverlay=imx290, clock-frequency=74250000

The above did not fix the issue either

Also the camera is being detected now. I accidently added a second dtoverlay line. However, now I get the following error:

Code:

$ libcamera-hello[0:01:09.111271351] [1203]  INFO Camera camera_manager.cpp:326 libcamera v0.5.0+86-e6bc23ae-dirty (2025-07-16T07:11:45BST)[0:01:09.201374816] [1224]  WARN RPiSdn sdn.cpp:40 Using legacy SDN tuning - please consider moving SDN inside rpi.denoise[0:01:09.204312885] [1224]  INFO RPI vc4.cpp:455 Registered camera /base/soc/i2c0mux/i2c@1/imx290@1a to Unicam device /dev/media1 and ISP device /dev/media0[0:01:09.204456806] [1224]  INFO RPI pipeline_base.cpp:1160 Using configuration file '/usr/share/libcamera/pipeline/rpi/vc4/rpi_apps.yaml'Preview window unavailableMode selection for 960:540:12:P    SRGGB10_CSI2P,1280x720/0 - Score: 1125    SRGGB10_CSI2P,1920x1080/0 - Score: 1375    SRGGB12_CSI2P,1280x720/0 - Score: 125    SRGGB12_CSI2P,1920x1080/0 - Score: 375Stream configuration adjusted[0:01:09.507810746] [1203]  INFO Camera camera.cpp:1205 configuring streams: (0) 960x540-YUV420 (1) 1280x720-SRGGB12_CSI2P[0:01:09.508916915] [1224]  INFO RPI vc4.cpp:630 Sensor: /base/soc/i2c0mux/i2c@1/imx290@1a - Selected sensor format: 1280x720-SRGGB12_1X12 - Selected unicam format: 1280x720-pRCC[0:01:11.574595588] [1224]  WARN V4L2 v4l2_videodevice.cpp:2150 /dev/video0[13:cap]: Dequeue timer of 1000000.00us has expired![0:01:11.575293124] [1224] ERROR RPI pipeline_base.cpp:1420 Camera frontend has timed out![0:01:11.575379918] [1224] ERROR RPI pipeline_base.cpp:1421 Please check that your camera sensor connector is attached securely.[0:01:11.575412621] [1224] ERROR RPI pipeline_base.cpp:1422 Alternatively, try another cable and/or sensor.ERROR: Device timeout detected, attempting a restart!!!
I used different connectors and different IMX462 sensors but I still get this error.

The following is my config.txt:

Code:

# For more options and information see# http://rptl.io/configtxt# Some settings may impact device functionality. See link above for details# Uncomment some or all of these to enable the optional hardware interfacesdtparam=i2c_arm=on#dtparam=i2s=on#dtparam=spi=ondtparam=i2c_vc=on,i2c_vc_baudrate=50000# Enable audio (loads snd_bcm2835)dtparam=audio=on# Additional overlays and parameters are documented# /boot/firmware/overlays/README# Automatically load overlays for detected camerascamera_auto_detect=0# Automatically load overlays for detected DSI displaysdisplay_auto_detect=1# Automatically load initramfs files, if foundauto_initramfs=1# Enable DRM VC4 V3D driver#dtoverlay=vc4-kms-v3ddtoverlay=imx290, clock-frequency=74250000max_framebuffers=2# Don't have the firmware create an initial video= setting in cmdline.txt.# Use the kernel's default instead.disable_fw_kms_setup=1# Run in 64-bit modearm_64bit=1# Disable compensation for displays with overscandisable_overscan=1# Run as fast as firmware / board allowsarm_boost=1[cm4]# Enable host mode on the 2711 built-in XHCI USB controller.# This line should be removed if the legacy DWC2 controller is required# (e.g. for USB device mode) or if USB support is not required.otg_mode=1[cm5][all]

Statistics: Posted by sohonomura2020 — Sat Jul 19, 2025 9:36 am



Viewing all articles
Browse latest Browse all 8041

Trending Articles