PDA

View Full Version : Palantir 2.6


santinod
19-09-2005, 09:52
Hi all,
Palantir 2.6 has been released.
All issues with pan/tilt facilities of the Quickcam Sphere/Orbit cams should be gone.
Besides, building the server for the Asus platform is now very easy (provided the toolchain/source base is installed, "make mips" is all you need).
As a bonus, the kernel driver for the Logitech Quickcam Messenger (in my opinion, one of the highest quality/price ratio cameras around) and the "qcset" companion utility are included in the binary distribution.

As the developer of Palantir, I'm posting this announce here because of the interest this software seems to have gained among the wl500g community.
I'd be glad to receive feedback about Palantir. Although the mailing list should be the channel of choice, I'll do my best to answer messages in this forum as well.

Happy camming!
David

The Palantir home page: http://www.fastpath.it/products/palantir/

Oleg
19-09-2005, 13:23
Welcome to our forum. Have you bought wl500g already? :)
Perhaps, you could make an ipkg version to ease installing palantir for our community.

Keep up your good work. :)

santinod
19-09-2005, 18:35
Welcome to our forum. Have you bought wl500g already? :)
Yes, actually I like them so much I have bought two wl500g deluxe. :-)

Perhaps, you could make an ipkg version to ease installing palantir for our community.
Sure. Just let me find out how it works...

Keep up your good work. :)
Same to you!

Cheers
David

arch
08-11-2005, 05:55
I cross-compiled the Palantir 2.6 server, and it is running on my Asus WL500gx now. I use the Palantir Windows client. The server works on my LAN, but when I try to connect to it from the WAN side I cannot make a connection. The firewall on the wl500gx is disabled.

My setup is as follows: ADSL2 modem>>>Linksys router>>>Ethernet cable>>>Linksys WiFi AP

>>>wireless connection >>>

>>>WL500gx acting as WiFi access point client>>>QuickCam Sphere

I am using Oleg's firmware.

The Linksys router (192.168.1.1) is the gateway to internet. In this router I have forwarded port 3000 and 3001 packets to the WL500gx (192.168.1.247). The WL500gx has the gateway address in its route table (route add default gw 192.168.1.1 netmask 255.255.255.0).

Before I used Palantir I used the Asus surveillance camera program in the above setup. I was able to connect from LAN and WAN without any problem. This makes me think that there is something in Palantir. It seems as if Palantir does not know the gateway address, but …? Or, perhaps, the firewall is messing something up even though it is "disabled".

In any event, the Palantir pictures are great, especially full screen, and pan and tilt work beautifully. Palantir is great.

Thanks for any help,

arch
09-11-2005, 20:49
I have set the IP address wl500gx to 192.168.1.247. Part of the output of "nvram show" is as follows:

usb_webremote_x=0
lan_gateway_t=192.168.1.247
qos_maxbw_x=

That is, the lan gateway address in the nvram is set equal to the IP address of the wl500gx automatically.

The wl500gx is set up to be a bridge, br0.

I have also used the route command to set the LAN gateway to 192.168.1.1 in the route table shown below.

[admin@(none) /]$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.1.1 255.255.255.0 UG 0 0 0 br0
192.168.1.0 * 255.255.255.0 U 0 0 0 br0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo

So I seem to have two LAN gateway addresses, and that obviously doesn't make sense.

However, with exactly that setup I was able to use the Webcam utility in the Asus: it used 192.168.1.1 as the gateway. The utility worked correctly.

Question 1: Does the route table lan gateway address take precedence over the nvram lan gateway address?

Question 2: Could the existence of two gateway addresses be the cause of my problem with Palantir.

Question 3: If I try the following script

nvram set lan_gateway_t=192.168.1.1
nvram commit
reboot

will bad things happen? Will the IP address of the wl500gx be changed automatically to 192.168.1.1? What does the "t" in lan_gateway_t mean?

Thanks for any help.

This sure is a lot of work to get a surveillance camera!

arch
13-11-2005, 11:53
I finally was able to connect to Palantir 2.6 from the WAN side. The problem was my fault: I don't know enough about Linux yet. After reading some more in my brand new Linux books I saw my silly mistake: I set the gateway up incorrectly.

THE WRONG WAY:

route add default gw 192.168.1.1 netmask 255.255.255.0

