Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I'm very new to C#. I've looked at Aforge.net but their examples and documentation are for more than my novice understanding.

I want to detect motion from a command line application without the need of extra forms. I would like to grab whatever the default video source is and monitor it for frame change. If it detects a frame change do something like a console write line.

Is this possible and if so how difficult would it be?

Cheers
Posted

1 solution

It never works. I mean, if the documentation and even the source code of AForge.NET are fairly clear, even though the functionality of the library is quite advanced; in many parts of it is extremely advanced. If understanding of the documentation and interfaces is difficult for someone, frame recognition is nearly impossible. The frame change is rather difficult problem even for the very experienced. Generally, image recognition is not for the novice, maybe unless such beginner is very, very talented.

Of course, this is possible to implement in a command line application, as you are not going to show anything graphically.

—SA
 
Share this answer
 
v2
Comments
neverworks 8-Apr-12 0:02am    
Thank you, that's what I figured. I'll just have to advance my skills and approach this another time.
Sergey Alexandrovich Kryukov 8-Apr-12 0:52am    
Good. I suggest you pick more realistic tasks. The number of opportunities is unlimited. There are too many problems waiting for resolution...
--SA
[no name] 20-Jun-12 2:34am    
hyg
[no name] 20-Jun-12 2:35am    
dfsfd
[no name] 20-Jun-12 2:46am    
nice

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900