Runtime Themes  in .Net Maui!
14:38
2 жыл бұрын
Why I Use VSVim for Productivity
15:11
Slightly More Advanced Maui.Graphics!
22:54
Пікірлер
@RooseveltOdelia-b6i
@RooseveltOdelia-b6i 3 күн бұрын
Funk Hill
@ReidBennett-h9k
@ReidBennett-h9k 20 күн бұрын
Schulist Hollow
@KarenCavallo-j5w
@KarenCavallo-j5w 20 күн бұрын
Miller Haven
@WildeRachel-d6t
@WildeRachel-d6t 21 күн бұрын
Hagenes Knoll
@narf0339
@narf0339 Ай бұрын
which language get you further or can do more for object tracking ? c# or python ?
@abhijeetvibhandik9527
@abhijeetvibhandik9527 Ай бұрын
Try entering visual mode and then select a word or line and then if words are mix or in lower case do "shift + U" for uppercase or if u want everything in lower case try "u"
@TheAzovStar
@TheAzovStar 2 ай бұрын
Thank you for this great introduction. Very useful.
@liemnguyen3088
@liemnguyen3088 2 ай бұрын
Is there a code snippet to create BindableProperty?
@balajiv4843
@balajiv4843 2 ай бұрын
Great video. Good work !
@xskodemedia746
@xskodemedia746 2 ай бұрын
Yeah this is awesome!
@didinks1012
@didinks1012 3 ай бұрын
Any idea how does the installation work on a mac?
@lucasribeiro1300
@lucasribeiro1300 4 ай бұрын
Congratulations on the videos... I'm Brazilian and I've already subscribed to the channel to follow more videos. Is possible to do it with net maui and classifier with celular camera.
@SoulLostMDA
@SoulLostMDA 4 ай бұрын
Hi, whats your theme for Visual Studio called?
@ProgrammingWithChris
@ProgrammingWithChris 4 ай бұрын
So, I use Dracula theme pretty much everywhere, but looking back on this video, it appears that the theme colors here are messed up, and it’s really not appearing correctly! But in general, yeah, Dracula.
@cissemy
@cissemy 4 ай бұрын
Thanks Chris How to build a document scanning app using OpenCv in C# ?
@jean-baptistedioli1692
@jean-baptistedioli1692 4 ай бұрын
Good video but it doesn't work at all on Maui .Net 8. Is it normal ? in the CircularButton in the constructor Handler = new CircularButtonHandler(); make the application crash
@frankbraker
@frankbraker 4 ай бұрын
This was awesome -- all the attention seems to be on LLMs lately, and I needed this for doing object detection, ideally in C#, which this fortunately covers. Also there's an OpenCV asset for Unity which would be fun to play with eventually. Thank you so much for doing the hard work of figuring all this out and making it accessible to RTFD-challenged people like myself. I really had no idea where to start.
@AJ93-lx6on
@AJ93-lx6on 4 ай бұрын
can you also do tutorial on manual train a model and then add that to project
@joshuastelman6218
@joshuastelman6218 4 ай бұрын
Im working on a person project where Im trying to control a character in a video game to walk around to monsters and kill them. I have image data of all the different types of monsters that could be my template. Say I have a large 2d image on my screen representing the world Im in, how would I match thousands of templates for a monster against my screen and draw rectangles around where a monster could possibly be located? In your example you have 1 template for 1 test sheet. I would like to have thousands of templates. Or maybe there is a better way? Is it possible for a template to be trained to account for different types of images instead of just one? Some insight to this would be very helpful. Also, Id like to be able to recognize thinks like ledges, ropes, ladders, platforms etc. Could this all be done if I have the images?
@jhummelgaard9310
@jhummelgaard9310 5 ай бұрын
Great! What about outcommenting a code block ? I'm also looking for a duplicate line command, since VSVim overrides the default ctrl d.
@JohannesJacobusHough-n4j
@JohannesJacobusHough-n4j 5 ай бұрын
I search Advanced MAUI, finding this!
@lborate3543
@lborate3543 5 ай бұрын
how are you setting your camera to be in source for the analysis? I think I missed that step somewhere. Great vid!
@dastani1903
@dastani1903 5 ай бұрын
keep it up
@DeimosesImpact
@DeimosesImpact 5 ай бұрын
FYI blendmode is not supported except on iOS, and its pretty low priority for them so expect it to be a while before that works, so dont use it
@lulairenoroub3869
@lulairenoroub3869 5 ай бұрын
I love the idea of vim. But it is all wrong. Hjkl as the arrow keys? Get the hell out of here. Not interested. Wasd. In fact, I want the whole thing left handed
@michrisoft
@michrisoft 3 ай бұрын
So make it that way my dude. It's entirely configurable. Or maybe you'd prefer emacs keybinds. I think they're more in line with that.
@mrhoxell
@mrhoxell 5 ай бұрын
I love this take. The problem with the idea of using Vim for everything simply doesn't work for me. For instance when I tinker with C++ code and I have to do the profiling and benchmarks then sure, I could install some plugins and get over it. The point is that I have a certain ecosystem that helps me get productive. My combo is resharper c++ and built-in VS tools. That helps me develop things easier and cleaner. So it's nice to see the idea where the idea of Vim is used as an additional tool to make the development more productive rather than moving it all and tweaking the toolset for a decent result. Like the sale-point of Vim is the productivity around faster coding but not necessarily faster development as many stuff depends on plugins you work with.
@bryanstark324
@bryanstark324 6 ай бұрын
Do you know if we can use a vimconfig file?
@whatinthebloodyhell
@whatinthebloodyhell 6 ай бұрын
Appreciate your work. Many thanks, buddy :)
@waltergrimm7161
@waltergrimm7161 6 ай бұрын
At min 15 the dots did not match the fields that where checked with A, 11 are checked with A, only 6 dots show in result
@peri.platypus
@peri.platypus 6 ай бұрын
Is it possible in plate number? Using c#? What is best to use haar classifier or yolo? Thanks
@peri.platypus
@peri.platypus 6 ай бұрын
You make it look easy😂
@abdulkabir_02
@abdulkabir_02 7 ай бұрын
Hi thank you for sharing your knowledge, Can you show us a custom tabbar with Button ?
@NoName-wh1xu
@NoName-wh1xu 8 ай бұрын
this is just great, your presentation of the material is excellent, I fell in love with the first episode, I’m looking forward to the continuation
@PhạmNguyễnHoàngAnh-anhpnh
@PhạmNguyễnHoàngAnh-anhpnh 8 ай бұрын
Helo, how to Object Tracking on C#?
@bulelanibotman
@bulelanibotman 8 ай бұрын
i remember learning about macros since i was a beginner in vim, i knew all the basics but after discovering macros! i was absolutely blown away & i've never looked back. it got to a point that if an ide doesn't support any vim emulation, i just bounce! i also thought visual studio didn't support vim & i switched to rider but i recently discovered it did, so i'm heading back
@sologabriel.l
@sologabriel.l 8 ай бұрын
What do you use to show the key presses on screen?
@lot10games
@lot10games 8 ай бұрын
I get this error : Emgu.CV.Util.CvException: 'OpenCV: Transpose the weights (except for convolutional) is not implemented'
@lot10games
@lot10games 8 ай бұрын
yolov3.weights is 2Kb LOL. It's corrupted or something . I downloaded from other source and it works.
@LeonardHarrisLH
@LeonardHarrisLH 9 ай бұрын
Well explained and very helpful! My only suggestion is enable word wrap, that would make it easier follow. Thanks!!
@LinaAbdalla-z8p
@LinaAbdalla-z8p 10 ай бұрын
Hi Chris, thanks for the great video. I am wondering if there's a way to change the GraphicsView Background color? I can't seem to get it to change.
@jajnelumstransport2624
@jajnelumstransport2624 10 ай бұрын
how would I get the name from of the detected object and store it in a value. Thanks.
@istuart0
@istuart0 10 ай бұрын
I created a Circular Button (called a Fab - Floating Action Button on Android) using a Grid. It looked OK but didn't respond to a user tap. Now, I've copied your ScaleTo & Easing code and it reacts in a pleasing way that gives the user feedback it has been clicked.
@mirsad1709
@mirsad1709 10 ай бұрын
I have the general problem that the Draw Method of IDrawable fires constantly when i debug on a real andorid device. Do somenone know this issue?
@its_nuked
@its_nuked 10 ай бұрын
Heyo. We've been having a problem we cant fix with a friend for the past 5 hours. Even when we entiretly 1:1 got ur code from github and put it on, we keep getting this error across the cod, while the actual problems tab at the bottom is empty. We're losing our minds. Any clue what the issue could be? Exception has occurred: CLR/System.ArgumentException An unhandled exception of type 'System.ArgumentException' occurred in Emgu.CV.dll: 'File Desktop/sest.jpg do not exist' at Emgu.CV.Mat..ctor(String fileName, ImreadModes loadType) at Emgu.CV.CvInvoke.Imread(String filename, ImreadModes loadType) at Image.Program.ProcessImage() in D:\C#Nuked\Cube\IdleonCubeAC\IdleonCubeAC\IdelonARCADE.cs:line 28 at Image.Program.Main(String[] args) in D:\C#Nuked\Cube\IdleonCubeAC\IdleonCubeAC\IdelonARCADE.cs:line 18 We've checked and tried relative and absolute paths. We've tried solutions from chatgpt and bing ai what the hell ;W; Otherwise sick video yo >;D Just wish it worked for us too : )
@qpumuJIbek
@qpumuJIbek 11 ай бұрын
Can u do "The Easiest " code in 10-15lines to demonstrange to how EASY start. no those things. omg. BE SIMPLE DUDE! there mose ppls who cant/dont want read documentation.
@Paul-Jean
@Paul-Jean 11 ай бұрын
Is there any way to change the Vim shortcut keys? I'd like to change the navigation and other things that annoy me.
@kumar--vasan
@kumar--vasan 11 ай бұрын
Thanks for sharing quality work like this. Much appreciated.
@wirelessmistress3268
@wirelessmistress3268 Жыл бұрын
I'm outta here
@wirelessmistress3268
@wirelessmistress3268 Жыл бұрын
nope ... knew it all
@HermanWillems
@HermanWillems Жыл бұрын
Why didn't you use a Conic Gradient for the Meter? Why a linear Gradient?
@jackof4ll
@jackof4ll Жыл бұрын
ctrl+[ is considered escape command you can use that instead.
@Undrios
@Undrios Жыл бұрын
is there a way to edit the vim motions in Visual Studio Community?