← Back to team overview

webcamstudio team mailing list archive

My virtual webcamera is not working with Adobe Flash, Skype or some other application in Linux...

 

Hello, im struggling to get webcamstudio 0.65 build 556 working with an Android emulator called Genymotion, but no luck so far, i tryed


#!/bin/bash
 LD_PRELOAD="/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so" /usr/bin/genymotion/


since im using Ubuntu 13.10 x64 so i couldn't start Genymotion with the "i386-linux-gnu" path like the below code


#!/bin/bash
 LD_PRELOAD="/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so" /usr/bin/genymotion/


it works with other apps like "gstreamer-properties" but i have no idea why not with the emulator...could be because the weird name of the virtual video device ? im running out of ideas. thx in advance.