完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好,
我需要设计一个带有两个视频输入的系统。 我需要存储来自2个不同摄像机的2个视频帧并将它们存储在同一个RAM存储器中。 然后我需要处理两个图像并在VGA屏幕上显示它们。 我需要在两幅图像之间做一些融合。 实际上我对建筑的概念很困惑。 我将使用微型光纤来配置2个摄像头。 我将以30Hz的pclk接收30Hz的图像,每个图像都有自己的CLK,我使用触发器来同步它们。 然后我将为每个视频流使用一种带有双时钟FIFO的模块。 我将使用PCLK在每个fifo中写入,我将使用100MHz的SYS_CLK读取FIFO,然后我将在内存中写入。 然后将有另一个模块,它将是两个图像之间的融合。 我的问题是: 我必须使用哪种接口将相机连接到我的模块? FSL? 我知道xilinx中存在点对点连接。 我已经用altera做了同样的事情,我使用了Avalon Stream接口。 以上来自于谷歌翻译 以下为原文 Hello, I need to design a system with two video inputs. I need to store the 2 video frames that comes from 2 different cameras and store them in the same RAM memory. Then I need to process both images and display them in a VGA screen. I need to do somekind of fusion between the 2 images. Actually I am confused in the conception of the architecture. I will use a microblaze to configure the 2 cameras. I am going to receive the images at 30Hz with a pclk of 30MHz, each image has his own CLK, I use a trigger to synchronize them. Then I will use a kind of module with dual clock FIFO for each video stream. I will write in each fifo with the PCLK, and I will read the FIFO with my SYS_CLK of 100MHz and I will write in memory. Then there will be another module that will be the FUSION between the two images. My question is: Which kind of interface I must use to connect the camera with my modules? FSL? I understand that there are point to point connections in xilinx,. I have already done the samething with altera and I used an Avalon Stream interface. |
|
相关推荐
7个回答
|
|
delbotero写道:
我必须使用哪种接口将相机连接到我的模块? FSL? 我知道xilinx中存在点对点连接。 那么,这真的取决于相机上的接口类型,对吧? ----------------------------是的,我这样做是为了谋生。 以上来自于谷歌翻译 以下为原文 delbotero wrote: Well, that really depends on what sort of interface is on the camera, right? ----------------------------Yes, I do this for a living. |
|
|
|
我建议您联系Avnet FAE并询问他们基于S6的工业视频套件。
这可能是一个很好的起点...... BT 以上来自于谷歌翻译 以下为原文 I would recommend contacting your Avnet FAE and asking about their S6-based Industrial Video Kit. This would likely be a good starting point... bt |
|
|
|
你好,
附件中是我系统的BLOCK DIAGRAM。 我不知道是否应该使用PLB指向点,FSL或用于摄像机和名为my_IP的模块之间接口的专有协议。 例如在Altera中,我应该使用AVALON STREAMING INTERFACE,我将它们与SOPC构建器连接。 在Xilinx中,我不知道是否必须连接TOP LEVEL模块(VHDL)中的摄像头,或者我是否应该设计一个尊重某些接口的模块,我可以将其与BSB构建器连接。 我将有一个带有vsync和hsync信号的并行视频接口(RGB 24位)。 谢谢。 问候, 迭戈博特罗 以上来自于谷歌翻译 以下为原文 Hello, In the attached file is a BLOCK DIAGRAM of my system. I do not know if I should use a PLB point to point, FSL, or a propietary protocol for the interface between the cameras and the module called my_IP. For example in Altera I should use an AVALON STREAMING INTERFACE, and I will connect them with SOPC builder. In Xilinx, I do not know if I have to connect the cameras in the TOP LEVEL module (VHDL) or if I should design a module that respect somekind of interface, and I can connect it with the BSB builder. I will have a paralel video interface (RGB 24 bits) with vsync and hsync signals. Thank you. Regards, Diego Botero |
|
|
|
delbotero写道:
你好, 附件中是我系统的BLOCK DIAGRAM。 我不知道是否应该使用PLB指向点,FSL或用于摄像机和名为my_IP的模块之间接口的专有协议。 例如在Altera中,我应该使用AVALON STREAMING INTERFACE,我将它们与SOPC构建器连接。 在Xilinx中,我不知道是否必须连接TOP LEVEL模块(VHDL)中的摄像头,或者我是否应该设计一个尊重某些接口的模块,我可以将其与BSB构建器连接。 我将有一个带有vsync和hsync信号的并行视频接口(RGB 24位)。 谢谢。 问候, 迭戈博特罗 您还没有告诉我们相机对数据接口的影响。 相机链接? RS232? USB? 火线? 以太网? ----------------------------是的,我这样做是为了谋生。 以上来自于谷歌翻译 以下为原文 delbotero wrote:You still haven't told us what the cameras have for a data interface. Camera Link? RS232? USB? FireWire? Ethernet? ----------------------------Yes, I do this for a living. |
|
|
|
你好
摄像机将具有CAMLINK连接,这不是问题,但我不知道哪种输出必须具有我的IP。 我不知道我应该使用NPI或VFBC,还是.... 根据文档NPI是针对内存控制器核心的低级直接访问,因此使用它我可以获得最佳性能。 但VFBC是为视频完成的,所以呢? 以上来自于谷歌翻译 以下为原文 Hi The cameras will have a CAMLINK connection, this is not a problem, but I do not know which kind output must have my IP. I do not know I should use NPI or VFBC, or.... According with the doc NPI is for low-level direct access to memory controller core, so using it I can have the best performance. But VFBC is done for video,so? |
|
|
|
delbotero写道:
你好 摄像机将具有CAMLINK连接,这不是问题,但我不知道哪种输出必须具有我的IP。 通过“CAMLINK”,你的意思是Camera Link还是其他一些连接? 你必须具体! ----------------------------是的,我这样做是为了谋生。 以上来自于谷歌翻译 以下为原文 delbotero wrote: ----------------------------Yes, I do this for a living. |
|
|
|
嗨,大家好,
我也想从事视频处理工作。 但我想从我的电脑上拍摄视频。 在你的讨论和我的查询中不同的是我不接受Cam的输入。 所以我的问题是如何在SDK中读取视频文件。 任何人都可以建议 谢谢 以上来自于谷歌翻译 以下为原文 Hi guys, I am also want to work on Video Processing. But I want to take video from my PC. The different thing in ur discussion and my query is that im not taking input from Cam. So my question is How to Read Video File in SDK. Can anybody suggest Thanks |
|
|
|
只有小组成员才能发言,加入小组>>
2414 浏览 7 评论
2821 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2292 浏览 9 评论
3371 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2456 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
1053浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
577浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
436浏览 1评论
1998浏览 0评论
721浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-19 04:36 , Processed in 1.547071 second(s), Total 90, Slave 74 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号