完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好,
我有接口的图像传感器在SlaveFIFO模式与FX2LP这,我已经修改了控制中心的PC side.image传感器显示的图像分辨率是752x480 60每帧图像帧second.what曾经在PC机上显示是变化的,这意味着第一架(部分)是不玩第二帧(部分)在DelPaly中。 为什么会发生这种情况?是因为数据丢失吗?FX2LP和Windows不同步?我怎样才能解决这个问题?我附上了图像显示。 帮助我。 以上来自于百度翻译 以下为原文 Hello, I have interfaced image sensor to fx2lp in slavefifo mode and for this,i have modified control center to display the image in the pc side.image sensor is 752x480 resolution with 60 frames per second.what ever the image frame is displaying in the pc is shifting,that means first frame(partial) is displaying with second frame(partial) in the dispaly. why it is happening?is it because of data loss?fx2lp and windows are not in sync?how can i solve this problem?i have attached the image display. help me. |
|
相关推荐
10个回答
|
|
你好,
你能比较发送到PC的帧和在应用程序上显示的帧吗? 1)使用像USBLyzer这样的协议分析器,获取一帧的数据 2)在主机显示之前,获取主机应用程序所看到的一个帧的数据以供显示。 比较这两个数据。如果它们是相同的,那么问题就不在PC机/应用程序侧。它可以与图像传感器/ FPGA / FX2LP。 如果不是,问题是主机应用程序代码。 当做, -马杜 以上来自于百度翻译 以下为原文 Hi, Can you please compare the frame which is sent into PC and the frame which is displayed on the app? 1) Use a protocol analyzer like USBLyzer and get the data of one single frame 2) Get the data of one single frame as seen by the host application, right before it is sent for display Compare the two data. If they are same, then the problem is not with the PC/App side. It could be with the image sensor / fpga / fx2lp. If not, the issue is with the host application code. Regards, - Madhu |
|
|
|
你好,先生, 我们没有UsBysZER,任何其他调试过程。 谢谢你的回放。 当做, 吉瑟纳利 以上来自于百度翻译 以下为原文 Hi sir, we dont have USBLyzer,any other debug process. thanks for your replay. regards, geethanjali. |
|
|
|
UsBy泽是一个软件分析器。你不需要任何其他的硬件。从这里下载: Download USBlyzer,USB嗅探器和数据分析器软件 以上来自于百度翻译 以下为原文 USBLyzer is a software analyzer. You don't need any other hardware. Download it from here: Download USBlyzer, USB Sniffer and Data Analyzer Software |
|
|
|
嗨,Madhu, 谢谢您。 以上来自于百度翻译 以下为原文 Hi Madhu, THANK YOU. |
|
|
|
你好,马杜胡, 比较这两个数据。如果它们是相同的,那么问题就不在PC机/应用程序侧。它可以与图像传感器/ FPGA / FX2LP。 如果不是,问题是主机应用程序代码。 &两个数据是不同的,见UB分析器屏幕截图,什么是控制中心的问题? 图像传感器为72x480分辨率,每秒60帧。对于每一笔交易,我得到360960字节。 我怎样才能解决这个问题? 当做, 吉瑟纳利 以上来自于百度翻译 以下为原文 Hi madhu, Compare the two data. If they are same, then the problem is not with the PC/App side. It could be with the image sensor / fpga / fx2lp. If not, the issue is with the host application code. -->two data are different,see the u***analyser screenshot,what whould be control center problem? image sensor is 752x480 resoltion ,60 frames per second.For every transaction,i am getting 360960bytes. How can i solve this? regards, geethanjali. |
|
|
|
以上来自于百度翻译 以下为原文 |
|
|
|
你好,Geethanjali, 一个新的帧的开始必须由宿主应用程序确定。这可以通过生成一个字节报头图案在FX2LP固件和寻找宿主应用程序做的一样。 最好的问候, 斯里纳斯 以上来自于百度翻译 以下为原文 Hello Geethanjali, The start of a new frame has to be identified by the host application. This can be done by generating a known byte header pattern in the FX2LP firmware and looking for the same in the host application. Best regards, Srinath S |
|
|
|
wangcong12138 发表于 2018-9-28 14:23 你好, 我们在主机应用程序和FX2LP中都实现了标题模式。当帧有效性变低时,我们添加了已知的8字节数据,在主机应用程序中接收到相同的8字节。在这些连续的报头之间有一个360960×512字节。360960字节是根据图像完成的一帧。传感器数据表。但是当我看一帧时,帧被分割,如图像文件中所示。 原因是什么? 当做, 吉瑟纳利 以上来自于百度翻译 以下为原文 Hello, we are implemented header pattern in both host application and fx2lp.we are adding a known 8 bytes of data when frame valid goes low,same 8 bytes are recieving in the host application.between these successive headers there is a 360960+512 bytes.360960 bytes are complete one frame according to image sensor datasheet.but when i look into the one frame,frame is splitted as shown in the image file. what would be the reason? regards, geethanjali. |
|
|
|
wangcong12138 发表于 2018-9-28 14:23 你好, 新的帧的开始必须由主机应用程序识别。这可以通过在FX2LP固件中生成已知字节头模式并在主机应用程序中寻找相同的字节头模式来完成。 -gt; 我们添加了8字节的数据,即FX2LP中的标头,这是用默认的控制中心来确认的。但是我们无法在控制中心主机应用程序中寻找这个头。我可以在主机控制中心应用程序中得到这个字符串。如何比较主机端代码中的这个头文件?有人能告诉我应该在哪里查看代码吗? 当做, 吉瑟纳利 以上来自于百度翻译 以下为原文 Hello, The start of a new frame has to be identified by the host application. This can be done by generating a known byte header pattern in the FX2LP firmware and looking for the same in the host application. -> we are added 8 bytes of data,that is header in the fx2lp and this is confirmed with default control center.but we are unable to looking for this header in the control center host application.where i can get this string in the host control center application?how can i compare this header in the host side code?can anyone tell me the where should look into the code? regards, geethanjali. |
|
|
|
不cdvdhgdh 发表于 2018-9-28 14:55 你好,Geethanjali, 数据由主机应用程序使用XFelDATA()API读取。这个API将数据存储到缓冲区中。请对缓冲区接收到的数据进行比较。 最好的问候, 斯里纳斯 以上来自于百度翻译 以下为原文 Hello Geethanjali, The data is read from the device by the host application using the XferData() API. This API stores the data onto a buffer. Kindly, implement the comparison on the data received on the buffer. Best regards, Srinath S |
|
|
|
只有小组成员才能发言,加入小组>>
754个成员聚集在这个小组
加入小组2100 浏览 1 评论
1846 浏览 1 评论
3665 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1782 浏览 6 评论
1532 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
560浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
412浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
433浏览 2评论
379浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
905浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-19 22:36 , Processed in 1.102614 second(s), Total 67, Slave 60 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号