- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i have been trying to put images into SRAM using the DE1 control panel..
so far, i hv been able to show a grayscale picture in VGA to an external monitor... but when i tried it with a colour image, it will only show a blank white screen... any suggestions/advices for me?? thanks in advance..Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Angel.
If you read carrefully the DE1 manual, you will see that you only can download grayscale images to the DE1 through the control panel. This is using your own image and convert it with the Image converter software provided. Also if you do a close look at the DE1_USB_API.v code, you'll be noticed of that in these lines: assign mVIN_R = mVGA_ADDR[0] ? mSRAM_VGA_DATA[15:8]<<2 : mSRAM_VGA_DATA[7:0]<<2 ; assign mVIN_G = mVGA_ADDR[0] ? mSRAM_VGA_DATA[15:8]<<2 : mSRAM_VGA_DATA[7:0]<<2 ; assign mVIN_B = mVGA_ADDR[0] ? mSRAM_VGA_DATA[15:8]<<2 : mSRAM_VGA_DATA[7:0]<<2 ; Same assigns for R,G,B.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi. How did you do the grayscale picture in the VGA? I'm trying to do it as well. Can you help me?
--- Quote Start --- i have been trying to put images into SRAM using the DE1 control panel.. so far, i hv been able to show a grayscale picture in VGA to an external monitor... but when i tried it with a colour image, it will only show a blank white screen... any suggestions/advices for me?? thanks in advance.. --- Quote End ---- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- Hi. How did you do the grayscale picture in the VGA? I'm trying to do it as well. Can you help me? --- Quote End --- Read the below message please...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Specifically where will the image data be stored after we capture the image? In the DE1_D5M camera module, after capturing the image, it will be converted to RGB thru RAW2RGB module right? Then from there, will it be stored to SDRAM? I wanted to make the image be shown in grayscale. I have the code but I am not sure if I'm getting the right image data and if I'm outputting the right image data and address as well.
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