0

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

  • I typed `html5 screen capture` into Google and found [this](https://html5-demos.appspot.com/static/getusermedia/screenshare.html) – ta.speot.is Mar 28 '14 at 08:22
  • navigator.getUserMedia() enables the application to use the users hardware. I am trying to capture the screen without a camera. As in a screen recording software. – Aakshay Subramaniam Mar 28 '14 at 08:25
  • From *What's this* which is the first button the page *Example of using the navigator.getUserMedia() API extensions to do screen capturing. Note, this is true screen sharing (e.g. more than just the browser tab) and not tab content sharing.* – ta.speot.is Mar 28 '14 at 08:31
  • http://stackoverflow.com/a/43464269/6180077 visit this link for working FFMPEG c++ mp4 format screen recorder application. – Abdullah Farweez May 09 '17 at 04:26

0 Answers0