<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[General Discussion]]></title><description><![CDATA[General discussion about VEYE camera modules]]></description><link>http://forum.veye.cc/category/2</link><generator>RSS for Node</generator><lastBuildDate>Thu, 04 Jun 2026 13:49:26 GMT</lastBuildDate><atom:link href="http://forum.veye.cc/category/2.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 17 Oct 2025 14:54:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[RAW-MIPI-SC535M寄存器特殊参数设置失败]]></title><description><![CDATA[@lpcq2000 抱歉现在MCU bypass模式已经不再被支持了。我们的资料有一些迟滞，回头会更新到上面。
]]></description><link>http://forum.veye.cc/topic/706/raw-mipi-sc535m寄存器特殊参数设置失败</link><guid isPermaLink="true">http://forum.veye.cc/topic/706/raw-mipi-sc535m寄存器特殊参数设置失败</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Fri, 17 Oct 2025 14:54:01 GMT</pubDate></item><item><title><![CDATA[VEYE-LVDS-327]]></title><description><![CDATA[@lozinski Sorry, we currently do not have products that meet your requirements. The VEYE-LVDS-327 has been discontinued for a long time.
]]></description><link>http://forum.veye.cc/topic/698/veye-lvds-327</link><guid isPermaLink="true">http://forum.veye.cc/topic/698/veye-lvds-327</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Tue, 16 Sep 2025 12:02:29 GMT</pubDate></item><item><title><![CDATA[RAW-MIPI-SC53M maximum exposure length]]></title><description><![CDATA[@golden0514 你好。
我们相机有一个底层逻辑，fps参数会优先于曝光时间设置。
如果你想要1秒的曝光时间，需要先将帧率设置为1帧/秒，然后再设置曝光时间即可。
]]></description><link>http://forum.veye.cc/topic/673/raw-mipi-sc53m-maximum-exposure-length</link><guid isPermaLink="true">http://forum.veye.cc/topic/673/raw-mipi-sc53m-maximum-exposure-length</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Thu, 20 Feb 2025 21:40:07 GMT</pubDate></item><item><title><![CDATA[多相机硬触发同步，时间戳的数值是否可以直接对应]]></title><description><![CDATA[@veye_xumm 好的，感谢
]]></description><link>http://forum.veye.cc/topic/640/多相机硬触发同步-时间戳的数值是否可以直接对应</link><guid isPermaLink="true">http://forum.veye.cc/topic/640/多相机硬触发同步-时间戳的数值是否可以直接对应</guid><dc:creator><![CDATA[EtherealHorizon]]></dc:creator><pubDate>Tue, 08 Oct 2024 05:05:18 GMT</pubDate></item><item><title><![CDATA[VEYE-MIPI-MX462 day&#x2F;night switch]]></title><description><![CDATA[@egor Sorry, I think the accurate way to do this now is still through an external sensor like a photocell.
]]></description><link>http://forum.veye.cc/topic/629/veye-mipi-mx462-day-night-switch</link><guid isPermaLink="true">http://forum.veye.cc/topic/629/veye-mipi-mx462-day-night-switch</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Fri, 02 Aug 2024 03:27:31 GMT</pubDate></item><item><title><![CDATA[MV IMX 287 多相机12bit录制问题]]></title><description><![CDATA[@etherealhorizon
使用mv_mipi_i2c.sh脚本，只是直接写入了摄像头寄存器，配置了摄像头的数据格式，但是v4l2驱动中并未得到通知。建议你采用v4l2-ctl配置相机关于相机分辨率，帧率，数据格式的参数。
比如用下面这个脚本测测看。
export WIDTH=704
export HEIGHT=544
export FPS=319

v4l2-ctl --set-ctrl roi_x=0
v4l2-ctl --set-ctrl roi_y=0
v4l2-ctl --set-fmt-video=width=$WIDTH,height=$HEIGHT,pixelformat=XY12
v4l2-ctl --set-ctrl frame_rate=$FPS

v4l2-ctl --set-fmt-video=width=$WIDTH,height=$HEIGHT,pixelformat=XY12 --stream-mmap --stream-count=1000 -d /dev/video0 --verbose --stream-to=test1.raw

]]></description><link>http://forum.veye.cc/topic/623/mv-imx-287-多相机12bit录制问题</link><guid isPermaLink="true">http://forum.veye.cc/topic/623/mv-imx-287-多相机12bit录制问题</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Fri, 19 Jul 2024 23:33:40 GMT</pubDate></item><item><title><![CDATA[IMX 287 opencv python多线程多相机硬触发帧率下降]]></title><description><![CDATA[@etherealhorizon
@etherealhorizon said in IMX 287 opencv python多线程多相机硬触发帧率下降:

最后是用python多进程为每个相机分别subprocess运行v4l2-ctl命令行然后读取--stream-mmap --verbose的时间戳

