开发者

Interfacing with TomTom device (Display devices screen on computer)

Just a quick one, if anyone knows:

Is it possible to display a TomTom devices screen on a computer (so I can interface with it's navigation ability?)

They have an SDK, ho开发者_运维百科wever that does not have any useful information on this question, but TomTom Home can do it - so can I? C# / C++ / Whatever.

Cheers


TomTom is running linux so you can get the raw image data from /dev/raw.

cat /dev/fb > /mnt/sdcard/screenshot.raw

on the device should do it

Then you need to transfer it to your computer (needs to be done quickly). This should be possible to do over Bluetooth, over USB or possibly by using a Eye-Fi SD card.

I don't think it is possible to do it any other way.

Access the device by Bluetooth console

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