swook / GazeML

Gaze Estimation using Deep Learning, a Tensorflow-based framework.
MIT License
512 stars 141 forks source link

Not getting output for realtime using webcam #52

Closed Monikake closed 4 years ago

Monikake commented 4 years ago

Can anyone please tell me which all options to use to get output using Webcam. command is : python3 elg_demo.py --help Mentioned options are: Demonstration of landmarks localization.

optional arguments: -h, --help show this help message and exit -v {debug,info,warning,error,critical} logging level --from_video FROM_VIDEO Use this video path instead of webcam --record_video RECORD_VIDEO Output path of video of demonstration. --fullscreen --headless --fps FPS Desired sampling rate of webcam --camera_id CAMERA_ID ID of webcam to use

Thanks in advance.

Monikake commented 4 years ago

I got to know how to give options. i.e --camera_id -1 it will work.