which yields the following routing table:


Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.1.1 255.255.255.0 UG 0 0 0 br0
192.168.1.0 * 255.255.255.0 U 0 0 0 br0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo

THE CORRECT WAY:

route add default gw 192.168.1.1 (that is, do not enter the netmask)

which yields the following routing table:

Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 * 255.255.255.0 U 0 0 0 br0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default 192.168.1.1 0.0.0.0 UG 0 0 0 br0

IN THE CORRECT WAY THE GATEWAY IS THE LAST IN THE LIST! IN THE WRONG WAY IT IS FIRST. MOREOVER, THE Genmasks are different.

Since the way the routing table is used is well documented (I now know!), I will just state a couple of key points. Suppose that I am trying to connect to Google (66.249.93.104). The routing table will be inspected line by line from TOP TO BOTTOM. In the wrong setup the first line, the gateway, will be rejected (I am not explaining the details here), and so will the remaining two lines. In the correct setup the first two lines will be rejected, but the last line, the gateway, will be accepted. The result is a correctly functioning gateway.

A real beginner's mistake!

A final remark: I went on a long wild goose chase with the nvram. Again not going into details, every place where it mentions the lan gateway I fixed things so that it said 192.168.1.1. This did not solve my problem nor did it seem to hurt the functioning of the wl500gx. I WOULD APPRECIATE KNOWING WHAT THE CONNECTION IS BETWEEN THE nvram AND THE routing table.

arch
18-11-2005, 16:49
The video of Palantir 2.6 works well, I get a frame rate between 3 and 4 fps. Using the top command I see that Palantir video is using about 95% of the cpu time.

However, there is a serious problem with the audio. When I check the audio box the frame rate drops to about 1, and the audio is just one-second bursts every five seconds. Top shows that the video and audio are now each using about 45% of the cpu. Naturally, I just assumed that that was the best that the wl500gx could do: 200Mhz apparently was not enough. Memory was not a problem.

To check I ran Palantir with audio only. I used the -f option to display a fixed jpeg frame. I expected that when the audio had the entire cpu to itself it would work. It did not. Although the audio took about 95% of the cpu, it was still periodic bursts.

Since many here have reported using audio with programs other than Palantir, it is clear that the wl500gx can handle audio.

Either I am again making a beginner's mistake or there is something wrong with the audio.

Has anyone compiled Palantir 2.6 and then satisfactorily run the video and audio simultaneously?

Thank you in advance for any ideas.

arch
18-11-2005, 17:37
I have run

killall waveserver
killall waveservermain

WlanMan
23-11-2005, 13:19
Has anyone compiled Palantir 2.6 and then satisfactorily run the video and audio simultaneously?

Thank you in advance for any ideas.

I did with my self compiled version and as you can read in that palantir thread by me, it does not work. Video only i had around 6 frames, audio was like you experienced, short slives every dosend secounds. This was on wl500g, i expected the 500gx to perform better, but i have none so i cant test myself.

After all, GSM Codec used for the audio and mjpeg for the video are not well performing on none-floatingpoint hardware. I dont know if at least the jpeg libary can be replaced with a integer-only flavor...

Greets
Wlanman

St3f
10-12-2005, 11:31
Hi All,

Sorry for my poor english, and tell you the truth, I'm totally noob on Linux.
Can somebody explain (step by step if possible) how to start Palantir automatically if the router (WL500g Deluxe) reboots? I mean, let start Palantir on startup.

Thanks in advance

arch
20-12-2005, 16:06
I have run several tests of Palantir whose results may be of interest. I wanted to see how Palantir functioned when I was NOT using a wl500gx. That way I hoped to tease out how wl500gx affects Palantir.

I used an old 450Mhz PC that I have converted to a pure Linux box (Fedora FC4) as a Palantir server. Microphone and speakers were connected directly to the sound card. The QuickCam Orbit was connected to the USB port, but I was not using the webcam's microphone. More on the microphone later. I used the Windows Pclient running on my laptop which was connected wirelessly through this and that to the server. The laptop is running Windows XP SP2.

