Forum

Full Version: Getting MOTION to work under Xbian XBMC?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi has anyone done this already?

I thought there is a plugin for XBMC that allows motion detection from web cams using a package called MOTION.

I have successfully installed it under Xbian (sudo apt-get install motion) and then updated the pi.

I have had some issues getting the camera to work and it's not fully sorted out yet.

What I can't find out is how to make XBMC pause the playing file and display the web cam when motion is detected.

Anyone have any hints or help please?

Skywatch
mk01

Thanks for this ( I must have missed it earlier, sorry for that).

I'll take a look and see what I can make of it all!

Skywatch
I have successfully installed this and it's working very well, what you guys suggest me should i use some custom settings with this?
OK Isabel, you have my attention now! :-)

Can you tell us what you did? How you installed it? Configured it? Also what cameras are you using and how are they connected?

Thanks

Skywatch
with the EventClient, you just calls
Code:
xbmc-send.py --action="playmedia(http://localhost:8081)"

if you put it as "on_event_start" command to motion.conf, you have what you wanted. I just tried and works. Although the RPI is on the limit (depends on fps and resolution you set, but definitely no snapshots, no capture during idle, just set motion to motion detect and then call the play media to xbmc).
Reference URL's