Monday, December 16, 2013

Windows Embedded Compact 2013 – Boots less than a second

Now Almach – A Rapid development kit running on Windows Embedded compact 2013 boots and rendering the live camera preview less than a second. Also it has e-con system’s custom barcode libraries and capable of decoding the 1D and 2D bar codes. Almach has eSOM3730, which is a TI DM3730 processor based system on module and OV5640 – 5MP camera add on card.Below video shows the demonstration.

It is pride for e-con systems to show case the Windows CE products, services and camera solutions design capability. You can expect interesting videos with Almach Rapid development kit on Windows Embedded Compact 2013 soon.

Friday, October 11, 2013

Windows Imaging Component(WIC) on Windows Embedded Compact 2013- Sample Application

 Old Imaging APIs are completely removed on Windows Embedded Compact 2013 and only Windows Imaging Component (WIC) is supported on WEC2013. But no sample application is available for WIC in Windows Embedded Compact 2013 platform builder. But sample applications are available in Windows PC SDK.

I have just ported the PC application to facilitate the people who need this in Windows Embedded Compact 2013 and uploaded it on Codeplex.
https://wicdemowec2013.codeplex.com/

Friday, September 20, 2013

Windows Embedded Compact 2013 – Understanding STARTUPTEXT macro - Part 2



This post is the continuation of the WEC2013 – Understanding STARTUPTEXT macro - Part 1. Finally found a solution on how to fix the entry point at the beginning of the code in the executable. Let’s make the hand dirty.
Please click the below link to know more...

Monday, September 16, 2013

Windows Embedded Compact 2013 – Understanding STARTUPTEXT macro - Part 1

On continuation of WEC2013 porting blog series, I would like to share about the change in STARTUPTEXT macro and its effect on WEC2013. Before that we have to understand the purpose of this macro. Go ahead with the following link..
http://www.e-consystems.com/blog/windowsce/?p=981 
On continuation of WEC2013 porting blog series, I would like to share about the change in STARTUPTEXT macro and its effect on WEC2013. Before that we have to understand the purpose of this macro. - See more at: http://www.e-consystems.com/blog/windowsce/?p=981#sthash.L8Bxc734.dpuf
On continuation of WEC2013 porting blog series, I would like to share about the change in STARTUPTEXT macro and its effect on WEC2013. Before that we have to understand the purpose of this macro. - See more at: http://www.e-consystems.com/blog/windowsce/?p=981#sthash.L8Bxc734.dpuf

Friday, July 12, 2013

Windows Embedded Compact 2013 THUMB2 porting – ARM pre UAL syntax and its equivalent UAL syntax

As a continuation of the WEC 2013 – THUMB2 porting considerations article, I would like to share few more considerations during THUMB2 porting specifically during compilation, assembler will through an error “pre UAL syntax not allowed” frequently in earlier CE version BSPs.
Please click the below link to know more...
http://www.e-consystems.com/blog/windowsce/?p=945