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 Жыл бұрын
Hi Mesta Automation, Do you use protocol as rtsp stream?
@MTB.J2 жыл бұрын
can i use that to others camera Mark just by integrating their framework
@rahul152873 жыл бұрын
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?
@deepakpaleewal6 жыл бұрын
Can we use this with IP Cameras ???
@softstandard54914 жыл бұрын
Thanks for video , can you help me for draw rectangle and capture the same in real-time using aforge c#
@rohankhandekar69154 жыл бұрын
I want to zoom this video ...How i implement that
@albertbalagtas74598 жыл бұрын
hi sir... have you try to do a recording of video when motion is detect?
@aggressiveAzak4 жыл бұрын
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!
@truongngo67463 жыл бұрын
I appreciate for your tutorials! Thank you so much!
@Olek543216 жыл бұрын
Thank You for this video! It helped me so much on my college classes!
@mehmetozden116 жыл бұрын
Thank you for video and program. If you are still here.
@mohamedkhalifa20098 жыл бұрын
how can i save video on my desk drive ? i searched a lot but nothing
@zarulafiq78605 жыл бұрын
bro. why i cant open the source code. like you do in 1.05? may i know why?
@muhammadmurad667 жыл бұрын
Can you plz make IRIS or Retina System????????
@cnrbsmgl5 жыл бұрын
Hey, Im starter on C#, I want to remake this app for practice. Can we remake with windows form app? Is it possible?
@gunesgultekin49295 жыл бұрын
best greek programmer
@hamzaitech50078 жыл бұрын
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-automation8 жыл бұрын
+hamza itech try with vs2013 or 2015. Community edition is free.
@nobleparti7 жыл бұрын
sir kindly send link
@techenum36007 жыл бұрын
How can we find the angle if we want to put a frame?
@Mesta-automation7 жыл бұрын
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.
is it possible tat i could get the size of the object that is being detected
@Mesta-automation7 жыл бұрын
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.
@esmeraldaazucena34387 жыл бұрын
owh.. okay btw I can't open it to vs2012
@Mesta-automation7 жыл бұрын
You need VS 2015. The community edition is free.
@Tsunami817 жыл бұрын
Thank you for your work! It helped me a lot!!!
@takabo6 жыл бұрын
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.flikweert4 жыл бұрын
I know this comment is over a year old, but what method would you recommend?
@banesekulic81194 жыл бұрын
Yeah, I would like to know the answer as well...
@sidmichiels31817 жыл бұрын
i started the wpf and forms application but unfortunately after clicking start no error nor image of the webcam appears
@sadfjlkjsdivje7 жыл бұрын
same, i can't tell what happened.
@koushiksaha14046 жыл бұрын
real time face detection using aforge library tutorial please
@hermesingenui26533 жыл бұрын
Thank you very much for this video, this is really helpful !
@veloxzee4 жыл бұрын
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