Télécommande ADSTech DualTV USB (1 Viewer)

C

champi87

Guest
Bonjour!

Est-ce que quelqu'un aurait des infos sur la façon d'exploiter au mieux avec MP la télécommande fournie avec les boitiers ADSTech USB (dans mon cas : DualTV USB, f332) svp?

En gros elle est exploitée par RMC.exe (Ulead Remote Control Center) et les paramètres sont stockés dans le fichier Program Files\Ulead Systems\Ulead InstaMedia 2.1\rmcmatchlock.ini

aperçu :
Code:
; ini for Matchlock

[Program Folder]
; Type = 1, will search the HKLM\SoftWare\Microsoft\Windows\CurrentVersion\APP Paths\
; Type = 2,  Search HKLM\SoftWare\Ulead Systems\Product\Version\Installer
; Type = 3, will check the program sub folder
Type = 3
Exe = UMC.exe
Subfolder = 

[Window]
count = 1
Class1 = #32770
Caption1 = Matchlock

[Attribute]
;Video = 1 means it is video ap, two video AP cannot be run at the same time
Video = 1

[Define]
;#define DVD_ID_CAPTURE_FRAME  32791
;#define DVD_IDC_TITLEMENU      32793
;#define DVD_ID_ADD_BOOKMARK      32804
;#define DVD_IDC_SLOWPLAY      1020
;#define DVD_ID_PREV_CHAPTER      32778
;#define DVD_ID_NEXT_CHAPTER      32777
;#define DVD_IDC_FASTRWD    1015
;#define DVD_IDC_PLAY    1007
;#define DVD_IDC_FASTFORWARD      1013
;#define DVD_IDC_STOP    1009
;#define DVD_IDC_PAUSE    1012
;#define DVD_IDS_KEY_LEFT      32833
;#define DVD_IDS_KEY_UP    32831  
;#define DVD_IDS_KEY_RIGHT      32834
;#define DVD_IDS_KEY_DOWN      32832
;#define DVD_IDC_FULLSCREEN      1011
;#define DVD_ID_MINIMIZE_WND      32786
;#define DVD_ID_CAMERA_ANGLE         32796

[Command]
;RCPMSG_PLAYLIST    =    MAP_COMMAND, 1011
;RCPMSG_CH_DOWN    =    MAP_COMMAND, DVR_IDS_KEY_DOWN
;RCPMSG_CH_UP    =    MAP_COMMAND, DVR_IDS_KEY_UP
;RCPMSG_INPUT    =    MAP_COMMAND, 32796
;RCPMSG_ZOOM        =    MAP_COMMAND, 32786
;RCPMSG_DIGIT_1        =    MAP_KEY, VK_NUMPAD1
;RCPMSG_DIGIT_2        =    MAP_KEY, VK_NUMPAD2

Elle est reconnue sous Windows sous l'appellation : "SG Remote Control Device"

Si qq1 a donc des infos sur l'exploitation de ce recepteur par le biais de Media Portal, je suis preneur. Merci
<
 

Scubefr

Portal Pro
May 19, 2004
8,603
4
ailleurs
Home Country
France France
j'avais loupé ce message, désolé...

Ca me dis pas grand chose, la config de ta télécommande se fait uniquement via ce fichier INI?

quand je vois ca :
Code:
;RCPMSG_PLAYLIST    = MAP_COMMAND, 1011
;RCPMSG_CH_DOWN    = MAP_COMMAND, DVR_IDS_KEY_DOWN
;RCPMSG_CH_UP    = MAP_COMMAND, DVR_IDS_KEY_UP
;RCPMSG_INPUT    = MAP_COMMAND, 32796
;RCPMSG_ZOOM     = MAP_COMMAND, 32786
;RCPMSG_DIGIT_1     = MAP_KEY, VK_NUMPAD1
;RCPMSG_DIGIT_2     = MAP_KEY, VK_NUMPAD2

j'ai un doute sur quelque chose : RCPMSG_DIGIT_2 correspond a la touche et MAP_KEY, VK_NUMPAD2 a la fonction ou cest l'inverse ?
il faudrat recuperer sur le site du construceur le nom de toutes les touches et le nom de toutes les fonctions qui peuvent etre appellés, ensuite il faudra reconstruire un fichier INI avec comme commande appeler les raccourcis clavier de MP ...
 

Users who are viewing this thread

Top Bottom