- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there
I'm quite new to Qsys and to the VIP Suite. What i'm trying to do is to store video frames (or part of them) from my camera into an external memory (like SDRAM or to on-chip memory) to send them later over Ethernet to another device. Reading frames from the camera and display them on a LCD works perfectly. Sending data or small images over Ethernet works also perfectly. The problem stays now just how to store somewhere my frames and read them. I have already tried several ways:- stream the video packets to a Frame Buffer and then to an On-Chip FIFO Memory with Avalon ST-Sink as input and Avalon MM Read Slave as output. Didn't work why I guess there was a problem with data format
- stream the video packets into a Frame Buffer and leave the output unused and then try with Nios to read data directly from the SDRAM. Didn't work because Quartus couldn't synthesize the design.
- Avalon ST-Video Sink as input
- Avalon MM Slave as output for reading data from Nios
- Interrupt to know when a new frame is available
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Check SGDMA examples.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page