COMPUTATION LOAD ON THE SERVER: Video at 15 fps with audio from server to client worked fine. Top showed Palantir using about 84% of the cpu. At 5 fps this dropped to about 31%. When I disabled video and/or audio at the client these percentages dropped a bit, but since the video is calculated by the server whether it is sent or not, the drop was small. I do not know if this is true for the audio also. In any event, I assume that most of the server's calculations go into the video. It might seem, then, that the 200Mhz wl500gx should allow about 5fps with audio; however, I have been told that the lack of floating point hardware in the wl500gx makes a difference. We shall see; I have hopes for a newer version of Palantir.

NO FULL-DUPLEX: As I said, the audio from the server to the client was fine. However, I have never (ever!) had audio from the client to the server. I have tried my tests, nothing works.
HAS ANYONE EVER HAD AUDIO FROM THE CLIENT TO THE SERVER?

THE WEBCAM'S MICROPHONE: The microphone in the webcam is treated by Linux in the server as a second sound card. The original sound card is listed as full-duplex, and appears as /dev/dsp. The webcam's microphone appears at /dev/dsp1 and is listed as half-duplex. If I want to use the microphone in the webcam, I tell palantir.conf to use /dev/dsp1. Although this works fine for sending audio from the sever to the client, I have given up full-duplex (which is not working anyway :) ). If I tell palantir,conf to use the full-duplex sound card at /dev/dsp, the webcam's microphone does not work, and I have to plug another microphone directly into the sound card. There is obviously a fix for this problem; I just have not figured it out yet. To me the complete lack of full-duplex is more important.

The same microphone problem is present in the wl500gx. When I connect the QuickCam Orbit its microphone appears as /dev/sound/dsp, and when I add the USB speaker it appears as /dev/sound/dsp1. To get full-duplex these two have to work together.

arch
21-12-2005, 12:53
I forgot to say that my packet sniffer shows that the video frame rate is far higher than the audio frame rate. This is objective evidence that the cpu spends most of its time on video, just as one would expect.

arch
04-01-2006, 12:30
HOW CAN i ACCESS THE MIXERS IN MY WL500GX AT /dev/sound/mixer AND /dev/sound/mixer1? I have tried a number of things and searched this site, but I have not found the trick. I need to know this to be sure that I am interpreting the results of two new experiments correctly. Let me explain.

EXPERIMENT ONE, in my wl500gx: I use the microphone in the QuickCam Orbit and speakers are connected through a USB-to-audio adapter. I enter the command cat < /dev/sound/dsp1 > /dev/sound/dsp to connect the microphone to the speakers. I hear a low "motorboat sound", but when I tap the microphone or speak into it I hear nothing from the speakers.

EXPERIMENT TWO, with my Linux desktop: I conduct the same experiment. I still hear the low "motorboating sound" but now tapping and speaking in the microphone can be heard from the speakers. I have access to the mixers through the Fedora desktop. When I reduce the volume to zero the audio AND! the "motorboating sound" stop.

My tentative conclusion, then, is that the mixers in the wl500gx are NOT the source of the audio problem in Experment One, but I am not sure.

My desktop uses ALSA for audio. WHAT IS THE AUDIO SETUP IN THE WL500GX? I am guessing that ALSA and OSS would be too big.

WlanMan
26-01-2006, 15:10
HOW CAN i ACCESS THE MIXERS IN MY WL500GX AT /dev/sound/mixer AND /dev/sound/mixer1?

Hi