这个时间戳不够准确，如果你的算法对事件准确性要求不高，也可以先这样用。
@etherealhorizon said in IMX 287 opencv python多线程多相机硬触发帧率下降:

还想请教一下怎么做real time binning，就是实时地将2x2或者4x4的像素值求和再保存，我们的c水平比较烂哈哈。

这个我们也缺乏实际经验。不好意思。
]]></description><link>http://forum.veye.cc/topic/613/imx-287-opencv-python多线程多相机硬触发帧率下降</link><guid isPermaLink="true">http://forum.veye.cc/topic/613/imx-287-opencv-python多线程多相机硬触发帧率下降</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Thu, 20 Jun 2024 08:15:38 GMT</pubDate></item><item><title><![CDATA[VEYE website from US. Too many redirects.]]></title><description><![CDATA[@newleaf By upgrading wordpress I think I have solved the problem, please try again.
]]></description><link>http://forum.veye.cc/topic/557/veye-website-from-us-too-many-redirects</link><guid isPermaLink="true">http://forum.veye.cc/topic/557/veye-website-from-us-too-many-redirects</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Wed, 14 Feb 2024 05:51:30 GMT</pubDate></item><item><title><![CDATA[MV-MIPI-IMX296硬触发模式下opencv无法读取图像]]></title><description><![CDATA[@veye_xumm 好的，感谢解答。
]]></description><link>http://forum.veye.cc/topic/548/mv-mipi-imx296硬触发模式下opencv无法读取图像</link><guid isPermaLink="true">http://forum.veye.cc/topic/548/mv-mipi-imx296硬触发模式下opencv无法读取图像</guid><dc:creator><![CDATA[Danny]]></dc:creator><pubDate>Mon, 22 Jan 2024 11:17:23 GMT</pubDate></item><item><title><![CDATA[MV-MIPI-SC130m 检测不到摄像头]]></title><description><![CDATA[@lll 是的。本质上是修改对应的寄存器即可。
]]></description><link>http://forum.veye.cc/topic/514/mv-mipi-sc130m-检测不到摄像头</link><guid isPermaLink="true">http://forum.veye.cc/topic/514/mv-mipi-sc130m-检测不到摄像头</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Mon, 25 Dec 2023 03:06:54 GMT</pubDate></item><item><title><![CDATA[IMX662]]></title><description><![CDATA[@alex_ai Sorry, we currently don't have plans to proceed with the development of this sensor.
]]></description><link>http://forum.veye.cc/topic/494/imx662</link><guid isPermaLink="true">http://forum.veye.cc/topic/494/imx662</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Thu, 23 Nov 2023 15:52:32 GMT</pubDate></item><item><title><![CDATA[Build source from FPDlink VEYE IMX327s camera]]></title><description><![CDATA[@red Pls refer to this link:
https://wiki.veye.cc/index.php/VEYE_CS_Camera_source_for_Jetson
]]></description><link>http://forum.veye.cc/topic/460/build-source-from-fpdlink-veye-imx327s-camera</link><guid isPermaLink="true">http://forum.veye.cc/topic/460/build-source-from-fpdlink-veye-imx327s-camera</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Mon, 23 Oct 2023 13:34:17 GMT</pubDate></item><item><title><![CDATA[MV-MIPI-IMX296M 使用raw8视频流触发，获取画面不清晰]]></title><description><![CDATA[@veye_xumm
好的，您推测的正确的，我们这边在研究研究
]]></description><link>http://forum.veye.cc/topic/396/mv-mipi-imx296m-使用raw8视频流触发-获取画面不清晰</link><guid isPermaLink="true">http://forum.veye.cc/topic/396/mv-mipi-imx296m-使用raw8视频流触发-获取画面不清晰</guid><dc:creator><![CDATA[WackyRabbits]]></dc:creator><pubDate>Sun, 23 Apr 2023 08:04:44 GMT</pubDate></item><item><title><![CDATA[MV_MIPI_IMX296M  如何提高画面的对比度]]></title><description><![CDATA[@wackyrabbits 不客气，如果只是提高亮度，可以简单配置一下aatarget这个参数即可。
]]></description><link>http://forum.veye.cc/topic/391/mv_mipi_imx296m-如何提高画面的对比度</link><guid isPermaLink="true">http://forum.veye.cc/topic/391/mv_mipi_imx296m-如何提高画面的对比度</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Thu, 06 Apr 2023 10:33:08 GMT</pubDate></item><item><title><![CDATA[MV-MIPI-IMX296M 修改imgdir参数值，设备重启后无法保存设置后的参数]]></title><description><![CDATA[@wackyrabbits 我私信你
]]></description><link>http://forum.veye.cc/topic/390/mv-mipi-imx296m-修改imgdir参数值-设备重启后无法保存设置后的参数</link><guid isPermaLink="true">http://forum.veye.cc/topic/390/mv-mipi-imx296m-修改imgdir参数值-设备重启后无法保存设置后的参数</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Thu, 06 Apr 2023 07:21:48 GMT</pubDate></item><item><title><![CDATA[MV-MIPI-IMX296M 修改参数，保存重启后参数未改变]]></title><description><![CDATA[@wackyrabbits 不客气。
]]></description><link>http://forum.veye.cc/topic/380/mv-mipi-imx296m-修改参数-保存重启后参数未改变</link><guid isPermaLink="true">http://forum.veye.cc/topic/380/mv-mipi-imx296m-修改参数-保存重启后参数未改变</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Mon, 20 Mar 2023 11:35:33 GMT</pubDate></item><item><title><![CDATA[MV-MIPI-IMX265M调焦问题]]></title><description><![CDATA[@simonpi
V4L2模式已经增加通过gstreamer命令进行预览的相关说明。
请参考：
http://wiki.veye.cc/index.php/Mv_series_camera_appnotes_4_rpi/zh#.E5.AE.9E.E6.97.B6.E9.A2.84.E8.A7.88
part6.6.5
]]></description><link>http://forum.veye.cc/topic/379/mv-mipi-imx265m调焦问题</link><guid isPermaLink="true">http://forum.veye.cc/topic/379/mv-mipi-imx265m调焦问题</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Mon, 20 Mar 2023 03:08:12 GMT</pubDate></item><item><title><![CDATA[MV-MIPI-IMX296M  修改参数后，无法显示画面]]></title><description><![CDATA[已在其他帖子解决。
]]></description><link>http://forum.veye.cc/topic/375/mv-mipi-imx296m-修改参数后-无法显示画面</link><guid isPermaLink="true">http://forum.veye.cc/topic/375/mv-mipi-imx296m-修改参数后-无法显示画面</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Tue, 14 Mar 2023 09:04:40 GMT</pubDate></item><item><title><![CDATA[MV-MIPI-IMX296M 修改ISP参数保存]]></title><description><![CDATA[@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.


]]></description><link>http://forum.veye.cc/topic/369/mv-mipi-imx296m-修改isp参数保存</link><guid isPermaLink="true">http://forum.veye.cc/topic/369/mv-mipi-imx296m-修改isp参数保存</guid><dc:creator><![CDATA[joshenglish]]></dc:creator><pubDate>Wed, 08 Mar 2023 02:55:32 GMT</pubDate></item><item><title><![CDATA[MV-MIPI-SC130M on RPi4 Ubuntu Server 20.04 LTI(arm64)]]></title><description><![CDATA[@skyhorizon 哦。这个版本比较老了，我们暂时没有提供对应的ko，如果你一定要用这个版本的pios，建议从代码移植一下驱动。
如果可能的话，升级一下piOs最好了。
]]></description><link>http://forum.veye.cc/topic/346/mv-mipi-sc130m-on-rpi4-ubuntu-server-20-04-lti-arm64</link><guid isPermaLink="true">http://forum.veye.cc/topic/346/mv-mipi-sc130m-on-rpi4-ubuntu-server-20-04-lti-arm64</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Mon, 13 Feb 2023 08:01:54 GMT</pubDate></item><item><title><![CDATA[RAW-MIPI-SC132M on VisionFive 2]]></title><description><![CDATA[@veye_xumm said in RAW-MIPI-SC132M on VisionFive 2:

We suggest you find a dts of mipi sensor that has been running successfully on Vision Five for reference, or seek help from the board manufacturer.

Current device tree for VF2 includes working example of imx219 sensor, which is used as a base for your own driver - https://github.com/starfive-tech/linux/blob/JH7110_VisionFive2_devel/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi
I just don't see big difference.

Pins J1-11 need to be pulled high.
http://wiki.veye.cc/index.php/RAW-MIPI-SC132M_Data_Sheet#Interface_.26_Pin_list
I don't think you can put the Raspberry Pi dts directly onto Vision Five. This dts corresponds to two parts of the driver. The part of the camera driver named veyemvcam, and the other part corresponds to the mipi reception and processing driver of the main chip (for your board it is the Vision Five main chip).

Thanks, I'd probably need to study specs &amp; docs for the sensor and SBC more deeply.
]]></description><link>http://forum.veye.cc/topic/344/raw-mipi-sc132m-on-visionfive-2</link><guid isPermaLink="true">http://forum.veye.cc/topic/344/raw-mipi-sc132m-on-visionfive-2</guid><dc:creator><![CDATA[desperex]]></dc:creator><pubDate>Sat, 11 Feb 2023 01:55:32 GMT</pubDate></item></channel></rss>