Cita:
es la funcion que hace una captura de la webcam del sistema abierto prey, la cuestion es que su sistema de campura de webcam no me sirve y arme uno personalizado que anda a las mil maravillas pero que no puedo ejecutar #!/bin/bash
################################################## ##################
# Prey Webcam Module Windows Functions - by Tomas Pollak (bootlog.org)
# URL: http://preyproject.com
# License: GPLv3
################################################## ##################
take_picture() {
if [ ! -f "$WINDIR\system32\msvbvm50.dll" ]; then
if [ ! -f "$platform_path\bin\msvbvm50.dll" ]; then
log ' ** Fetching necessary DLL for Webcam capture to work... (about 1 MB)'
wget http://examples.oreilly.com/error/CD...s/MSVBVM50.DLL -O "$platform_path/bin/msvbvm50.dll" 2> /dev/null
fi
fi
CommandCam.exe /filename C:/Prey/prey-picture.jpg
}
################################################## ##################
# Prey Webcam Module Windows Functions - by Tomas Pollak (bootlog.org)
# URL: http://preyproject.com
# License: GPLv3
################################################## ##################
take_picture() {
if [ ! -f "$WINDIR\system32\msvbvm50.dll" ]; then
if [ ! -f "$platform_path\bin\msvbvm50.dll" ]; then
log ' ** Fetching necessary DLL for Webcam capture to work... (about 1 MB)'
wget http://examples.oreilly.com/error/CD...s/MSVBVM50.DLL -O "$platform_path/bin/msvbvm50.dll" 2> /dev/null
fi
fi
CommandCam.exe /filename C:/Prey/prey-picture.jpg
}
en la linea:
Cita:
es la que no anda, eso funciona en .bat de windows convencional pero no en este caso, alguien sabria como adaptar ese renglon para que se ejecute el programa? muchas gracias CommandCam.exe /filename C:/Prey/prey-picture.jpg