@nian 不好意思,我们暂时没有计划做raw14bit输出的camera模组。
-
RE: OrangePi cm5-tablet RAW-MIPI-SC132Mposted in Rockchip App camera
@zoldaten You can ignore the warning shown in your screenshot. However, your probe information is incomplete; it seems that the mvcam probe function has not been triggered.
-
RE: MV-MIPI-SC130M抓图报错posted in VEYE MIPI camera
@乔康 said in MV-MIPI-SC130M抓图报错:
驱动正常加载。虽然设备树是4lane的。
问题就在这里,MV-MIPI-SC130M不支持4lane模式配置。 你需要更换设备树为2lane模式。
-
RE: imx462与rk3588无法出图问题posted in VEYE MIPI camera
@乔康
这个问题我们没有遇到。
你可以试试直接用v4l2-ctl抓图,看看效果如何?
https://wiki.veye.cc/index.php/VEYE_CS_Camera_on_Firfly_Boards/zh#.E6.8A.93.E5.8F.96.E5.9B.BE.E7.89.87 -
RE: OrangePi cm5-tablet RAW-MIPI-SC132Mposted in Rockchip App camera
@zoldaten Sorry, we currently only provide kernel version 5.x images for Orange Pi. If you need version 6.x, you will need to compile it yourself based on our open-source code.
-
RE: GX-MIPI-IMX662 can't save fps parameterposted in VEYE MIPI camera
@alex_ai First, let me explain the gain configuration logic for the GX-MIPI-IMX662. The IMX662 features 30dB of Analog Gain and supports High Conversion Gain (HCG). The HCG function acts as an amplification during the sensor's analog signal readout, equivalent to 15.3dB.
Therefore, when we configure the "Again" parameter, the actual range is [0, 45.3dB]. This means you can set the Analog Gain up to 45dB without enabling Digital Gain (Dgain).
Currently, our firmware integrates HCG into the "Again" setting, which may have caused some confusion during your testing.
As for the feature to read sensor registers, I have added it to the development roadmap. It will be provided later via a firmware update package. -
RE: IMX462+树莓派zero 2w,无法正常控制曝光参数去拍照posted in Raspberry Pi App Software
- 你使用的是驱动模式,不需要调用
camera_i2c_config - 核心问题是i2c_write这个可执行文件无法执行。可能是发布的release版本,与你的系统在可执行文件格式方面兼容性不好。你可以进入source目录下,编译一下。然后重新执行。
首先可以通过读取devid来确认你的i2c命令通道,veye_mipi_i2c.sh脚本是否正常了。
- 你使用的是驱动模式,不需要调用
-
RE: GX-MIPI-IMX662 can't save fps parameterposted in VEYE MIPI camera
@alex_ai I used firmware version 1.14 for comparison and did not observe any significant noise changes in gamma mode 1 compared to other modes. Could you provide your specific usage parameters and environment?
-
RE: GX-MIPI-IMX662 can't save fps parameterposted in VEYE MIPI camera
@alex_ai Thank you for your feedback; we will look into this issue.
