PDA

Bekijk de volledige versie : auto start of mvc in post-mount not working



dyonisos
15-09-2008, 10:04
I am using motion detection mvc for my webcam.

I can run it manually and it's properly working (motion detection working).

If I want to start it automatically with post-mount (at the very end of post-mount script), the mvc process shows up with ps command, but the mvc application is not working (motion detection not working).

Any ideas why this is the case?
Is post-mount the proper script to start mvc application?
Is there an alternative auto-start possibility for mvc with Oleg? Thanks for any support!

wpte
15-09-2008, 11:42
I am using motion detection mvc for my webcam.

I can run it manually and it's properly working (motion detection working).

If I want to start it automatically with post-mount (at the very end of post-mount script), the mvc process shows up with ps command, but the mvc application is not working (motion detection not working).

Any ideas why this is the case?
Is post-mount the proper script to start mvc application?
Is there an alternative auto-start possibility for mvc with Oleg? Thanks for any support!


well... how do you start it?

dyonisos
15-09-2008, 12:47
I start mvc in post-mount this way

# get mvc on Asus
cp /tmp/harddisk/mvc/bin/mvc /tmp
#
# start mvc - archive .jpgs on usb flash
/tmp/mvc -D -d /dev/v4l/video0 -t -w 2 -s 320x240 -c 150 -O /tmp/harddisk/alert/ -o -l /tmp/harddisk/alert/log/

dyonisos
15-09-2008, 13:26
motion det. working, stupid mistake of not checking the archived .jpgs, Sorry.