I've just spend the better part of last week trying to get my AXIS 2100 IP Camera working under Motion.
I read the wiki tutorial here:
http://wiki.linuxmce.org/index.php/IP_Camerasand obviously that was outdated as nothing mentioned there even closely resembled the version i'm running (7.10B3), so I found a post confirmed this wiki article was ancient and all you have to do now is add the camera under the Motion_Wrapper device.
There is no such device, unless i'm just plain ignorant. I could not find anything relating to any of that. I checked the source code, I see the source for Motion_Wrapper, and I can compile the binary, but where is it in the 7.10B3 release? It doesn't even appear to be listed in the device lists. The closest thing I found, was under Manufacture there is one listed "Motion", I select it and there are no device templates under that manufacture.
I got motion working with my camera by configuring it manually, and the article on the wiki is extremely outdated. Also you have to complete remove any reference to "/dev/video0" devices in the motion.conf file and instead, your first IP Camera needs to be listed in the main motion.conf or motion will not start at all, it will always look for a default /dev/vide0 device, even if you remove the directive that defines it in the config file, instead I had to have the netcam_url directive existing in the main motion.conf file, and then motion would start. So for my second and third camera I made a thread0.conf and a thread1.conf and everything works great.
I can also still view my cameras from LMCE, but they are listed as IP Camera devices, not sub-devices under a Motion_Wrapper which I cannot find anywhere.
But having it setup this way, from what I understand, is now i'm loosing my alertting features. Which is number 1 reason I wanted motion working with lmce.
Can anymore please provide some insight to the source of my confusion?