-
#ESP32CAM – Host a webserver, render an HTML Page, trigger the Flash ๐ฆ in the #Arduino board
Hi ! Still learning with the ESP32 CAM board. In today’s post the scenario is simple: Connect the device to a WiFi network Run a webserver on the device Create an endpoint [/flash] Render a page on the host [port 80] with a button Turn on the Flash for 1 second when The endpoint receives… โ read more
-
#ESP32CAM – Running a WebServer to Flash On ๐ฆ๐ฆ๐ฆ in the #Arduino board
Hi ! Still learning with the ESP32 CAM board. In today’s post the scenario is simple: Connect the device to a WiFi network Run a webserver on the device and create an endpoint [/flash] Turn on the Flash for 1 second when the endpoint receives a request. As the previous sample, I’ll write this using… โ read more
-
#ESP32CAM – Flash on / Flash off ๐ฆ๐ฆ๐ฆ
Hi ! Let’s start a series of posts using an ESP32 CAM board. I had this one from Amazon Canada. Wobekuy ESP32-CAM-MB WiFi Development Board OV2640 Camera Module -USB Interface CH340G USB to Serial Port I choosed this one, because it will avoid me the pain of wiring. So, 1st test, let’s turn the Flash… โ read more
-
Creaciรณn de Code Snippets en Visual Studio 2022
Originally posted on mteheran.dev: Code snippet es una forma sorprendente de reutilizar el cรณdigo utilizando plantillas que producen un cรณdigo base para instrucciones comunes como bucles y condicionales. Visual Studio dispone de un gestor de code snippet donde podemos realizar una administraciรณn de los code snippets predeterminados incluidos por defecto. Dependiendo de las cargas de… โ read more
-
#AzureIoT – Processing Telemetry messages ๐จ using Logic Apps
Hi ! Yesterday, I hosted a session with my good friend Ashraf and we talk about how we can use Power BI to create dashboards from telemetry data from Azure IoT (recording here). The basic steps for this scenario is this one We have 1 or more devices connected to Azure IoT Hub. The devices… โ read more
-
Azure Metrics Advisor para ayudar al equipo de IT gracias a la Inteligencia Artificial
Originally posted on Alb3rto Alonso: Hace unas semanas encontrรฉ un hueco para echar un vistazo a dos componentes recientemente desplegados en Azure que implementan Inteligencia Artificial y me resultaron especialmente interesantes, pues dan cobertura a varios casos de uso que llevaba tiempo tratando de optimizar. El primero fue Azure Cognitive Servicies Spatial Analysis y el… โ read more
-
#Event – Lo mejor de Visual Studio @Code Day 2022 ๐ป๐ฅ๏ธ๐ป
Buenas ! El 3 de Marzo, el equipo y la comunidad de Visual Studio Code organiza un evento en vivo para usuarios de Visual Studio Code. Presentarรกn novedades, es una gran oportunidad para conocer al equipo que trabaja en Visual Studio Code todos los dรญas. El 16 de Marzo, en esa sesiรณn repasaremos estas novedades… โ read more
-
#Windows11 – Live Captions, an amazing feature !
Hi ! The latest Windows 11 Insider release include several features. And this one is in my top 3: Live Captions. Live captions will help everyone, including people who are deaf or hard of hearing, better understand audio by viewing captions of spoken content. Captions are automatically generated on-device from any content with audio. Captions… โ read more
-
#Drone ๐ – Detect Squirrels ๐ฟ๏ธ and Space Wolves ๐บ from a drone camera using Python ๐
Hi ! In a couple of hours, I’ll host a session where I show how to control a drone using Python ๐; and also how to access the drone camera and apply AI on top of the camera feed. Python SWFL – Let’s code a drone to follow faces In example, this is the drone… โ read more
-
#OpenCV – How to convert to grayscale and show a single color an image ๐ผ๏ธ using Python ๐
Hi ! Super quick post today with a cool scenario to support my TikTok videos in Spanish (I know ๐): How to convert to grayscale an image and show a single color using python and opencv Here is the output with an original photo from my office and a new image with this effect: Disclaimer:… โ read more
-
#Event – March AI ๐ง Series at Toronto Reactor
Hi ! March is a month focused on Artificial Intelligence in the Microsoft Reactor. During the full month we will host sessions focused on AI and ML. Sessions Additional Resources โ read more
-
#OpenCV – How to add a Pencil Sketch effect to an image ๐ผ๏ธ using Python ๐
Hi ! Super quick post today with a cool scenario to support my TikTok videos in Spanish (I know ๐): How to add a pencil sketch effect to an image using python and opencv Here is the output with an original photo from my office and a new image with the pencil sketch effect: Sample… โ read more
-
#OpenCV – How to add a watermark to an image ๐ผ๏ธ using Python ๐
Hi ! Super quick post today with a cool scenario to support my TikTok videos in Spanish (I know ๐): How to add a watermark text to an image using python and opencv Here is the output with an original photo from my office and a watermarked one: Sample code: โ read more
-
#Event – Introduction to GitHub in Visual Studio Code ๐at @msftreactor
Hi ! After a quick poll, the following event was the winner for a live session from Microsoft Reactor: Introduction to GitHub in Visual Studio Code ๐ In this session we will learn how to work with Visual Studio Code and GitHub. We will learn different topics, including authentication, publishing repos, and viewing your repo… โ read more
-
#OpenCV – Access a local camera ๐คณin F# ๐
Hi ! NET is in anniversary mode, and in Dev.to blog, someone asked about these samples in F#. It’s been a while since I wrote some F# code, and this is the perfect excuse to start. Today Post: Access a local camera and show the camera frames in an OpenCV window. In following posts we… โ read more
-
#OpenCV – Detect and blur faces ๐ using DNN in C#
Hi ! NET is in anniversary mode, so I think it will be a good idea to share some camera samples in C#. For these demos I’m using C# 6 and OpenCVSharp as OpenCV wrapper for .NET. Today post: detect a face using a DNN model and blur the face area. This demo also show… โ read more
-
#OpenCV – Detect and blur faces ๐ using haar cascades in C#
Hi ! NET is in anniversary mode, so I think it will be a good idea to share some camera samples in C#. For these demos I’m using C#, NET 6 and OpenCVSharp as OpenCV wrapper for .NET. Today post: detect a face using haar cascades and blur the face area. This demo also show… โ read more
-
#OpenCV – Detect and blur faces ๐ using DNN in Python ๐
Hi ! Quick post today: detect a face using a pretrained DNN model and blur the face area. Easy to implement, and also easy to read: Code below That’s it, sample using DNN. Next challenge will be to do this in F#. โ read more
-
#PowerPoint – Integrate your live camera ๐ฆ feed in your slides
Hi ! Wow, I opened PowerPoint today to check my slides for a presentation later today and I find a new super cool feature that allow me to add a live camera feed into my slides. This is part of a set of new features for Office Insiders and it’s called: CAMEO. You can read… โ read more
-
#OpenCV – Detect and blur faces ๐ using haar cascades in Python ๐
Hi ! Quick post today: detect a face using haar cascades and blur the face area. Easy to implement, and also easy to read: Code below Important: Haar cascades are easy to implement and learn, however, not recommented as a good solution to detect faces. โ read more