Getting while using USB Webcam alongside with Internal webcam #226
-
I am using USB webcam and my macbook's internal webcam. When i am trying to run it, It is taking USB webcam as default camera. But when I give deviceID of internal webcam in init method then also it is taking USB Webcam. I have one dropdown menu to select camera to get stream but it is not switching camera with JEEFACEFILTERAPI.update_videoSettings({ 'deviceId': DEVICE_ID }) using proper deviceId. Can anyone help me in this ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 15 replies
-
It may work better since the latest commit ( 937f463 ). You also need to replace JEEFACEFILTERAPI by JEELIZFACEFILTER. |
Beta Was this translation helpful? Give feedback.
-
JEELIZFACEFILTER.init, and JEELIZFACEFILTER.update_videoSettings({ deviceId: deviceID}) don't work well for me too. |
Beta Was this translation helpful? Give feedback.
JEELIZFACEFILTER.init, and JEELIZFACEFILTER.update_videoSettings({ deviceId: deviceID}) don't work well for me too.
I've noticed the commit saying [FIX] ( Potential ) update_videoSettings() with deviceId issue so I just pulled the latest dist/jeelizFaceFilter.module.js, but video doesn't change at all even if I change the deviceID.