Questions tagged [motion]

19 questions
7
votes
3 answers

Why do my videos on my PC play in 'slow motion'

I have an odd occurrence with my PC. When I try to play video files, whether it be online through YouTube or Facebook, or on my hard drive in Windows Media Player, they play in slow motion. However, this does not occur for hard drive video files if…
Tom
  • 211
  • 1
  • 2
  • 8
6
votes
1 answer

How to use slow motion effect in a specific time interval with ffmpeg

I'm trying to use slow motion effect on my videos. Let's say I have a 2 minutes long video and I want to use this effect between 20 and 30 seconds. I found this command from a blog: ffmpeg -i input.mp4 -vf "setpts=(/1)*PTS" output.mp4 But i…
iwocan
  • 389
  • 3
  • 6
  • 15
6
votes
4 answers

How to run webcam software only when I am not home (phone is not on the LAN)?

Currently I've got my user cron starting Motion on a timer when I typically leave for work, and then killing it when I typically get home, so I can watch my cat/burglars/etc: 0 9 * * * killall motion ; motion 30 18 * * * killall motion The config…
endolith
  • 7,704
5
votes
3 answers

I need motion detection on a RTSP stream

I have my camera streaming through VLC using a separate (slower) computer because my iMac is too far from the window. I was curious if there was software that could take streaming video and watch it for motion (take shots/etc). The software can be…
4
votes
2 answers

VIM: Repeating t and T movements

The ; movement is supposed to repeat t, T, f, and F movements. For f and F this works fine as the cursor is placed on the character. However, pressing ; after t or T does not work as VIM finds the same character again and again (i.e., the cursor…
dotancohen
  • 11,720
2
votes
1 answer

Strip motion events from file

I am working on a time lapse project currently have a couple long videos where there are parts where nothing is happening and I am wondering if there is a program that can strip out all those parts or strip out all the motion parts and put into a…
BluGeni
  • 131
1
vote
1 answer

Motion software for IP web camera loosing connection on browser

I am using motion software on the pi to monitor video in a room. I am having some problems. whenever the raspberry pi camera board detects motion, the red light on the camera board flashes, and the video feed on the browser tries to refresh, but it…
1
vote
1 answer

How to start/stop motion on screen lock/unlock?

I installed motion in Fedora 17, and I want it to start when I lock the screen with control + alt + l, and stop when I unlock it. I found this to run/stop a script on screen lock:…
1
vote
1 answer

How to get motion working with ftp server?

have tried changing the config file to this: target_dir ftp://user:pass@mysite.com:21/public_html/dir but motion returns errors. want to be able to put mysite.com/dir/stream.flv into a browser and get the stream that would normally show up on my…
drnessie
  • 558
1
vote
1 answer

How to view camera's stream in Motion from another computer?

I am trying to stream my USB camera through Motion using Linux 21.2. It sees it through localhost:8080 but I've been trying to disable localhost streaming so I can view it from another computer (laptop) on the same network. In the configuration…
1
vote
0 answers

Motion running extremely slowly with buildroot

I was using motioneyeos for a project with a raspberry pi zero w and was easily getting 20fps@1280x720 so I decided to take a quick swipe at buildroot to cut out the features I don't need (I only need the stream) and hopefully free up some cpu usage…
1
vote
0 answers

Motion RTSP streaming from Raspberry Pi

I'm trying to get streaming from raspberry pi camera to my motion server. Raspberry pi (10.10.84.2) has VLC for RTSP and is run like this: raspivid -o - -t 0 |cvlc -vvv stream:///dev/stdin --sout '#rtp{sdp=rtsp://:8554/}' :demux=h264 And when I…
0
votes
1 answer

IP camera using a USB 3G Modem using same IP address on every boot

I am looking to build a video monitoring system using raspberry pi. I used the motion software, and it worked well with ethernet. Now, I am want to get it working with a 3G USB dongle. I am using a ZTE MF70 3G modem. The problem is that with a 3G…
0
votes
0 answers

Motion - debian 7.5 cannot record movie with ffmpeg

Description I'm running the motion 3.2.12 standard package on debian 75 (wheezy). Motions are detected, events triggered and pictures save in the correct folder as awaited. On the other side, motion can't record movies with ffmpeg due to this…
0
votes
1 answer

Motion - takes snapshot without motion detected

I've been installed the standard motion 3.2.12 package on debian 7.5. I would like to get snapshot ONLY when motion is detected, but it still saves a picture every second without any activity in front of the camera. I'm using a TENVIS JPT3815W IP…
1
2