webcam
Flash freezes when using camera on 64-bit Ubuntu
So I've been doing more Flex / red5 development recently and have been increasingly frustrated by the tendency of Flash 10 to often crash and burn when I try to access my webcam. To my amazement, there's an easy fix - just run firefox with
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so firefox &Hot damn!
USB problems with VMWare Server 2 and Ubuntu 8.10 - AKA how I got my webcam to work in vmware
Can't get VMWare to recognize your USB devices even though you added them to your virtual machine in the VMWare console?
1) sudo gedit /etc/fstab/
2) Add this at the bottom
# code to get VMWare to recognize USB devices
usbfs /proc/bus/usb usbfs auto 0 0
none /proc/bus/usb usbfs devgid=46,devmode=664 0 03) Save and close gedit, then
sudo shutdown -r now to reboot.4) When you reopen VMWare you might have to manaully connect to the USB device in question...(In my case, the camera)