04-24-2013 12:11 AM
Hi,all! I have a zedboard,and i want to implement some image processing in it,i have developed a application with Qt,and it can read from my usb camera , but about image processing i have no idea,by the way ,my idea is read from usb camera,and the PL do some preprocessing ,after that pl transfer the data to ps,and ps do next processing,and send the result to ps application,anyone can help me ??? Thanks very much!
The picture is the qt app for taking pictures.
04-24-2013 11:42 AM - edited 04-24-2013 11:43 AM
what kind of help do u expect by posting this query in embedded linux? r u using linux on ur zed board and u want that ur image processing to be done on linux?
u did not specify about what kind of processing u r thinking but whatever it may be..its not impossible at all to import on zed with ARM cortex in it..I dont know how PL will do some specific processing except PS and u need specific processing again PS too ( the best I make out 4rm ur post)...I have lil bit doubt on that...u have processor at PS and u have to have ur processing done via processor...
u have all ur workflow (pics also looks good)...what else do u need? get into this...divide ur thoughts in each module and start implementing..write ur S/W application on that basis....u have peripherals,OCM,external memory,processor, compiler,os
best of luck
04-24-2013 11:42 AM - edited 04-24-2013 11:43 AM
what kind of help do u expect by posting this query in embedded linux? r u using linux on ur zed board and u want that ur image processing to be done on linux?
u did not specify about what kind of processing u r thinking but whatever it may be..its not impossible at all to import on zed with ARM cortex in it..I dont know how PL will do some specific processing except PS and u need specific processing again PS too ( the best I make out 4rm ur post)...I have lil bit doubt on that...u have processor at PS and u have to have ur processing done via processor...
u have all ur workflow (pics also looks good)...what else do u need? get into this...divide ur thoughts in each module and start implementing..write ur S/W application on that basis....u have peripherals,OCM,external memory,processor, compiler,os
best of luck
04-26-2013 01:18 PM
Thank you very much for your reply!