AForge Web Camera Test

0
0

Hi,

I tried to use AForge builds (http://www.aforgenet.com/) in a wisej application. I think it seems working. 🙂 I had tried this with VWG but it didn’t work. For screen refresh I used a timer. This is not a complete project just an inspiring small test that I wanted to share with public.

Thank you.

  • You must to post comments
0
0

Hi Adil,

You might be interested in the Camera extension we just released, get it here: https://github.com/iceteagroup/wisej-extensions/tree/2.1/Wisej.Web.Ext.Camera

Let me know if you have any issues with it!

Best regards,

Levie

  • You must to post comments
0
0

I’m afraid that your code is using the camera on the server. When in debug it’s probably the same as the client.

Here is an example of how to use the video camera in javascript: https://davidwalsh.name/browser-camera

To send the image re stream to the server I’d use the RecordRTC library: https://www.webrtc-experiment.com/RecordRTC/

Lets you record a video either from the browser’s camera or even simply the content of web page.

 

  • You must to post comments
0
0

Thank you! I’ll try this out. I was planning to play with one of the cloud face recognition services like microsoft’s or google’s.

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.