Upcoming Events
Previous Events
Soluciones Inteligentes con #IA en #Azure
26 March 2021 - Online
Getting Started with Machine Learning.Net and Auto ML
23 February 2021 - Online
Let’s code a drone to follow faces syncing everything with Azure IoT
13 February 2021 - Online
What's new in http://ML.Net for Net 5
21 January 2021 - Online
Let’s code a drone to follow faces syncing everything with Azure IoT
15 January 2021 - Online
Let’s code a drone to follow faces syncing everything with Azure IoT
15 January 2021 - Online
Diversity is more, much more! Living in tech as a Latino who can’t dance
27 December 2020 - Online
Let’s code a drone to follow faces with 20 lines of code
17 December 2020 - Online
Let's rock some AI
12 December 2020 from 10:00 - 13:00 - Online
Let's rock some AI with Azure Machine Learning
11 December 2020 from 16:00 - 17:00 - Online
Let’s code a drone to follow faces with 20 lines of code
27 November 2020 from 13:00 - 17:00 - Online (UTC+05:00)
Getting Started with Machine Learning .NET and Auto ML
November 19, 2020 11:15-11:45 AM - Online (UTC+02:00)
The .NET Docs Show: Let’s code a drone to follow faces with 20 lines of code
November 9, 2020 12:00 PM-1:00 PM - Online
¡A construir un sistema de detector de anomalías con unas pocas líneas de código o sin código en absoluto!
October 29, 2020 18:30 PM - UTC -3 - Online
Coding4Fun – Detecting masks, body temperature, Social Distancing and more with Python, C, Machine Learning and Azure IoT. Real examples of ML application and lots of fun
October 03, Virtual Online
Getting Started with Machine Learning .NET
Thursday, September 24, 2020 - 6:00 PM to 8:00 PM EDT, Virtual
The promise of AI and ML - Will it change the world?
Wednesday, September 23 | 3:15 PM - 3:45 PM EDT, Virtual Online
XR Session - Lessons Learned creating a multiplatform AI project for Azure Kinect and Hololens 2
August 06, 2020, Virtual Online
Introducción a Machine Learning.Net
July 31, 2020, Virtual Online
How to control your drone with 20 lines of code!
July 14, 2020, Virtual Online
How to control your drone with 20 lines of code!
July 1, 2020, Virtual Online
Best of Build 2020 - Canada Community Edition
AI announcements
June 13, 2020, Virtual Online
¡Vamos a programar a un dron para que siga rostros!
May 30, 2020, Virtual Online
How to control your drone with 20 lines of code!
May 21, 2020, Virtual Online
¡Vamos a programar a un dron para que siga rostros!
May 04-08, 2020, Virtual Online
Panel de Expertos en AI
April 24, 2020, Virtual Online
¡Vamos a programar a un dron para que siga rostros!
April 13-25, 2020, Virtual Online
Conocé quién es el Bruno en una entrevista en la cual también te contará cómo iniciarte con ML.NET
April 10, 2020, Virtual Online
How to control your drone with 20 lines of code!
April 8, 2020, Virtual Online
Machine Learning.Net y AutoML, esta vez en Español !
April 4, 2020, Virtual Online
Anomaly Detection
March 24, 2020, Broomfield, Colorado
Introduction to Machine Learning.Net
February 29, 2020, Online Youtube
January 21, 2020, Online
Dec 19, 2019, Microsoft Offices, Mississauga
Dec 14-15, 2019, McMaster Innovation Park, Waterloo
Dec 14, 2019, Mississauga, Ontario
Nov 21, 2019, Toronto, Ontario
Nov 16-17, 2019, Toronto, Ontario
Nov 4-8, 2019, Orlando, Florida
Oct 25-27, 2019, Kinston, Ontario
Oct 4-5, 2019, Punta Cana
Sep 13-15, 2019, University of Waterloo
Sep 5, 2019, Toronto, Ontario
Aug 23-25, 2019, University of Waterloo, Ontario
Hi Bruno, you think there is some way to hook globally events form surface dial.
I love this little device, but if have to wait every vendor add support for the device……you know, that not happen for every app.
I’m interested in find a way to listen all events form surface dial when the app I’m coding not is on focus.
This open a door, to cerate third party tools for surface dial.
IN other hand I trying to use the customization provided in windows 10, for create custom shortcuts, but I cant find yes anyway anyway to add custom tools programmatically, setup custom icon of the custom tools, etc.
The hotkeys custom tools is a poor way, compared to hook events directly from surface dial, but can be at least some way to do something more useful than sit down to vendors add support, what form my point of view not happen never ever.
Best regards!!
LikeLike
Hi Pablo
As far as I know there are no global hooks for the SD. However, it’s still a Bluetooth device, so I think that it will be feasible to subscribe to the device events using standard Bluetooth API operations. It just an idea, I probably need to spend sometime with some bluetooth explorer app to try to understand the messages sent by the device.
Regards
LikeLike
Thanks for the reply.
I broken my head to try to find the way to pickup raw events form the BLE, not success.
Im not lazy, but this is a miles away of my knowledge.
If you have some free time, please can check how listen the events form the SD?
And please not universal app, wpf 🙂 please.
If not have time don’t worry I understand.
Again, Thanks for you reply !!
LikeLike
Well, not exactly raw data, the idea is find the way to create c# software always is listening to rotation, clock, and clockwise, and to click on the dial.
When I said always, I mean no matter the software listener app, is or not in focus.
Think will be possible?
LikeLike