Navigation

    VEYE IMAGING Forum

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Recent
    • Popular
    • Users
    • WIKI
    • veye.cc
    1. Home
    2. Recent
    Log in to post
    • All categories
    • Announcements
    • General Discussion
    • Machine Vision camera
    • VEYE MIPI camera
    • CS MIPI camera
    • FPD LINK III Camera
    • USB camera
    • Raspberry Pi App Software
    • Jetson App Software
    • NXP i.MX App Software
    • Rockchip App camera
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • A

      SOLVED Issues with RAW-MIPI-SC132M on Jetson Nano Dev Kit
      Machine Vision camera • • Antony

      9
      0
      Votes
      9
      Posts
      1800
      Views

      veye_xumm

      @antony
      You've made a very accurate analysis and testing, which is admirable.
      For this camera model, to save space, we use a double-sided contact connector, which indeed has caused some issues. We are planning to improve this module by replacing it with a 22-pin single-sided contact connector.

      I, together with our hardware colleagues, conducted an analysis, and the results align with your test findings.
      After reconnecting the FFC cable correctly following a reversal, the sensor's registers and error codes did not indicate a damaged state for the camera.

      0cc7b86d-d1f6-4833-b373-dc0dc445c5ed-f5b019a3f2a6617992ded7348331e2b.png
      In the case of reversed power connection, the pins that are actually damaged are CON_CS_D1P and CON_CSI_CLKP. Unfortunately, this issue cannot be detected through software.

    • E

      SOLVED IMX287M on CM4 Bullseye 11 Linux 6.1.21
      Raspberry Pi App Software • • etale_cohomology

      2
      0
      Votes
      2
      Posts
      757
      Views

      veye_xumm

      @etale_cohomology
      080d6fcb-12e7-4338-800a-b7ef90734db4-image.png
      I think the FFC cable direction is wrong here.

    • S

      UNSOLVED Driver Problem for Jetson Nano 4GB Developer Kit and VEYE-MIPI-327-fpdlink Camera Module
      VEYE MIPI camera • • samet_moveon

      5
      0
      Votes
      5
      Posts
      562
      Views

      S

      @veye_xumm said in Driver Problem for Jetson Nano 4GB Developer Kit and VEYE-MIPI-327-fpdlink Camera Module:

      @samet_moveon
      3a1f99aa-daca-4ba5-991b-0cfd6294253c-image.png
      According to your previous hints, it seems that your FPD-Link channel has been successfully established, and Jetson can access the camera through I2C. However, there are several errors in your driver that need to be addressed.

      We use the camera I mentioned above in our products and I need to solve this problem so that we can proceed to the production phase, can you please help me how to solve this problem? Also my version is Jetpack4.5, L4T r32.5 and I have to use this version.

    • M

      SOLVED IMX462与3588匹配问题
      VEYE MIPI camera • • m4416202

      24
      0
      Votes
      24
      Posts
      3948
      Views

      乔

      @veye_xumm 1FC9CBA1-4600-4A24-ABB6-E2B025BBD568.jpeg 格式是nv12了。但分辨率对不上。(将lvds_sditf disabled 以后)

    • M

      SOLVED SC130M搭配RK3588不出图
      VEYE MIPI camera • • m4416202

      26
      0
      Votes
      26
      Posts
      4942
      Views

      M

      @veye_xumm 使用vooya打开了图像
      364335c7-cb24-4c35-be07-4752de0a4ad6-image.png

    • D

      SOLVED Imx385无法识别i2c
      CS MIPI camera • • dufuwei

      9
      0
      Votes
      9
      Posts
      2140
      Views

      veye_xumm

      @dufuwei 不好意思,我们这个无法绕过ISP模块。也不能提供完整的原理图。

    • W

      SOLVED mv-mipi-sc130m搭配RK3588出图问题
      VEYE MIPI camera • • wangsong0911

      8
      0
      Votes
      8
      Posts
      1416
      Views

      veye_xumm

      @m4416202
      你可以参考这个帖子,跟你的问题类似。https://forum.veye.cc/topic/501/sc130m搭配rk3588不出图/16

    • K

      UNSOLVED sensing IMX390 相机接入FPD-LINK3-2RX驱动
      FPD LINK III Camera • • kevin2008

      2
      0
      Votes
      2
      Posts
      4476
      Views

      veye_xumm

      @kevin2008 生成video节点只能表明i2c通了。
      看你的截图,像是mipi接收部分的配置不对。

    • 潘

      SOLVED 有关veye_mvcam驱动编译的问题
      Rockchip App camera • • 潘阳刚

      11
      0
      Votes
      11
      Posts
      2109
      Views

      veye_xumm

      @m4416202 请问取图的时候有什么报错吗? dts是否已根据你的主板上的硬件做了调整?

    • W

      SOLVED MV-MIPI-IMX296M 修改ISP参数保存
      General Discussion • 修改并保存isp参数信息 • • WackyRabbits

      5
      0
      Votes
      5
      Posts
      1433
      Views

      J

      @wackyrabbits said in MV-MIPI-IMX296M 修改ISP参数保存:

      @veye_xumm
      Thanks for answering the above question. Please also answer the following questions:

      Are the Enable/Disable values ​​of the three parameters gammaenable, dpcenable, and lutenable such that enable is 1 and disable is 0? Is the value range of the gamma parameter (0, 4.0] ( Range (0,4.0], accurate is 0.01.), modify the gamma parameter value, but the screen does not respond. The current pixelformat is UYVY. If you want the gamma parameter to be effective, do you need to adjust the pixelformat to Mono8?
      Certainly! Here are the responses:

      Generally, in software or systems, the convention for enabling or disabling parameters often follows a pattern where 'enable' is represented by 1 and 'disable' is represented by 0. However, it's essential to refer to the specific documentation or guidelines for the software or system you're working with, as conventions can vary across different platforms or contexts.

      The gamma parameter typically ranges from 0.01 to 4.0, inclusive. It seems that you're modifying the gamma parameter within the specified range, but the screen doesn't respond. Changing the pixel format to Mono8 might be necessary for the gamma parameter to take effect, especially if the current pixel format (UYVY) doesn't support gamma adjustments. Some pixel formats may not support certain image processing functionalities, so switching to a compatible format like Mono8 could enable the gamma parameter to function as intended. Always refer to the software or hardware documentation for specific details on parameter compatibility and functionality within different pixel formats to ensure the desired adjustments take effect.

    • G

      SOLVED 关于在RK3588平台上抓图的问题
      VEYE MIPI camera • • geniusdo

      6
      0
      Votes
      6
      Posts
      698
      Views

      veye_xumm

      @geniusdo 一般来说,每一个mipi口都会有一个单独的i2c总线与之对应。

    • Z

      有关IMX385摄像头的驱动问题
      Rockchip App camera • • zly

      3
      0
      Votes
      3
      Posts
      1147
      Views

      J

      @zly said in 有关IMX385摄像头的驱动问题:

      s there a corresponding driver for the MIPI IMX385 camera on rockpiN10? Can’t use it?

      If a driver exists for the MIPI IMX385 camera on the Rock Pi N10, it could work, but it depends on compatibility. Check with the manufacturer or developer community for specific information on available drivers for that setup.

    • V

      SOLVED imx462 on RockChip 3399 (OP1) Asus Tinker Board 2
      VEYE MIPI camera • • Vaa

      6
      0
      Votes
      6
      Posts
      783
      Views

      veye_xumm

      @vaa

      @vaa said in imx462 on RockChip 3399 (OP1) Asus Tinker Board 2:

      Do you have imx462 camera with USB3.0 interface (UVC driver) then?

      No

    • T

      SOLVED 关于IMX385抓图问题
      Rockchip App camera • • teo.chan

      10
      0
      Votes
      10
      Posts
      2525
      Views

      veye_xumm

      @teo-chan 不客气。

    • H

      SOLVED 检测不到摄像头
      CS MIPI camera • • hxm

      36
      0
      Votes
      36
      Posts
      10120
      Views

      veye_xumm

      @hxm 我觉得系统跟pc是类似的,只要你不去配置启动盘到你的ssd硬盘,只是把ssd硬盘当作linux启动后的一个外设挂载上,不会有问题的。

    • H

      SOLVED Long distance MIPI
      VEYE MIPI camera • • hchorsi

      2
      0
      Votes
      2
      Posts
      437
      Views

      veye_xumm

      @hchorsi
      The following link has a 50cm FFC cable. However, please note that when using such an extra-long FFC cable, you need to provide separate power to the camera.
      https://de.aliexpress.com/item/4001257031331.html

    • A

      SOLVED IMX662
      General Discussion • • alex_ai

      2
      0
      Votes
      2
      Posts
      1082
      Views

      veye_xumm

      @alex_ai Sorry, we currently don't have plans to proceed with the development of this sensor.

    • S

      SOLVED mv-mipi-sc130m在Xavier nx上无法识别到设备
      VEYE MIPI camera • • stark

      32
      0
      Votes
      32
      Posts
      6671
      Views

      S

      @veye_xumm 好的谢谢您

    • M

      SOLVED ESP32控制SC132相机硬件触发,通过树莓派保存图片到SD卡的一些问题
      CS MIPI camera • • MJYC

      13
      0
      Votes
      13
      Posts
      2340
      Views

      M

      @veye_xumm
      好的好的,感谢您的建议

    • Z

      SOLVED MV-MIPI_IMX264M相机画面卡顿
      VEYE MIPI camera • • ZZZ

      3
      0
      Votes
      3
      Posts
      415
      Views

      veye_xumm

      @zzz 平台接入问题,已联系线下解决。