video

  • Thread starter Thread starter Jeroen Ceuppens
  • Start date Start date
J

Jeroen Ceuppens

Hi,

I get pixel data from an extern machine, i want to refresh my imagepanel
every x ms, so it looks like a smooth video

What are the options to do this, where are the points a have to look out
for?

Greetz
JC
 
Full motion requires roughly 26 fps to look smooth, so you have 2 options:

Option 1:
Use unmanaged code

Option 2:
Use unmanaged code.

-Chris
 
What is unmanaged code?

Unsafe code? or the use of api calls? Direct X?

Greetz
JC
 
Either eVB or eVC++. That's unmanaged code. Although for video and
graphics, you'll want to use eVC++.

--Neil

--
Neil Cowburn, MVP
Co-founder, OpenNETCF.org
Technologist, Content Master Ltd
Microsoft .NET Compact Framework MVP

www.opennetcf.org | www.contentmaster.com
 
You're going to need to write it in C++. Managed code will never achieve
the speed you're after (well not with any current version of the EE and
today's processors).
 
Hi,

Do you know any good sites of evalutions of the compact framework? I need to
evaluate it for school....

Thx
JC
 
That's a pretty broad request. What parts do you need to evaluate? Any
specific feature? Any library? Perf? Size? Run speed? Development cycle?

--
Chris Tacke, eMVP
Co-Founder and Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net


Jeroen CEuppens said:
Hi,

Do you know any good sites of evalutions of the compact framework? I need to
evaluate it for school....

Thx
JC


Chris Tacke said:
You're going to need to write it in C++. Managed code will never achieve
the speed you're after (well not with any current version of the EE and
today's processors).

--
Chris Tacke, eMVP
Co-Founder and Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net


Jeroen Ceuppens said:
What is unmanaged code?

Unsafe code? or the use of api calls? Direct X?

Greetz
JC

"Chris Tacke, eMVP" <ctacke[at]Open_NET_CF[dot]org> schreef in bericht
Full motion requires roughly 26 fps to look smooth, so you have 2 options:

Option 1:
Use unmanaged code

Option 2:
Use unmanaged code.

-Chris


Hi,

I get pixel data from an extern machine, i want to refresh my imagepanel
every x ms, so it looks like a smooth video

What are the options to do this, where are the points a have to
look
out
for?

Greetz
JC
 
Mmmm, stuff like drawing bmp, run speed, perform....

Greetz
JC
Chris Tacke said:
That's a pretty broad request. What parts do you need to evaluate? Any
specific feature? Any library? Perf? Size? Run speed? Development cycle?

--
Chris Tacke, eMVP
Co-Founder and Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net


Jeroen CEuppens said:
Hi,

Do you know any good sites of evalutions of the compact framework? I
need
to
evaluate it for school....

Thx
JC


Chris Tacke said:
You're going to need to write it in C++. Managed code will never achieve
the speed you're after (well not with any current version of the EE and
today's processors).

--
Chris Tacke, eMVP
Co-Founder and Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net


What is unmanaged code?

Unsafe code? or the use of api calls? Direct X?

Greetz
JC

"Chris Tacke, eMVP" <ctacke[at]Open_NET_CF[dot]org> schreef in bericht
Full motion requires roughly 26 fps to look smooth, so you have 2
options:

Option 1:
Use unmanaged code

Option 2:
Use unmanaged code.

-Chris


Hi,

I get pixel data from an extern machine, i want to refresh my
imagepanel
every x ms, so it looks like a smooth video

What are the options to do this, where are the points a have to look
out
for?

Greetz
JC
 
Back
Top