Did you tried Smixer (http://www.wl500g.info/showpost.php?p=9755&postcount=26) to view and alter the mixer settings ??

Greets
Wlanman

arch
27-01-2006, 18:13
Thanks for the reply.

I have seen smixer discussed here in the forum, but it seemed that it was something extra that I would have to install. So I was first trying to understand the audio support that was already installed. In particular, i felt that if /dev/sound/mixer exists, and it does, I should be able to do something with it.

I have been reading about USB audio, OSS, and Alsa, but much of that seemed "advanced" with respect to the existing wl500gx. Waveserver plays a role, but I have not been able to find documentation or the source code for it.

All of this, of course, is motivated by my mad desire to see full-duplex audio working with Palantir 2.6 on the wl500gx. I know, I know ...

Anyway thanks again for the thought. As soon as I understand what is already there, I may try smixer.

Nabla
29-01-2006, 20:14
Hi,
I'm very happy for quickcam messenger driver, I've tried to use it, but have some problems. If someone can help, it would be great (I'm linux noob).
My process:


insmod videodev.o
insmod quickcam.o

mknod /dev/video0 c 81 0

all ok, now camera connected
in syslog.log:


Jan 29 20:06:23 kernel: hub.c: new USB device 00:04.0-1, assigned address 6
Jan 29 20:06:23 kernel: quickcam: QuickCam USB camera found (driver version QuickCam Messenger/Communicate USB $Date: 2004/12/30 10:00:00 $)
Jan 29 20:06:23 kernel: quickcam: Kernel:2.4.20 bus:1 class:FF subclass:FF vendor:046D product:08F0
Jan 29 20:06:23 kernel: quickcam: Sensor VV6450 detected
Jan 29 20:06:23 kernel: quickcam: Registered device: /dev/video0

look good for me

now:

[admin@asus palantir]$ /tmp/palantir/qcset -i
Name : Logitech QuickCam USB
Type : capture
Channels : 1
Audio devices : 0
Maxsize : 324,248
Minsize : 160,120

Overlay coords: 1532713819,1532713819
Capture size : 324,248
Chromakey : 1532713819
Flags :

Channel : 0
Name : Camera
Tuners : 0
Flags :
Type : camera
Norm : 0

Brightness : 32768
Hue : 32768
Color : 32768
Contrast : 32768
Whiteness : 32768
Depth : 24
Palette : RGB888 packed into 24bit words.

ok, so start palantir with default palantir-mips.conf
(changed only VideoDevice /dev/video0
and FrameSize 324x248)
Palantir says:

[admin@asus palantir]$ /tmp/palantir/palantir -C palantir2.conf
Jan 29 20:11:39 [main] -- palantir 2.6 starting --
Jan 29 20:11:39 [main] Definitions for 1 devices found
Jan 29 20:11:39 [main] No serial port specified
Jan 29 20:11:39 [main] No named pipe specified
Jan 29 20:11:39 [video] Card: Logitech QuickCam USB (/dev/video0)
Jan 29 20:11:39 [video] Capabilities: 1 (capture )
Jan 29 20:11:39 [video] Size: (160x120)-(324x248)
Jan 29 20:11:39 [video] Channel no. 0 ('Camera') tuners: 0, flags: 0, type: 2, norm: 65535
Jan 29 20:11:39 [video] brightness: 32768 hue: 32768 colour: 32768
Jan 29 20:11:39 [video] contrast: 32768 whiteness: 32768
Jan 29 20:11:39 [video] depth: (24) palette: 4
Jan 29 20:11:39 [video] Actual capture box is 324x248 (requested 324x248)
Jan 29 20:11:39 [video] Video buffer size: 321408, frames: 1
Jan 29 20:11:39 [main] Starting device thread
Jan 29 20:11:39 [main] Listening on port 3000
Jan 29 20:11:39 [main] Control queue timeout set to 30 s
Jan 29 20:11:48 [main] 10.1.1.5:4525 #0: connection accepted, spawning server.
Jan 29 20:11:48 [main] 1 client(s) connected
Jan 29 20:11:48 [main] Capture thread started
Jan 29 20:11:48 [http] 10.1.1.5:4525: video server started
Jan 29 20:11:48 [http] 10.1.1.5:4525: requested URL `/?mode=single'
Jan 29 20:11:48 [http] 10.1.1.5:4525: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Jan 29 20:11:48 [http] 10.1.1.5:4525: streaming mode: single-shot, open loop
Jan 29 20:11:49 [video] CSYNC: Invalid exchange
Jan 29 20:11:50 [http] 10.1.1.5:4525: connection terminated
Jan 29 20:11:50 [http] 10.1.1.5:4525: wrote 1 [+0] frames (1971 bytes) in 2.01 s - 0.50 f/s, 0.96 kB/s, 1.92 kB/f
Jan 29 20:11:50 [main] Capture thread stopped - 1 frames in 2.57 s (0.39 f/s)
Jan 29 20:11:50 [main] 0 client(s) connected


produced black frame in browser and in syslog.log:


Jan 29 20:13:22 kernel: quickcam: missing chunk contents (77 < 18025) id=456D
Jan 29 20:13:22 kernel: quickcam: missing chunk contents (73 < 19308) id=4771
Jan 29 20:13:22 kernel: quickcam: missing chunk contents (69 < 18545) id=4A70
Jan 29 20:13:22 kernel: quickcam: missing chunk contents (65 < 18805) id=4D74
Jan 29 20:13:22 kernel: quickcam: missing chunk contents (61 < 20083) id=4975
Jan 29 20:13:22 kernel: quickcam: missing chunk contents (57 < 20345) id=4A77
Jan 29 20:13:22 kernel: quickcam: missing chunk contents (53 < 20606) id=4C7E
Jan 29 20:13:22 kernel: quickcam: missing chunk contents (49 < 20352) id=4F7D
Jan 29 20:13:22 kernel: quickcam: missing chunk contents (45 < 21381) id=517F
Jan 29 20:13:22 kernel: quickcam: missing chunk contents (41 < 21889) id=558A
Jan 29 20:13:22 kernel: quickcam: missing chunk contents (37 < 22406) id=5586
Jan 29 20:13:22 kernel: quickcam: missing chunk contents (33 < 21895) id=5685
Jan 29 20:13:22 kernel: quickcam: isoc URB error -79, resubmitting

What does it mean and what I can do with it? Thanks for all information. :)

dyonisos
09-03-2007, 11:13
Hi

Did you tried Smixer (http://www.wl500g.info/showpost.php?p=9755&postcount=26) to view and alter the mixer settings ??

Greets
Wlanman

hallo,

ich bitte um Eure Hilfe:

ich betreibe eine Philips Vesta Pro WebCam am WL-500gP unter Oleg 1927-7f.
usbaudio ist installiert und ok laut dmesg.

ich sehe im IE das Video, aber ohne Ton.
Was mache ich falsch?
Muss der Waveserver ausgeschaltet sein?
Benötige ich eine zusätzliche Soundkarte?

den Mixer /dev/sound/mixer 14,0 habe ich mit SMixer hochgedreht.
/dev/sound/dsp 14,3 ist vorhanden.

Danke für Eure Hilfe!
Dyonisos

arch
11-03-2007, 21:01
The audio problem with Palantir 2.6 is well known. The creator of Palantir is working on version 2.7 which, hopefully, will solve the problem. In particular, a goal is to have two-way audio plus video on the wl500gx in spite of its limited cpu.

dyonisos
12-03-2007, 14:29
The audio problem with Palantir 2.6 is well known. The creator of Palantir is working on version 2.7 which, hopefully, will solve the problem. In particular, a goal is to have two-way audio plus video on the wl500gx in spite of its limited cpu.

Thanks, arch.

With Palantir 2.6. i get a 1 sec audio and 3sec pause no audio) continously.

The wl-500gP built in AV Streamer delivers audio via /dev/sound/dsp and /dev/sound/mixer, which is working.
Why does audio not work with the built in Streamer or Internet Explorer with the video stream working fine?

Do you know whether madplay is a working alternative?
Does Palantir support an alarming system like Webcam motion detection via USB speakers?

Many thanks in advance,
dyonisos

arch
12-03-2007, 16:24
I suggest that you contact the Palantir site www.fastpath.it I suspect that you will be told 2.7 will fix the problems.

As I was told about a year ago, there are two issues. One, something has to be fixed in Palantir to make audio work through the USB in the wl500gx. Two, something else has to be changed in Palantir to get two-audio. Rather than dig into these questions, I just decided to wait for 2.7.

Also, 2.7 will support IPv6.

dyonisos
13-03-2007, 12:31
I suggest that you contact the Palantir site www.fastpath.it I suspect that you will be told 2.7 will fix the problems.

As I was told about a year ago, there are two issues. One, something has to be fixed in Palantir to make audio work through the USB in the wl500gx. Two, something else has to be changed in Palantir to get two-audio. Rather than dig into these questions, I just decided to wait for 2.7.

Also, 2.7 will support IPv6.

Is there a way/application to only stream audio from an USB microphone connected to the WL-500gP over the WAN to a client (which client/application)? Thanks for any ideas.

arch
13-03-2007, 15:10
I suspect that there is, but I just have not looked into it. There are certainly many discussions here about going the other way, i.e,, audio to the wl500. Sorry I cannot help you.

dyonisos
24-03-2007, 01:36
I suspect that there is, but I just have not looked into it. There are certainly many discussions here about going the other way, i.e,, audio to the wl500. Sorry I cannot help you.

Hi arch,

I did some tests on Ubuntu 6.10 and found that Palantir 2.6 with attached webcam&mic is working perfectly both video and audio from the beginning.

Why does WlanMan compiled Palantir 2.6 audio not work (only 1 sec bursts...) on the wl500gP?

Any idea?

arch
26-03-2007, 08:14
Does the audio work in both directions? I carried out a similar experiment a couple of years ago, and the audio worked only in one direction. In particular, I had the Palantir server on my Linux box (450Mhz) and the client on my Windows laptop. Video was faster, of course, but the audio was uni-directional. Apparently, this audio problem is a bug in the current Palantir.

dyonisos
27-03-2007, 20:48
Does the audio work in both directions? I carried out a similar experiment a couple of years ago, and the audio worked only in one direction. In particular, I had the Palantir server on my Linux box (450Mhz) and the client on my Windows laptop. Video was faster, of course, but the audio was uni-directional. Apparently, this audio problem is a bug in the current Palantir.

Audio only in half duplex from server to client working. But new Palantir is to come out soon with audio fixed.

georgij
24-05-2007, 22:03
Palantir2.7 is here. :D

dovocom
10-08-2007, 04:24
Hi Georgij !

so far I have palantir, motion and spcacat working with the spca5xx drivers but would like to check out version 2.7 as it looks promising.

unfortunately I don't have the right linux skills (when it comes to compiling stuff) so no idea what to do with it.. :o

Any idea what to do with the files published on their website?

From their website: MIPS binary package (server only) (http://www.fastpath.it/products/palantir/pub/palantir-bin-2.7-mips.tgz) - MIPS precompiled binaries for the v2.7 server, for the ASUS WL-500g and similar devices.

any help in the right direction?

Thanks,

Don

UPDATE: Found out that Winrar can do a lot, got it running now but still prefer Motion so far...

mistraller
20-08-2007, 22:21
Hi Georgij !

so far I have palantir, motion and spcacat working with the spca5xx drivers but would like to check out version 2.7 as it looks promising.

unfortunately I don't have the right linux skills (when it comes to compiling stuff) so no idea what to do with it.. :o

Any idea what to do with the files published on their website?

From their website: MIPS binary package (server only) (http://www.fastpath.it/products/palantir/pub/palantir-bin-2.7-mips.tgz) - MIPS precompiled binaries for the v2.7 server, for the ASUS WL-500g and similar devices.

any help in the right direction?

Thanks,

Don

UPDATE: Found out that Winrar can do a lot, got it running now but still prefer Motion so far...

What is the official way to install a MIPS precompiled package? I run palantir 2.6 for a while now, but the text watermark is exactly what I was missing.

dovocom
21-08-2007, 12:19
Hi Mistraller, as I mentioned in my previous post, don't know a lot about linux except for being a good tutorial reader..:-)

I installed 2.7 the same way as palantir 2.6 . What I basically did was I g-unzipped the files after copying it to the router using wget. then I followed the normal process for2.6 as described on various forums (insmod etc).

There's quite some informaiton about this topic on www.macsat.com.

PS, did you see the latest version of motion, build in webserver for both mjpeg stream but also for an on the fly config page !


hope this helps? ;)

Don

mistraller
22-08-2007, 15:56
Hi Mistraller, as I mentioned in my previous post, don't know a lot about linux except for being a good tutorial reader..:-)

I installed 2.7 the same way as palantir 2.6 . What I basically did was I g-unzipped the files after copying it to the router using wget. then I followed the normal process for2.6 as described on various forums (insmod etc).

There's quite some informaiton about this topic on www.macsat.com.

PS, did you see the latest version of motion, build in webserver for both mjpeg stream but also for an on the fly config page !


hope this helps? ;)

Don

My palantir 2.6 was installed by ipkg install palantir ;)

I did not see the latest motion.
I use palantir for grabbing pictures to store on disk, and to have a webcam page in my website. Sometimes I use it for streams.

The reason I choose palantir was that it took less processor power, because it will only start capturing after a connection to the service is made.

If motion can give me also a good still image webcam server, with the same low processor usage, it would be a good alternative. Maybe I'l look at it. (But I hope someone will make a palantir2.7.ipk package...