C#: Camera and Capture Frame using AForge library part1

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Thanks! I was trying to figure this library out. This helped!

jmarler
Автор

Muchas gracias !!


Un gran abrazo desde México <3.

xXCrozz
Автор

Hi XCT-V,
  Your tutorial video is really great. I have watched all your 4 parts of Camera and Capture Frame using AForge and followed step by step. It really clear and it works!!!
   By the way, I am working at how to build this kind of camera capture function to my MVC web application. It seems that the components in the toolbox are very different from the ones in Windows Forms Application. In ASP.NET MVC WEB Application, there is no ComboBox, no TableLayoutPanel, no Picture Box. So I do not know how to transfer you tutorial to implement my MVC WEB Camera Capture.
   Do you know how to build the camera program in MVC web application?
   
   Thanks again for your amazing vedios!

congwang
Автор

THANK YOU VERY MUCH DEAR FOR THIS HELPING VIDO

logicsmasters
Автор

Why you don't need to use MethodInvoke in NewFrame function to update Image property of the picturebox? If you want to change any other property or a label on the form or anything in this function, you must use it...

AndrasDrNagy-rqem
Автор

It's better to do a precheck before you set selected index to 0 in a case there are no cams detected

if(comboBox1.Items.Count>0)
comboBox1.SelectedIndex = 0;

SupunNimantha
Автор

are you Vietnamese? anyway thanks alot for video. very simple and clearly

redodht
Автор

sorry~I mean I am working on ASP.NET WEB APPLICATION, not asp.net mvc application.

congwang
Автор

Mình có thể thiết kế 1 ô text nhập địa chỉ IP của camera rồi kết nối bằng AForge được không bạn???

neverlove
Автор

Hello everyone !!! I am new to AForge...Can anyone recommend an ebook and a detailed document on AForge?

canklc
Автор

Thank you! How I can capture the last image if the device is disconnected or stops working?

twelvematic
Автор

It's a good job. but, I have a problem, when I run the app, don't shows video. You know the problem?

siddharthaparra
Автор

how to connect with camera security? XCT -V

truckscalecambodia
Автор

Bạn ơi mình đang nhập môn, mình code như trên nhưng khi chạy ko lấy được device camera vậy bạn. giúp mình thanks.
Mình dùng Win 10, Wedcam lẫn Camera usb 2.0 cũng ko thấy.

MinhChien
Автор

why you put selection box(combobox) and select camera?

KrishanthMaranT-
Автор

Hey. I want to make a program in c# which makes a baloontip show and infrom you when Your camera turn's on/turns off.but when I don't know how to use it like this: If (videoSource.start)It wont work? How do I Place that command? Because if I try: if (videoSource.IsRunning) the program crashes... Help

doubleplayer
Автор

My webcam doesn't show up in the combobox, how can i fix this?

rensheijmans
Автор

Rất hay, bạn có thể cho mình email và số điện thoại được không? Mình muốn hỏi kinh nghiệm về Aforge!

HuyNguyen-ichp
Автор

Repent ye: "For the wages of sin is death; but the gift of God is eternal life through Jesus Christ our Lord." Romans 6:23
Jesus Christ loves you: "For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life." John 3:16
Read Revelation 18
"And saying, The time is fulfilled, and the kingdom of God is at hand: repent ye, and believe the gospel." Mark 1:15
"Better is a dry morsel, and quietness therewith, than an house full of sacrifices with strife." Proverbs 17:1
Read Jeremiah 47
Read Luke 18:1-8
Read Luke 21:1-4
Read Zephaniah 3:8-17

rafaelportugal
Автор

IM having problems with comboBox1.SelectedIndex = 0; it says that the propeties can't be 0. Does anybody know what i could do?

anderschristiansen