Comment 5 for bug 585151

Revision history for this message
Sean DS (se4n-1) wrote :

general workaround:

Add these lines to /etc/rc.local (before exit 0)

cp -R -p /dev/video0 /dev/video2
cp -R -p /dev/video1 /dev/video0
cp -R -p /dev/video2 /dev/video1

rm -rf /dev/video

This swaps the video devices on startup.