1
完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好,
我想得到一个功能相机连接使用ov2740柏CX3。 在raw8 @ 1080P 30FPS的ov2740只输出。 所以我调整了描述如下: GUID到Y800 每像素位数:8 变比特率1920x1080x30x8 改变数据格式cy_u3p_csi_df_raw8 在cx3rdkov5640我改变以下线的applinit(): 状态= cyu3pmipicsigpifload(cy_u3p_mipicsi_bus_8,es_uvc_data_buf_size); 然而,当我试图流使用Amcap我收到以下错误: 以上来自于百度翻译 以下为原文 Hi, I am trying to get a functional camera link using an OV2740 and Cypress CX3. The OV2740 only outputs in RAW8 @ 1080p 30fps. Therefore i have adjusted the descriptors as following: -GUID to 'Y800' -Number of bits per pixel:8 -Changed bit rate to 1920x1080x30x8 -Changed data format to CY_U3P_CSI_DF_RAW8 In the CX3RDKOV5640 i changed the following line in the ApplInit(): -status = CyU3PMipicsiGpifLoad(CY_U3P_MIPICSI_BUS_8, ES_UVC_DATA_BUF_SIZE); However when I try to stream using AmCap i get the following error: |
|
相关推荐
17个回答
|
|
的HSYNC和VSYNC(G6)(H5)线的电压稳定在提到。 应积极和消隐期间这些线路可以吗? 根据相机的计时表,下面的时钟是用于MIPI线: - MiPIILCK:720MbPs - MIPIIL PCLK:90MHz 以上来自于百度翻译 以下为原文 The HSYNC(G6) and VSYNC(H5) lines are stable at the voltage mentioned. Should the Active and blanking periods be viewable on those lines? According to the timing sheet from the camera, the following clocks are used on the MIPI line: -MIPI_CLK: 720Mbps -MIPI_PCLK: 90MHz |
|
|
|
60user167 发表于 2018-9-3 12:42 你好, 对不起,我正在测试错误的测试引脚。 现在,我在测量时得到了清晰的信号。 PCLK为80MHz。 垂直同步是在正确的帧速率(30fps)活动期:32.92ms消隐期:680us 在HSYNC,后11常规脉冲20us分开,较大的脉冲显示。 程序结束的bug结束 错误之前的最后一个规则,第一个错误后的规则 Vsync合计 VSunc消隐 HSYNC规则脉冲 同步脉冲宽度 同步脉冲宽度 以上来自于百度翻译 以下为原文 Hi, Sorry, I was measuring at the wrong testpins. Right now, I got a clear signal when measuring. The PCLK is at 80MHz. The Vsync is at the correct frame rate (30fps) active period: 32.92ms blanking period: 680us In the Hsync line, after 11 regular pulses at 20us apart, a larger pulse shows up. end of bug to start of regular last regular before bug, first regular after bug Vsync total Vsync blanking Hsync regular pulses Hsync regular pulse width Hsync bug pulse width |
|
|
|
这是一个图片的当前图像出来的传感器,它是显示相同图像的3次转移到屏幕上,可能是由于不匹配的行吗? 以上来自于百度翻译 以下为原文 This is a picture of the current image coming out of the sensor, it is showing the same image 3 times shifted over the screen, probably due to a mismatch of the hsync? |
|
|
|
可以支持建立一个视频通话吗? 因为我们很快就接近最后期限了,进度就是 目前速度太慢,最后期限。 亲切的问候, 莱恩贝恩斯 以上来自于百度翻译 以下为原文 Would it be possible to set up a videocall for support? Since we are quite quickly approaching a deadline, and the progress is currently too slow to meet the deadline. Kind regards, Rens Baeyens |
|
|
|
你好, 问题得到解决。你给我的设置是正确的! 剩下的问题都在镜头旁边。 谢谢你的帮助! 亲切的问候, 伦斯 以上来自于百度翻译 以下为原文 Hi, The issues are resolved. The settings you provided me with were correct! The remaining issues were on the camera side. Thanks for your assistance! Kind regards, Rens |
|
|
|
Rens
请检查以下内容: 1。AMCAP流RAW8数据格式吗?如果Amcap不流,至少你会看到通过调试打印的图像传感器到USB的数据流。 2。检查描述符和探针控制设置是否正确更改? 三。MIPI配置是否良好(在工具中没有任何错误)? 请使用类似的线程:使用CX3流RAW8或RAW10 以上来自于百度翻译 以下为原文 Rens, Please check the following: 1. Is Amcap streams RAW8 data format? If Amcap does not streams, atleast you would see the data stream from image sensor to USB through the debug prints 2. Check whether the Descriptors and Probe Control Settings are changed properly? 3. Whether the MIPI configuration is fine (without any errors in the tool)? Please go through this similar thread: Streaming RAW8 or RAW10 using CX3 |
|
|
|
嗨,Rens,
该Amcap不支持自定义格式。你需要添加访问DirectShow Filter自定义格式的支持。你需要创建一个变换的滤波器进行处理。 问候,Shanthakumar 以上来自于百度翻译 以下为原文 Hi Rens, The AMCap doesnt support custom formats. You need to add support for accessing the custom format on Directshow filter. You need to create a transform filter to do the processing. Regards, Shanthakumar |
|
|
|
GUVCVIEW在Ubuntu中的应用支持RAW8格式。我可以看到下面的广义GUID设置视频流。
/ * GUID全球唯一标识符用于识别流媒体编码格式:raw8 */ “Y”、“8”、“”、“”、 0x00,0x00,0x10,0x00, 0x80,0x00,0x00,0xAA, 0x00,0x38,0x9b,0x71. 以上来自于百度翻译 以下为原文 guvcview application in Ubuntu supports RAW8 format. I can successfully see video streaming with the following GUID settings in descriptor. /* GUID, globally unique identifier used to identify streaming-encoding format: RAW8 */ 'Y', '8', ' ', ' ', 0x00, 0x00, 0x10, 0x00, 0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71, |
|
|
|
你好, Amcap确实没有流RAW8格式。 我现在已经安装了GuvcVIEW应用程序,没有提前。 下面是USB事件的调试序列。 当我使用GUVCVIEW流时,描述符的设置被正确地显示为1920P@ 30FPS,使用灰度作为视频格式。 MIPI配置应该使用哪一个工具? 我从OV5640的例子开始,并开始适应我所需要的,而不涉及一个工具? 谢谢你的回答! 以上来自于百度翻译 以下为原文 Hi, Amcap did indeed not stream raw8 format. I have now setup the guvcview app, with no advance. Below is the debug sequence of the u*** events. When I stream using guvcview the descriptor settings are shown correctly as being 1920p@30fps, using greyscale as videoformat. Which tool should I use for the mipi config? I have started from the OV5640 example and started adapting to what I need, without coming across a tool? Thanks already for the answers! |
|
|
|
60user167 发表于 2018-9-3 14:31 你好, 我尝试使用MIPI配置工具,但是当我尝试继续时,它会返回一个错误。 因此,我用Excel手工计算时钟值。 请确认以下设置好吗? /OV2440传感器1080p@ 30fps的配置参数* CYU3PMIPICSICFGYT CFGUVC1080P30NOMLCK= CYUU3PYCSIIODFYRAW8,/*DATAL格式*/ 2,/*NUDATALLANE** 1,/*PLLPRD *//todo-ChLL锁相环 59,/*PLLFBD(62)*/ CYU-U3PYCSILPLLYFLSY500,100M,/*PLLFRS*/ CYU-U3PYCSIIPLLKLKYDIVAY8,/*CSIRXCLKDIV** CyuU3Pycsil PLLKCLYDIVAY8,/*PARCKDIV** 0x11,/*MCLKCTL*/ CYU-U3PYCSILPLLKLKYDIVAY8,/*MCLKRIFDIV* 1920,/*Held** 0x01/*FIFOSTRIP** }; 当使用这些设置编程时,设备返回下面的图像的抖动流(时钟问题?) 这是一个天花板灯的图像,它似乎遍布图像。 你知道这是什么原因吗? 谢谢! 伦斯 以上来自于百度翻译 以下为原文 Hi, I tried using the mipi config tool, however it returns an error when I try to proceed. I have therefore manually calculated the clock values using excel. Could you please verify the following settings? /* Configuration parameters for 1080p @30FPS for the OV2740 sensor */ CyU3PMipicsiCfg_t cfgUvc1080p30NoMclk = { CY_U3P_CSI_DF_RAW8, /* dataFormat */ 2, /* numDataLanes */ 1, /* pllPrd */ //TODO check pll 59, /* pllFbd (62) */ CY_U3P_CSI_PLL_FRS_500_1000M, /* pllFrs */ CY_U3P_CSI_PLL_CLK_DIV_8, /* csiRxClkDiv */ CY_U3P_CSI_PLL_CLK_DIV_8, /* parClkDiv */ 0x11, /* mclkCtl */ CY_U3P_CSI_PLL_CLK_DIV_8, /* mClkRefDiv */ 1920, /* hResolution */ 0x01 /* fifoDelay */ }; When programming with these settings, the device returns a shaking stream of the image below (clock issue?) It is an image of a ceiling lamp, which seems to be spread out across the image. Do you have an idea what could be causing this maybe? Thanks! Rens |
|
|
|
请提供以下资料提供MIPI配置? 1。CSI时钟 2。数据通道 三。制备 4。零位 5。FPS 6。激活的 7。消隐 8。V-激活的 9。真空冲裁 10。输入数据格式 以上来自于百度翻译 以下为原文 Can you please provide the following details to provide the MIPI configuration? 1. CSI Clock 2. Data Lane 3. THS-Prepare 4. THS-Zero 5. Fps 6. H_Active 7. H_Blanking 8. V_Active 9. V_Blanking 10. Input Data Format |
|
|
|
1。CSI时钟:RIFCK=19.2MHz 2。2条数据通道 三。PREP - 55.56 4。零点120.33 5。30FPS 6。一千九百二十 7。二百四十 8。一千零八十 9。四十 10。RAW8 以上来自于百度翻译 以下为原文 1. CSI Clock: REFCLK = 19.2MHz 2. 2 data lanes 3. THS-prep - 55.56 4. THS-zero - 120.33 5. 30fps 6. 1920 7. 240 8. 1080 9. 40 10. RAW8 |
|
|
|
更新- 我在PLLYLCK设置的手动计算中犯了一个错误。(以前我认为RIFCK是24MHz,但这是相机输入 现在图像看起来更稳定,但里面仍然有一些歪曲的东西。 你知道我现在应该看哪些参数吗? 我附上了两张图片,一张是跳棋测试图,另一张是我笔记本上的潦草画。 所以剩下的问题是: 图像是倾斜的,开始从顶部右侧120px 像素在一个看似随机的方式转移 -图像不填充1080p valmaxminclkpllclk7201000500720mhzpllclk = REFCLK *((pll_fbd + 1)/(pll_rpd + 1))/(2 ^ pll_frs)refclk192100019,2mhzpll_fbd745110 pll_prd1150 pll_frs030 csirx_div8125090pclk8100090mclk24 MCLK =(pll_clk / mclkrefdiv)/((highbyte(mclkctl)+(1)+ LowByte(mclkctl)+ 1))mclkrefdiv284 2mclkctl(HB)8 mclkctl(LB)5 以上来自于百度翻译 以下为原文 UPDATE - I made a mistake in my manual calculations for the pll_clk settings. ( previously i thought the refclk to be 24MHz, but that's the camera Input_clk) The image looks more stable now, but there are still some crooked things in it. Do you have an idea which parameters I should be looking at right now? I have appended two images, one being a checkers test pattern, and the other a picture of some scribble in my notebook. So the problems remaining: -Image is tilted, starting at 120px from the top right side -pixels are shifted in a seemingly random way -image does not fill 1080p VALMAXMINCLKPLLCLK7201000500720MhzPLLCLK = REFCLK * ((PLL_FBD +1)/(PLL_RPD+1))/(2^PLL_FRS)REFCLK19,2100019,2MhzPLL_FBD745110 PLL_PRD1150 PLL_FRS030 CSIRX_DIV8125090PCLK8100090MCLK24 MCLK=(PLL_CLK/mCLKRefDiv)/((HighByte(MClkCtl)+1)+(LowByte(MClkCtl)+1))mClkRefDiv284 2mClkCtl(HB)8 mClkCtl(LB)5 |
|
|
|
60user167 发表于 2018-9-3 15:28 你好! 谢谢你的努力! 然而,同样的问题仍然存在或增加。 以下是一张跳棋测试模式时我将它设置为你的推荐值。 问题: 每行右移 -图像停止在大约y=650。 亲切的问候, 伦斯 以上来自于百度翻译 以下为原文 Hi! Thanks for the effort! However, the same problems still remain or increase. Below a picture of the checkers test pattern when I set it to your recommended values. Problems: -Right shift per row -Image stops at approx y=650 Kind regards, Rens |
|
|
|
请检查以下测试引脚并更新其值。 G6- HSycCyTestI/O H5- VSycCyTestI/O H8- PCLKYST测试I/O 以上来自于百度翻译 以下为原文 Please probe the following test pins and update the values. G6 - HSYNC_test I/O H5 - VSYNC_test I/O H8 - PCLK_test I/O |
|
|
|
你好! 我已经测量和比较我的设置使用OV2241与功能DeNBORA RDK使用OV5640。 OV5640: - HSYNC:稳定在2.13V -VSYNC:稳定在3.3V - PCLK:激活的 OV2241: - HSYNC:稳定在2.13V -VSYNC:稳定在3.3V PCLK:0V没有活动! 什么会导致PCLK保持不活跃? 谢谢! 以上来自于百度翻译 以下为原文 Hi! I have measured and compared my setup using the ov2241 with the functioning denebola rdk using ov5640. OV5640: -HSYNC: steady at 2.13V -VSYNC: steady at 3.3V -PCLK: Active OV2241: -HSYNC: steady at 2.13V -VSYNC: steady at 3.3V PCLK: 0V no activity! What could cause the PCLK to remain unactive? Thanks! |
|
|
|
我的意思是H-AcLand和H-BLASH持续时间。类似的VY-Salc。 CSI Clok频率传感器喂养MIPI的CX3是什么? 以上来自于百度翻译 以下为原文 I mean H_Active and H_Blank duration. Similarly V_SYNC. What is the CSI clok frequency that the Sensor is feeding to MIPI of CX3? |
|
|
|
只有小组成员才能发言,加入小组>>
754个成员聚集在这个小组
加入小组2103 浏览 1 评论
1849 浏览 1 评论
3667 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1784 浏览 6 评论
1534 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
566浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
420浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
435浏览 2评论
381浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
913浏览 2评论
小黑屋| 手机版| Archiver| 德赢Vwin官网 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-22 22:48 , Processed in 1.293837 second(s), Total 108, Slave 92 queries .
Powered by 德赢Vwin官网 网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
德赢Vwin官网 观察
版权所有 © 湖南华秋数字科技有限公司
德赢Vwin官网 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号