yupina-chan
Member level 2
- Joined
- Nov 27, 2013
- Messages
- 51
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 8
- Activity points
- 397
hi. i'm taking up bachelors degree in electronics engineering. for my undergrad thesis, i wil be implementing image processing in fpga. the set-up will be like this:
pc(input image) -> altera de2 -> pc (output)
i would like to ask, what is the best way to send the image from pc to fpga? i am thinking of usb-to-rs232 converter(laptop) to rs232 port(fpga). i have seen tutorials on communicating with the fpga serial port, through hyperterminal and c but only in sending characters and not images.
i was also advised to use ethernet in data transfer. i don't know where to start in making my program.
sending characters are different from sending images when it is used for image processing. that's what i think but i don't have a clue on how to send images pixel by pixel. can you give me sample codes for the pc side and links on tutorials on the fpga side. thank you in advance. i desperately need your suggestions. i'm a beginner on image processing.
pc(input image) -> altera de2 -> pc (output)
i would like to ask, what is the best way to send the image from pc to fpga? i am thinking of usb-to-rs232 converter(laptop) to rs232 port(fpga). i have seen tutorials on communicating with the fpga serial port, through hyperterminal and c but only in sending characters and not images.
i was also advised to use ethernet in data transfer. i don't know where to start in making my program.
sending characters are different from sending images when it is used for image processing. that's what i think but i don't have a clue on how to send images pixel by pixel. can you give me sample codes for the pc side and links on tutorials on the fpga side. thank you in advance. i desperately need your suggestions. i'm a beginner on image processing.