antoinelame / GazeTracking

👀 Eye Tracking library easily implementable to your projects
MIT License
1.85k stars 505 forks source link

How to run this code on webpage? #38

Open kshan2018 opened 4 years ago

kshan2018 commented 4 years ago

Can you please tell me how to run this code on webpage and store data in server?

will be waiting for your reply...

apoorv-Igloble commented 4 years ago

@kshan2018 you can use webrtc streaming to run this code with webcam stream. Code will be on the server and can save the data too on server.

hamzaamgad97 commented 3 years ago

@apoorv-Igloble explain further please how to use webrtc streaming ?

antoinelame commented 3 years ago

You can take a look at this article written by @CheatModeON

apoorv-Igloble commented 3 years ago

@hamzaamgad97 It's easy to stream from your webcam onto your local web server using webrtc lib and in the business logic part you can do the stream processing or gaze tracking like stuff. Here is an article for the same.