The Following User Says Thank You to marxian For This Useful Post: | ||
|
2014-07-17
, 00:30
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#22
|
I presume this would be capable of controlling a GoPro using it's URL commands?
If so has anybody made a plugin or remote for this yet?
The Following User Says Thank You to marxian For This Useful Post: | ||
|
2014-07-17
, 01:54
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#23
|
The Following User Says Thank You to marxian For This Useful Post: | ||
|
2014-07-17
, 18:12
|
Posts: 2,290 |
Thanked: 4,134 times |
Joined on Apr 2010
@ UK
|
#24
|
I've added a basic test remote for GoPro at https://github.com/marxoft/multimote.../remotes/gopro.
Maybe it's a useful starting point for someone with a GoPro.
|
2014-07-17
, 19:17
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#25
|
Thanks very much.
Maybe I am being stupid or missing something but I am having trouble getting the gopro remote to work.
I downloaded the the source and built the gopro remote on it's own, but it doesn't appear in my remotes list.
I then downloaded the vlc remote from extras with no issues.
What am I missing as the files all seem correct?
The Following User Says Thank You to marxian For This Useful Post: | ||
|
2014-07-17
, 19:41
|
Posts: 2,290 |
Thanked: 4,134 times |
Joined on Apr 2010
@ UK
|
#26
|
MultiMote uses QDir::entryList() to get the remote list, by looking for subdirectories in '/home/user/MultiMote/remotes/'. As long as there is a subdirectory named 'GoPro', then it should appear in the remote list.
The Following User Says Thank You to sixwheeledbeast For This Useful Post: | ||
|
2014-07-17
, 19:54
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#27
|
Ah, this directory only had a VLC folder, ended up moving the three files manually to a new GoPro directory and all seems fine.
I assumed building the GoPro plugin would do that it's self.
Anyway thanks very much, I have a universal GoPro remote now
dpkg -i multimote-gopro_0.0.1_armel.deb
qmake make install
The Following User Says Thank You to marxian For This Useful Post: | ||
|
2014-07-17
, 20:38
|
Posts: 2,290 |
Thanked: 4,134 times |
Joined on Apr 2010
@ UK
|
#28
|
Building the package with dpkg-buildpackage only builds the package, it doesn't install anything. For that you need to use dpkg:
Code:dpkg -i multimote-gopro_0.0.1_armel.deb
|
2014-07-17
, 21:50
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#29
|
Yep, that's what I did originally. I built it with my scratchbox environment, scp'ed the deb to the device and installed with dpkg.
This is why I was confused it didn't work.
The Following User Says Thank You to marxian For This Useful Post: | ||
|
2014-07-28
, 22:29
|
Posts: 2,290 |
Thanked: 4,134 times |
Joined on Apr 2010
@ UK
|
#30
|
Tags |
maemo5, not sailfish, remote control |
|
In future I may expose QProcess to the scripting environment, so you can run scripts from JS, like this:
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith
My website
GitHub
Last edited by marxian; 2014-07-17 at 00:49.