@jakobvol Sure, you give it a try and let me know if there are still any issues.
-
RE: OpenCV VEYE-MIPI-IMX462 Demo Sketches result in error
-
RE: 关于RAW-MIPI-SC132相机相关问题
@lb said in 关于RAW-MIPI-SC132相机相关问题:
@veye_xumm请问贵司有这几款传感器对应的相机吗?思特威的
这几款暂时还没有产品。
@lb said in 关于RAW-MIPI-SC132相机相关问题:
@veye_xumm 还是关于mcu的,SDA模式下,我猜想两种可能:一是数据先到mcu,mcu再给sensor,mcu只是做了透传。二是mcu和sensor作为i2c从设备直接挂到nx i2c总线上。请问是其中的某个情况吗?还是别的一个大致的概述呢?
后者。
-
RE: 关于RAW-MIPI-SC132相机相关问题
@lb 当然没问题,根本用不了那么大的带宽。
你试试应该继续算下去,10801280120*8bit.
现在sensor的模式配置的是1.188Gbps/lan。 -
RE: jetson nano使用cv2打开摄像头卡顿,直接用指令预览不卡
@odu 是这样的,现在opencv的这个demo主要用于演示怎样把图像导入到opencv,是个简单化的demo。不是用于实际应用的范例。
这里面,主要由于使用了纯软件的方法进行图像格式转换和搬运,因此效率比较低。 -
RE: OpenCV VEYE-MIPI-IMX462 Demo Sketches result in error
@jakobvol
Hi,
At the current time, I don't think there's a need for a complicated installation of gstreamer and opencv.
I am using the Raspberry Pi OS with desktop and recommended software version of pios downloaded from the official Raspberry Pi website.
After installing the camera driver and runningsudo apt install python3-opencv
, I am able to run the samples without any issues. -
RE: 关于RAW-MIPI-SC132相机相关问题
@lb
我们的设计是这样的:
RAW系列的,mcu不对图像做处理,mipi信号不过mcu。
mcu的存在是为了简化客户的初始化,配置等操作。
SDA模式下,客户可以认为直接掌握了整个sensor的直接控制权。mcu不做任何干预。