Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Displaying Jpeg

maldini
Beginner
620 Views
Hi,

My situation is the following: I have an Ip camera which sends me the following streams:

HTTP/1.0 200 OK
Date: thu, 01 Jan 2005 00:03:30 GMT
Server: Boa/0.94.13
Connection: Close
Content-type: multipart/mixed;boundary=BOUNDARY

--BOUNDARY
Content-type: image/jpeg
Content-Length: 6243
Pragma: no-cache

jpeg #1(all in characters)

--BOUNDARY
Content-type: image/jpeg
Content-Length: 7012
Pragma: no-cache

jpeg #1(all in characters)

I am reading from the sockets the jpegs. And i need to display them in real time on the screen. But I need something that will not take to much CPU cause the PC for which the application will need to run is not so good 600 Mhz.


1- Is my way of obtaining the jpeg ok? Or is there a better way?
2- Does anyone know how I can use the IPP library to display these jpeg on the screen. I have downloaded w_ipp_pca_xsc_eval_p_4_1_2_ev05 and followed the instruction to install. But know How do i use this library in my code.

Thanks for any help
maldini
0 Kudos
3 Replies
Vladimir_Dudnik
Employee
620 Views
Hi,
I recommend you to take a look on IPP samples, which includes JPEG samples as well, so you will find a way how to use IPP JPEG codec from your program.
Please be informed that we just started IPP v5.0 beta program, if you are interested in participation you need to follow this link.
Note, in IPP v5.0 beta we supply new samples including UMC media framework, where you can find player which is able to play motion JPEG AVI files.
Regards,
Vladimir
0 Kudos
jfranco
Beginner
620 Views
I've signed up for the IPP v5 bete program, but I can't find the samples for the Unified Media Classes. Could you point me to them?

If it matters, I'm interested especially in PCA processors running Windows CE.
0 Kudos
Vladimir_Dudnik
Employee
620 Views
HI, you should get Intel Premier Support account by signing IPP v5.0 beta program. So you need to login to premier.intel.com and download IPP samples
Regards,
Vladimir
0 Kudos
Reply