I am making a web application where I am currently using a web camera to capture the bar-codes from the screen and then decoding them. I am trying to accomplish this without a camera. Instead of taking the video from a camera, is there a way to record the screen programmatically. There are open source screen recorders such as CamStudio.
Is there anyways I can incorporate screen recording in a video format in my asp.net c# web application?
Thanks in advance