@nkos Apologies for the delay. I've just returned from the National Day holiday and will follow up on this matter as soon as possible.
veye_xumm
@veye_xumm
I am a software engineer of the VEYE team and will try my best to help you.
Best posts made by veye_xumm
-
RE: radxa zero 3e, yocto linux 6.13, imx287posted in Rockchip App camera
-
RE: Setting YUV-sequence CSSC132posted in CS MIPI camera
@lubertroft
hi,
http://wiki.veye.cc/index.php/CS-MIPI-SC132_version_log
yuyv is supported in this version .Because it is CS series, of course cs_mipi_i2c.sh is the corresponding script.
http://wiki.veye.cc/index.php/VEYE-MIPI-290/327_i2c/#yuvseq -
RE: IMX-287M: How to synchronize video frame capture with an LED?posted in Raspberry Pi App Software
- If your IMX287 is running in stream mode, please use the upgrade package from the following link for the upgrade:
https://www.mediafire.com/file/d4yjibcjp1hw8z8/MV-MIPI-IMX287M_C1.37_L2.04_20240306_beta_upgrade.bin/file - The camera will generate its own strobe synchronization signal. I suggest using this signal to drive your LED instead of using the Raspberry Pi's IO. For more details on the principle, please refer to the following link:
https://wiki.veye.cc/index.php/Mv_mipi_camera_manual#Strobe - On the ADP-MV1 board, the J3-5 pin will output the strobe signal by default.
https://wiki.veye.cc/index.php/ADP-MV1_Adapter_Board_Data_Sheet/zh
- If your IMX287 is running in stream mode, please use the upgrade package from the following link for the upgrade:
-
RE: Driver for I.MX8Mposted in NXP i.MX App Software
@tokabe
Hi,
On i.MX8m Platform, our roadmap is based on SOM board. For now, we have finished MYIR i.MX8m board and AVNET Maaxboard(mini) board.http://wiki.veye.cc/index.php/NXP_i.MX_Application_Note_Index
The coral.ai board from google is in progress.
So the linux version we use now depends on the system version that comes with the SOM board.
We have a V5.y version driver on raspiberry PI, maybe this will help you.
http://wiki.veye.cc/index.php/V4L2_mode_for_Raspberry_PiOf course, we will transplant all product drivers, including CS-MIP-IMX307, to i.MX8m. This work is also in progress.
-
RE: Problem installing the driver for the SC132.posted in CS MIPI camera
@esjeeybi
About how to compile our drivers on rpi:
http://wiki.veye.cc/index.php/V4L2_mode_for_Raspberry_Pi#Source_code_cross_compilationYou can get/set FPS, Gain, Brightness, Contrast via:
http://wiki.veye.cc/index.php/CS-MIPI-X_i2c -
RE: Jetson Nano B01 MV IMX264posted in Jetson App Software
@otca
"You did the right thing.
The Jetpack 4.6.5 version of the kernel does not yet support the MV series cameras.
Please switch to Jetpack 4.6.4 for your operations. -
RE: IMX-287M: How to synchronize video frame capture with an LED?posted in Raspberry Pi App Software
@etale_cohomology said in IMX-287M: How to synchronize video frame capture with an LED?:
./mv_mipi_i2c.sh -r -f trgexp_delay -b 6
./mv_mipi_i2c.sh -r -f trginterval -b 6In video streaming mode, these two parameters do not take effect. The camera will output the strobe control signal based on the actual exposure time, whether it is in manual exposure mode or automatic exposure mode.
-
RE: Hardware Triggering for the CS-MIPI-SC132posted in CS MIPI camera
@ess
Hi, thank you, it is indeed typo.
jetson supports trigger mode, which I have done research on and it has worked. The plan is to organize it and release it along with our new machine vision product line. Estimated 15 days or so. -
RE: Improve DE-coding on snapdragon devicesposted in USB camera
@consti10 said in Improve DE-coding on snapdragon devices:
turning off the HW decoder for h264 on android doesn't really make sense.
Maybe changing the poc type could fix this issue, too ?I'm not sure about that.
- When connected via USB (original cable) there can be artifacts (I suspect packet loss via usb or some driver bug)
You are right. This camera will have a probability of packet loss. The higher the cpu performance of the host, the less packet loss.
This problem is still being studied and solved.- POC type as described above.
Latest posts made by veye_xumm
-
RE: Can't get v4l2 to work, rasbperry pi 4b, rpi os x64, 6.12.57-v8+posted in Raspberry Pi App Software
@jambojettt
Normally, the PiOS you installed comes with kernel-headers. Could you tell me which image link you used?
Can you help run this script and send me the results?uname -a ls /usr/lib/modules/ ls /usr/lib/modules/$(uname -r) -
RE: Can't get v4l2 to work, rasbperry pi 4b, rpi os x64, 6.12.57-v8+posted in Raspberry Pi App Software
@jambojettt said in Can't get v4l2 to work, rasbperry pi 4b, rpi os x64, 6.12.57-v8+:
@veye_xumm yes, it updated to 6.12.57, but this problem also was in 6.12.47 that it was updated from.
How do I get the headers?My Raspberry Pi comes with headers by default. You might want to reinstall piOS? We've already released the 6.12.47 ko file on GitHub.
-
RE: Can't get v4l2 to work, rasbperry pi 4b, rpi os x64, 6.12.57-v8+posted in Raspberry Pi App Software
@jambojettt
Sorry for the slightly delayed reply. Normally, piOS comes with kernel-headers pre-installed. For example, here is a screenshot of my current system:
I suspect that you might have updated to a newer minor version of piOS, which caused this issue. The current major version of piOS should be 6.12.47. -
RE: radxa zero 3e, debian, linux 5.10, imx287: Inappropriate ioctl for deviceposted in Rockchip App camera
@nkos
Below is a tutorial on using this camera module on Radxa boards.
https://wiki.veye.cc/index.php/MV_Camera_on_Radxa_BoardsUnlike the Raspberry Pi platform, on RK platforms, some preparatory work is required to use our module, which involves configuring the appropriate image parameters using
media-ctl.
However, based on the information you provided, it seems you have already set it up correctly.Once this preparation is complete, the process of capturing images is the same as on the Raspberry Pi.
If you encounter any issues, you can refer to the code example at:
https://wiki.veye.cc/index.php/MV_Camera_on_Radxa_Boards#Example_of_yavtaAdditionally, we have an open-source client software available for your use and reference.
-
RE: Can't get v4l2 to work, rasbperry pi 4b, rpi os x64, 6.12.57-v8+posted in Raspberry Pi App Software
@jambojettt
Normally, after you install the kernel headers using the commandsudo apt install raspberrypi-kernel-headers, you should be able to compile successfully.
May I ask — after performing this step, what error do you see during compilation? -
RE: Can't get v4l2 to work, rasbperry pi 4b, rpi os x64, 6.12.57-v8+posted in Raspberry Pi App Software
@jambojettt According to the dmesg information, you have successfully installed the veyecam2m driver. However, the camera was not detected. What model of camera are you using?
-
RE: veye-mipi-IMX462 on rpi5 get video stream but cant controll via v4l2 or i2cposted in VEYE MIPI camera
@brunosaisi
For configuring this camera via I2C, the process is not done through v4l2-ctl but directly using a script. Please note the following regarding this script:- If you are using the v4l2 driver mode, camera_i2c_config is not required.
- When running ./veye_mipi_i2c.sh, make sure to specify the I2C bus you are using with the -b parameter.
Below is an explanation regarding the I2C bus.
https://wiki.veye.cc/index.php/I2c_bus_number_and_video_node
For long exposure usage, you may need to configure the lowlight function or the new_mshutter function. Please refer to the corresponding section in the link below.
https://wiki.veye.cc/index.php/VEYE-MIPI-290/327_i2c/#new_mshutter -
RE: VEYE-MIPI-IMX462 on Seeed J401 Carrier Board + Orin Nano 4GB (JetPack 6.2 / L4T 36.4.3) – No /dev/video Device Detectedposted in VEYE MIPI camera
@john
We compared the baseboards of the J401 and J401B and found no differences. Regarding the earlier issue with the J401, we suspect that the USB hub chip, which is mounted on the same I2C bus as the camera, was intercepting responses for the I2C address 0x3b. This aligns with your hypothesis.Could you visually inspect the J401B and check if there are any version or sub-model changes in the USB hub chip compared to the J401?
Regarding your intention to test the response issue at address 0x22, you do not need to recompile the device tree blob (dtb). You can directly use the command
i2cdetect -y -r i2cnumto perform the test.
