@nimadibaj
I don't know which platform your motherboard is using, but if you have used the veye_mipi_i2c.sh script, there is an i2c_write file in that directory. You can use this file to modify the aforementioned registers.
-
RE: Veye MIPI imx462 Defaults
-
RE: Veye MIPI imx462 Defaults
@nimadibaj
Use the i2c_write command to change 0x000b to 0xff. -
RE: Camera Paramter saving
Only ISP-related parameters can be persistently saved after power-off through the
paramsave
command. Therefore, I recommend that you reconfigure your desired parameters in the startup script during program design.As for which commands can be saved, you can refer to the
veye_mipi_i2c.sh
source code. If the corresponding read/write functions contain operations like'./i2c_write $I2C_DEV $I2C_ADDR 0x10 0xDA'
, it indicates that the function's register belongs to the ISP category and can be saved usingparamsave
. -
RE: RAW-MIPI-SC535M寄存器特殊参数设置失败
@lpcq2000 抱歉现在MCU bypass模式已经不再被支持了。我们的资料有一些迟滞,回头会更新到上面。
-
RE: VEYE-MIPI-327E lens YT1.8-2.8I poor picture quality in the dark
@siderat I think this one will work.
-
RE: VEYE-MIPI-327E lens YT1.8-2.8I poor picture quality in the dark
@siderat said in VEYE-MIPI-327E lens YT1.8-2.8I poor picture quality in the dark:
If I buy the YT0.95-4I lens with an f.095 aperture, will it improve my camera's low-light sensitivity, as in that video? Or maybe there are some other settings I'm missing.
- In terms of settings, do not enable WDR mode at night.
- Your current lens has an F-value of 1.8. Switching to a lens with a smaller F-value will significantly increase the amount of light intake and improve nighttime image quality.
-
RE: Veye MIPI imx462 Defaults
@nimadibaj
UYVY 30fps@nimadibaj said in Veye MIPI imx462 Defaults:
It seems that between each video line, the CSI-2 output from your module enters Low-Power (LP) mode, which causes the video stream to continuously drop in and out.
This complies with the MIPI CSI-2 standard.
-
RE: radxa zero 3e, yocto linux 6.13, imx287
@nkos Our driver code is developed based on Radxa's BSP, and the BSP development documentation can be found at the following URL:
https://docs.radxa.com/en/zero/zero3/low-level-dev/kernelTo address the issue you raised, we attempted to set up a Yocto development environment for the Radxa ZERO 3. Unfortunately, we were unsuccessful in this endeavor.
Later, we noticed Radxa's documentation regarding building Linux images with Yocto:
https://github.com/radxa/yocto-manifestsIn the "List of Radxa Boards supported" section, the Radxa ZERO 3 is not listed among the supported development boards.
Therefore, we do not recommend using Yocto to build a Linux image for the Radxa ZERO 3.
-
RE: MV-MIPI-SC130M autoexposure problem
@dan
Please refer to the two links below to upgrade the firmware of your camera. Then test it again.
https://wiki.veye.cc/index.php/Mvcam_firmware_update_manual
https://wiki.veye.cc/index.php/MV-MIPI-SC130M_Version_Log