Hello,
This week I got the Intel® RealSense™ Camera and I've started creating the Visual Studio extension for the Intel® RealSense™ AppChallange.
First, I've installed the Intel® RealSense™ SDK which has some very nice samples for both C++ and C#.
Then I've installed Visual Studio 2013 Community edition (Thank you Microsoft!) and then VS 2013 SDK.
All tools are now in place!
The Natural Interaction Visual Studio (2013) extension is designed to be initialized when a solution is loaded - here the devices are discovered and entities initialized (e.g. SpeechRecognition). Once this happens, the user can go to the menu TOOLS and then Options... to view the Natural Interaction extension settings. In my case, I used a small vocabulary file for the "Start debugging" and "Stop debugging" sentences.
After some hours of coding, I've come to the following (promising) result: http://screencast.com/t/uvvmbfBHXkrQ.
This is Demo 1 - more commands (like Step into, step out) will follow. Also, the gestures are to be expected in the near future... but that is for another post!
Have fun!
Friday, November 28, 2014
Monday, November 24, 2014
Intel® RealSense™ AppChallenge - Phase 2
Hello,
Last week I was nominated as a Phase 2 finalist for Intel® RealSense™ AppChallenge to develop a Natural Interaction Visual Studio extension.
This week I will get the Dev kit that contains the Intel® RealSense™ 3D camera and I will start developing the VS extension.
I'll post here how the project gos!
Stay tuned!
Last week I was nominated as a Phase 2 finalist for Intel® RealSense™ AppChallenge to develop a Natural Interaction Visual Studio extension.
This week I will get the Dev kit that contains the Intel® RealSense™ 3D camera and I will start developing the VS extension.
I'll post here how the project gos!
Stay tuned!
Sunday, October 19, 2014
OCR Archive support page
Please leave a comment if you find any issues with the app (for Android or iOS).
Google Play: https://play.google.com/store/apps/details?id=org.marcueusebiu.mobile.PersonalDigitalArchive
Apple AppStore: https://itunes.apple.com/us/app/ocr-archive/id925446034?ls=1&mt=8
Google Play: https://play.google.com/store/apps/details?id=org.marcueusebiu.mobile.PersonalDigitalArchive
Apple AppStore: https://itunes.apple.com/us/app/ocr-archive/id925446034?ls=1&mt=8
Wednesday, September 24, 2014
Personal Digital Archive with OCR
Hey there,
Check out my new start-up: https://www.indiegogo.com/projects/personal-digital-archive-with-ocr
Check out my new start-up: https://www.indiegogo.com/projects/personal-digital-archive-with-ocr
Tuesday, October 15, 2013
AccessViolationException: Attempted to read or write protected memory - COM libraries
Hello,
In one of my project I have a .NET library that is registered to COM in order to be used from a C++ library.
Due to some error, I had to change the interface of an type; I added a new property ID and I set the type of this ID property to be int.
Once testing was done, I deployed the library in production and I started to see the following error:
Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. T
his is often an indication that other memory is corrupt.
at System.String.wstrcpy(Char* dmem, Char* smem, Int32 charCount)
at System.String.CtorCharPtrStartLength(Char* ptr, Int32 startIndex, Int32 length)
at System.StubHelpers.BSTRMarshaler.ConvertToManaged(IntPtr bstr)
...
The source of this error was pretty obvious (since the modification I stated earlier was the only one).
I remembered that the type in which I've added the new property ID is mapped to an Entity Framework type (using AutoMapper) and in this entity the ID was of type decimal. After changing the type from int to decimal, the AccessViolationException was gone...
:|
In one of my project I have a .NET library that is registered to COM in order to be used from a C++ library.
Due to some error, I had to change the interface of an type; I added a new property ID and I set the type of this ID property to be int.
Once testing was done, I deployed the library in production and I started to see the following error:
Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. T
his is often an indication that other memory is corrupt.
at System.String.wstrcpy(Char* dmem, Char* smem, Int32 charCount)
at System.String.CtorCharPtrStartLength(Char* ptr, Int32 startIndex, Int32 length)
at System.StubHelpers.BSTRMarshaler.ConvertToManaged(IntPtr bstr)
...
The source of this error was pretty obvious (since the modification I stated earlier was the only one).
I remembered that the type in which I've added the new property ID is mapped to an Entity Framework type (using AutoMapper) and in this entity the ID was of type decimal. After changing the type from int to decimal, the AccessViolationException was gone...
:|
Sunday, October 13, 2013
Programming languages guide (on Apple AppStore)
My second app was approved on Apple AppStore.
You can find it here.
For support and questions, please comment here!
You can find it here.
For support and questions, please comment here!
Friday, September 13, 2013
Technical Dictionary En-Ro App (on Apple AppStore)
Hello,
One of my apps was just approved and you can find it here.
For any questions or issues, please comment here!
Thanks!
One of my apps was just approved and you can find it here.
For any questions or issues, please comment here!
Thanks!
Subscribe to:
Posts (Atom)