A simple tutorial showing how to capture your smartphone or webcam camera video over WiFi in C# using EmguCV
Пікірлер: 10
@behrangsis7898 Жыл бұрын
Mate, I love how you explain the details and demonstrate the tutorial. Thank you.
@as_craft50633 ай бұрын
Thank you for tutorial. To avoid memory leaking insert next code: var img = frame.ToBitmap(); if (pictureBox1.Image != null) { pictureBox1.Image.Dispose(); } pictureBox1.Image = img;
@maiabdulaziz2833 Жыл бұрын
Thanks. Please make a video for object recognition
@kai9499 Жыл бұрын
Thank you for the great tutorial. I have a question, should we add frame.Dispose() at the end of the while loop?
@YigalBZ Жыл бұрын
Thanks for a very good video. It is working well.
@edinetgrunhed60003 ай бұрын
in smartphone, any app to use or just the built in camera running the video?
@KengLgd Жыл бұрын
Thanks. very good video 😀😀
@MarkOverstreet-18 ай бұрын
This was informative but it lacked some information that would have been good. For example, why didn't you use .NET8? Heck, you didn't even use the latest .net framework version! Also, I need to connect to a wifi camera not my smartphone and the camera DOES NOT have a driver in Windows so how can I access that? Any thoughts?
@EETechStuff8 ай бұрын
I did a video on whether to upgrade from .NET Framework to .NET back in November.