Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

C Programming for Playing Vedio or displaying image

Status
Not open for further replies.

badripatro

Newbie level 1
Joined
Dec 22, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,287
hi all,
Any one have idea regarding "C Programming for Playing Vedio or displaying image "

how to set which port itis reading and which port it is going to be write .
if my displaying device is connected to RGB what i have to do .

what is the procedure for general purpose processor (PC)
and also for particular ARM+DSPprocessor
 

This is a very generic question, C programming on What? is there OS on the system?
C programming means a compiler, an IDE and libraries and output assembly code that will be rendered, generally speaking it is totally different to produce a binary file that will work directly on a processor, that the same code the will work on a OS (even RTOS have libraries that you may use), yet in case of your processor then you need to do all the libraries unless they are provided by the processor manyfacturer, most IDE for specific processor might offer compilers with some specific libraries.
The second issue is what do you mean by displaying image and/or video rendering. what are the pripherals you have. what kind of images/videos there are a huge standards out there, if you want to make something simple start with BMP for images, and for videos there is no easy standard out there but the most popular would be MPEG-Layer2 (Huge programming stuff here unless you have a prephiral to help you).
I hope this might help
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top