-
#PERSONAL – âŹ699 an #OculusRift really? IMHO OR has lost it
Hello! I’ve always been a big fan of Oculus Rift. From the point of view of technology, OR was a collage of many technologies that were for long time. However, they were the first ones who really knew how to succeed with a simple product based on 2 topics -Be cheap -Have a very powerful SDK… â read more
-
#VS2015 – #FateDetection and Merry Christmas #Coding4Fun
Hi! Although Christmas is gone, my children still love to play with their Santa hats. Half of them have already have been given, but I get out my dev superpowers and with 4 lines of code I add some VIRTUAL HATS in the face detection app !!! Like always the source is on GitHub and a… â read more
-
[#PERSONAL] #MVP for 9th time and a year with some BIG changes
Hello! New year season is always a great time to enjoy with family and friends. And also to consider new goals. This year I’ve been a bit ambicious with the goals… but I’ll get to that later. Going back to January 1st, I must admit, even if I’ve being recognized as MVP 9 years in a… â read more
-
#HUMOR – #IoT Connected World
Hi ! Everyone is talking about IoT, however this is maybe the best way to explain the current state of “everything” And then you became … Greetings @ Madrid -El Bruno Source Geek & Poke, Connected World â read more
-
#VS2015 â Windows Universal sample App using #FaceDetection native API on #Windows10
Hello! In the yesterday’s post I wrote on the new Windows 10 APIs to perform face detection. In today’s sample app (shared on GitHub), it is possible to see how a WebCam feed is analyzed in real time and displays the detected faces. A couple of details about the App The AppCommandBar button changes to show… â read more
-
#VS2015 â #Windows10 native API for #FaceDetection
Hi ! Among the new APIs that brings Windows 10 to work with images we found one quite interesting: Windows.Media.FaceAnalysis. The name already tells us the functionality of this API: face detection. Using this library, we have several ways of working with it. For example, in the FaceDetector class, we have a DetectFacesAsync() operation that using a SoftwareBitmap,… â read more
-
#VS2015 – Compare 2 external files in Visual Studio from the IDE
Hello! Visual Studio 2013 file comparison tool can be considered “first citizen tool”. Before I used to use WinMerge, or another tool to compare. What is still missing in the IDE is a small menu that allows us to select 2 files and compare them. From command line, you can do it with devenv.exe /diff   … â read more
-
#VS2015 – VS Touch useful extension to work in #TouchMode in Visual Studio
Hi! I didn’t write any post for my Visual Studio Friday Extension series, so I’ll start to share a couple of them even if today is not Friday. Today’s extension is very useful if you are using a touch enabled device, for my is very useful to be used with my Surface Pro 3 :… â read more
-
#EVENT – Now in #Channel9 our #Talks4Kids videos, thanks!
Hi  ! I’ve already shared the materials I’ve used in the event (slides + source code), now is time to  watch all the sessions live in Channel9. Big Disclaimer: All the sessions are in spanish. Keynote Talks4Kids Windows 10: La comunidad del core (Ruben Fernandez) The Big Cloud Theory (Alejandro Campos Magencio) Bailando con monos (Josue Yeray) Coding4Fun 2.4 (Bruno Capuano) Consejos Heisenberg para conseguir Apps Windows… â read more
-
#VS2015âWindows Universal Apps in #FullScreen or #CustomSize mode
Hello! To get to some users to use Windows Universal Apps sometimes can be a challenge. Therefore, tasks such as managing the FullScreen mode or set a specific size in a window are important stuff to add into our apps. The following lines of code show how to change state Full Screen to normal state and define a… â read more
-
#VS2015–Tweets including media (video, image) from #UWP using #TweetInvi
Hello 2 days ago I published a post I commented that TweetInvi is an interesting option to work with Twitter from our Windows 10 apps. Shortly after someone asked me if it was possible to publish images or videos embedded tweets. TweetInvi possesses a Upload class that allows us to attach images, videos, or binary… â read more
-
#OLW â #OpenLiveWriter, Windows Live Writer saved by the open source community
Hello! I’ve been writing posts for already more than 10 years and I think that during the first 5 years Windows Live Writer (WLW) was the main tool I used. On the road were other options such as Writing with Word, good idea, bad implementation. I think I tried it only 2 times. Send posts… â read more
-
#VS2015 – Sending tweets from an #UWP app #Windows 10
Hello! The last time that I added some capabilities of Twitter in any app, I used the excellent Daniel Crenna’s TweetSharp library. Today when trying to add the NuGet package to a Universal de Windows 10 app, I have come to realize that it is not supported for UWP. So, now is time to find some cool alternative to… â read more
-
#VS2015 â Create all graphic Assets for your #UWP app from a single image
Hi! A couple of months ago I wrote a post where I show a tool which automates the creation of all the image assets to be used in the Visual section of the manifest in a Windows 8 / Windows 10 app. A couple if days ago, I found a similar extension [Windows Universal App Image… â read more
-
#Windows10 – Using #KinectV2 for authentication with #WindowsHello
Hello! While I hope that fall into my hands a Surface Book or a Surface Pro 4, one of the new features that wanted to try was Windows Hello. Windows Hello, is part of a new set of libraries on Windows 10 [Windows.Devices.Perception] Within this namespace we can find a series of UWP APIs that allow… â read more
-
#EVENT – #Coding4Fun materials used in the #Talks4Kids event
hI! Today is an amazing day, we are hosting the technology event for the Theodora Foundation and and is a great placer to share that we raise âŹ2000 to share to the foundation! Thanks a lot to the sponsors, the Microsoft and to all the people here in the event! After tons of community events, customer events,… â read more
-
#AZURE – A detailed sample of thumbnail generation and #SmartCropping with #VisionAPI
Hello In yesterday’s post I wrote on how to create thumbnails using Vision API in Project Oxford. While there are several options in the .Net community to create thumbnails, this stands for creating the miniature bearing in mind the main content of the original image. For this, this process uses VisionAPI capabilities to detect “the main areas” in the image,… â read more
-
#AZURE – Creating Thumbnails with #VisioAPI #ProjectOxford
Hi Today a small post with one cool feature included in en VisionAPI: Thumbnails generation. This operation is included in VisionAPI, and we mus feed the operation with a image byte stream, the size for the thumbnail and finally the most important option: smartCropping. SmartCropping is the cool feature for this image generation. When is sets… â read more
-
#AZURE – #VisionAPI, add a frame for each detected text #OCR
Hello In the post yesterday I shared an example to show how to recognize text in pictures. The OCR API returns a collection of regions where the text is recognized. If we go through each region can recognize points to create a frame, and inside it is the recognized text. If we put together… â read more
-
#AZURE – #VisionAPI and optical character recognition #OCR
Hello The API VisionAPI in Project Oxford also gives us the ability to perform optical character recognition in an image. What we usually known as OCR. The result of the OCR process, shows us information with the language of the detected language the area where the text has been detected the angle of the text a collection of… â read more