Real time Image processing with C# - WPF and AForge

  Рет қаралды 86,411

Mesta Automation

Mesta Automation

Күн бұрын

Пікірлер: 48
@davidhouser9280
@davidhouser9280 Жыл бұрын
Thanks so Much Great Video I changed few names but works my only problem is cam pic is like a zoomed in picture it's a usb cam is there anyway to add code to make it normal or add function to set it ( My Fault I went back and checked the pictrueBox settings and set to stretch and video is normal Working Perfect Thank You.
@guytech9502
@guytech9502 Жыл бұрын
Hi Mesta Automation, Do you use protocol as rtsp stream?
@MTB.J
@MTB.J 2 жыл бұрын
can i use that to others camera Mark just by integrating their framework
@rahul15287
@rahul15287 3 жыл бұрын
Thanks for this video. I was wondering if there is a way to change the background of the cam view, that can be done using WPF. Any other sdks i can use for this?
@deepakpaleewal
@deepakpaleewal 6 жыл бұрын
Can we use this with IP Cameras ???
@softstandard5491
@softstandard5491 4 жыл бұрын
Thanks for video , can you help me for draw rectangle and capture the same in real-time using aforge c#
@rohankhandekar6915
@rohankhandekar6915 4 жыл бұрын
I want to zoom this video ...How i implement that
@albertbalagtas7459
@albertbalagtas7459 8 жыл бұрын
hi sir... have you try to do a recording of video when motion is detect?
@aggressiveAzak
@aggressiveAzak 4 жыл бұрын
my camera name is logitech HD Pro Webcam C920 , aforge libraries doesnt work this camera, help me please. Thanks for video
4 жыл бұрын
Thanks for your video! It saved my day!
@truongngo6746
@truongngo6746 3 жыл бұрын
I appreciate for your tutorials! Thank you so much!
@Olek54321
@Olek54321 6 жыл бұрын
Thank You for this video! It helped me so much on my college classes!
@mehmetozden11
@mehmetozden11 6 жыл бұрын
Thank you for video and program. If you are still here.
@mohamedkhalifa2009
@mohamedkhalifa2009 8 жыл бұрын
how can i save video on my desk drive ? i searched a lot but nothing
@zarulafiq7860
@zarulafiq7860 5 жыл бұрын
bro. why i cant open the source code. like you do in 1.05? may i know why?
@muhammadmurad66
@muhammadmurad66 7 жыл бұрын
Can you plz make IRIS or Retina System????????
@cnrbsmgl
@cnrbsmgl 5 жыл бұрын
Hey, Im starter on C#, I want to remake this app for practice. Can we remake with windows form app? Is it possible?
@gunesgultekin4929
@gunesgultekin4929 5 жыл бұрын
best greek programmer
@hamzaitech5007
@hamzaitech5007 8 жыл бұрын
this projects in any version worked please >>>because i am used visual studio 2012 and I have appeared more errors please tell me what i do
@Mesta-automation
@Mesta-automation 8 жыл бұрын
+hamza itech try with vs2013 or 2015. Community edition is free.
@nobleparti
@nobleparti 7 жыл бұрын
sir kindly send link
@techenum3600
@techenum3600 7 жыл бұрын
How can we find the angle if we want to put a frame?
@Mesta-automation
@Mesta-automation 7 жыл бұрын
Usually you find the blob, then you find the orientation, then you find the angle of the blob. It's not that complicated, if the picture is good.
@techenum3600
@techenum3600 7 жыл бұрын
and can you help me for code?ı am writting c#
@Mesta-automation
@Mesta-automation 7 жыл бұрын
www.codeproject.com/Articles/35895/Computer-Vision-Applications-with-C-Part-II
@esmeraldaazucena3438
@esmeraldaazucena3438 7 жыл бұрын
is it possible tat i could get the size of the object that is being detected
@Mesta-automation
@Mesta-automation 7 жыл бұрын
You can get the size of the blob in pixels. If you need meters, you need to convert pixels to meter, but it's not trivial.
@esmeraldaazucena3438
@esmeraldaazucena3438 7 жыл бұрын
owh.. okay btw I can't open it to vs2012
@Mesta-automation
@Mesta-automation 7 жыл бұрын
You need VS 2015. The community edition is free.
@Tsunami81
@Tsunami81 7 жыл бұрын
Thank you for your work! It helped me a lot!!!
@takabo
@takabo 6 жыл бұрын
Real Time Image Processing with AForge is literally a very bad idea as AForge always creates a new Bitmap-Structure instead of using the same preallocated Structure for each new frame. This results in high memory consumption on slower machines until the GC has time to collect the garbage. By the way: in your WinForm code you only dispose the last frame before exit. You should also dispose the actual frame in the picturebox before overwriting. Also you should unregister the NewFrame event before exit.
@jesse.flikweert
@jesse.flikweert 4 жыл бұрын
I know this comment is over a year old, but what method would you recommend?
@banesekulic8119
@banesekulic8119 4 жыл бұрын
Yeah, I would like to know the answer as well...
@sidmichiels3181
@sidmichiels3181 7 жыл бұрын
i started the wpf and forms application but unfortunately after clicking start no error nor image of the webcam appears
@sadfjlkjsdivje
@sadfjlkjsdivje 7 жыл бұрын
same, i can't tell what happened.
@koushiksaha1404
@koushiksaha1404 6 жыл бұрын
real time face detection using aforge library tutorial please
@hermesingenui2653
@hermesingenui2653 3 жыл бұрын
Thank you very much for this video, this is really helpful !
@veloxzee
@veloxzee 4 жыл бұрын
my computer might be smoking crack but I tried to see what wasn't needed in the code so I kept on commenting things out until I deleted all the c# code and it still works... this is wpf btw
@anhphongvlog7873
@anhphongvlog7873 4 жыл бұрын
Tuyệt vời!! That Great
@muhammadmurad66
@muhammadmurad66 7 жыл бұрын
amazing!
@nobleparti
@nobleparti 7 жыл бұрын
super sir
@lnk77
@lnk77 2 жыл бұрын
code can be improved, but is ok
@brainbytes1202
@brainbytes1202 7 жыл бұрын
So you basically showed us nothing, thx dude!
How to record a video with C# - WPF and AForge from a camera.
20:15
Mesta Automation
Рет қаралды 30 М.
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
Image Processing in C# Basic Program
17:51
Sangeeta Sunchu
Рет қаралды 80 М.
Emgucv # 29: Shape detection using Contours
29:53
AKHTAR JAMIL
Рет қаралды 28 М.
C# Tutorial - QR Code Scanner using Webcam in C# | FoxLearn
8:16
C#: Camera and Capture Frame using AForge library part1
8:37
Vo Nguyen
Рет қаралды 54 М.
Connect to Siemens S7 plc with C# and S7.Net
28:57
Mesta Automation
Рет қаралды 157 М.
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 108 МЛН