AVerTV remote control plugin (1 Viewer)

falcc

Portal Member
August 9, 2005
16
0
Brisbane, Australia
Bad news. Your app does not show any info. I'm guessing that without a RM-FP remote you cannot test V6?

Have you tried to use V6 with your card?
 

AlexPlas

Portal Pro
August 24, 2006
231
41
Kyiv, Ukraine
Home Country
Ukraine Ukraine
Hello all.

Here is new version of my test app. I hope this version will give better results.

falcc
I can't test V6 with my card. My card only supported by AVerTV V5. So all my decisions based on some semi-hackers methods.

jmsegov
Sources also included. App written in Delphi but i think app is very simple and if you using different language you may rewrite it fast.
 

lordv

New Member
September 7, 2006
4
0
Hi,

I get respose from your application!!

I pressed, left, right, up down. Output:

AVerTV version 6 QuickTV found
WM_USER + 2408, wParam: 0x00000C0E, lParam: 0x00000001
WM_USER + 2408, wParam: 0x00000C0E, lParam: 0x00000000
WM_USER + 2408, wParam: 0x00000C0F, lParam: 0x00000001
WM_USER + 2408, wParam: 0x00000C0F, lParam: 0x00000000

Does this mean, you can modify the plugin to work with that remote?

Daniel
 

AlexPlas

Portal Pro
August 24, 2006
231
41
Kyiv, Ukraine
Home Country
Ukraine Ukraine
Great news!!!

Yes now I can change my plugin to support both Version 5 and Version 6 AVerTV application and all AVer remote controls.

Can you prepare for me codes for all remote control buttons.
Just type button name in my test app and pres it.
You should have text like this

AVerTV version 5 QuickTV found
VOLUME+
WM_USER + 151, wParam: 0x00000C0E, lParam: 0x00000000
VOLUME-
WM_USER + 151, wParam: 0x00000C0E, lParam: 0x00000001
CHANNEL/PAGE+
WM_USER + 151, wParam: 0x00000C0F, lParam: 0x00000000
CHANNEL/PAGE-
WM_USER + 151, wParam: 0x00000C0F, lParam: 0x00000001

BTW seems like you pressed same buttons end have same codes... thats good
 

lordv

New Member
September 7, 2006
4
0
POWER
WM_USER + 2408, wParam: 0x00000BC6, lParam: 0x00000000
SOURCE
WM_USER + 2408, wParam: 0x00000C0B, lParam: 0x00000000
1
WM_USER + 2408, wParam: 0x00000C16, lParam: 0x00000001
2
WM_USER + 2408, wParam: 0x00000C16, lParam: 0x00000002
3
WM_USER + 2408, wParam: 0x00000C16, lParam: 0x00000003
4
WM_USER + 2408, wParam: 0x00000C16, lParam: 0x00000004
5
WM_USER + 2408, wParam: 0x00000C16, lParam: 0x00000005
6
WM_USER + 2408, wParam: 0x00000C16, lParam: 0x00000006
7
WM_USER + 2408, wParam: 0x00000C16, lParam: 0x00000007
8
WM_USER + 2408, wParam: 0x00000C16, lParam: 0x00000008
9
WM_USER + 2408, wParam: 0x00000C16, lParam: 0x00000009
0
WM_USER + 2408, wParam: 0x00000C16, lParam: 0x00000000
DISPLAY/L
WM_USER + 2408, wParam: 0x00000C10, lParam: 0x00000000
CH RTN/R
WM_USER + 2408, wParam: 0x00000C0A, lParam: 0x00000000
SNAP SHOT
WM_USER + 2408, wParam: 0x00000C12, lParam: 0x00000000
16-CH PREV
WM_USER + 2408, wParam: 0x00000C14, lParam: 0x00000000
VOL-
WM_USER + 2408, wParam: 0x00000C0E, lParam: 0x00000001
VOL+
WM_USER + 2408, wParam: 0x00000C0E, lParam: 0x00000000
CHANNEL UP
WM_USER + 2408, wParam: 0x00000C0F, lParam: 0x00000000
CHANNEL DOWN
WM_USER + 2408, wParam: 0x00000C0F, lParam: 0x00000001
MUTE
WM_USER + 2408, wParam: 0x00000C0D, lParam: 0x00000000
AUDIO
WM_USER + 2408, wParam: 0x00000C0C, lParam: 0x00000000
RECORD
WM_USER + 2408, wParam: 0x00000BF9, lParam: 0x00000000
PLAY
WM_USER + 2408, wParam: 0x00000BF7, lParam: 0x00000000
STOP
WM_USER + 2408, wParam: 0x00000BF8, lParam: 0x00000000
TIMESHIFT/PAUSE
WM_USER + 2408, wParam: 0x00000BF6, lParam: 0x00000000
SHIFT LEFT/PINK
WM_USER + 2408, wParam: 0x00000C19, lParam: 0x00000000
SHIFT RIGHT/YELLOW
WM_USER + 2408, wParam: 0x00000C18, lParam: 0x00000000
TELETEXT
WM_USER + 2408, wParam: 0x00000BC1, lParam: 0x00000000
GREEN/WAKE UP
WM_USER + 2408, wParam: 0x00000C1D, lParam: 0x00000708
BLUE/SLEEP
WM_USER + 2408, wParam: 0x00000C1E, lParam: 0x00000708
EPG
WM_USER + 2408, wParam: 0x00000C1B, lParam: 0x00000000
MENU
WM_USER + 2408, wParam: 0x00000C1C, lParam: 0x00000000
 

lordv

New Member
September 7, 2006
4
0
I knew I would forget something - it lies so central that i just overlooked it ;)

FULLSCREEN:
WM_USER + 2408, wParam: 0x00000C13, lParam: 0x00000000
 

Users who are viewing this thread

Top Bottom