Your Universal Remote Control Center
RemoteCentral.com
Philips Pronto Professional Forum - View Post
Previous section Next section Previous page Next page Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Page 3 of 7
Topic:
my TSU9400 showing Live-TV! UPDATE 14. MAY: Version 2.1
This thread has 93 replies. Displaying posts 31 through 45.
OP | Post 31 made on Monday April 14, 2008 at 12:18
Wishmaster
Long Time Member
Joined:
Posts:
March 2008
43
@rvdvoort
I also thought about taking the screenshots from the Dreambox directly when I started to write the ProntoTV. It works, but it takes a loooooooong time for the DB to get the image from the Video Ram, convert it and save it (about 10-15 Seconds!!!)
This was the reason, I use the USB Video-grabber.

@bambam_101
this device features USB-->VGA, not VGA-->USB !
So you can only output VGA through USB, not capture VGA.

I think with such a low resolution as 240x180 or 640x480 an USB video-grabber, connected to the TV out of your graphic card will do it's job well.
Post 32 made on Monday April 14, 2008 at 13:09
wgf_bean
Long Time Member
Joined:
Posts:
March 2008
29
I have another practical application for your idea.

I plan to move all my A/V equipment into a closet. I can have a web cam pointed at the front of all equipment so you can capture the state of the individual components. Sometimes there’s no substitute for seeing the actual equipment. For example if your system doesn’t have discrete volume control and you want to set to a certain level, then you could simply read it off the Pronto display by using your system.

If you want to really get fancy, you could capture the image on the PC, then do a bit of video signal processing (also on the PC) and get the states of all your equipment for positive feedback. You’d need to set up a service to do this on the PC, but it could be done.

I only just got my 9600 last week so I’m still in the early learning stages, but I can see how the proper service form a program on the PC could really add significantly to what the 9600 can do. The Pronto team may want to add the ability to get a touch position off the screen so your software could do something with these co-ordinates. It should include events for press and release along with the co-ordinates for each, and maybe some updated co-ordinates as long as you continue to touch the screen. For example if you capture the PC screen and sent it to the Pronto, then the user could touch the Pronto screen and you could send the co-ordinates back to the PC to interact with the PC directly. You could suddenly come up with all kinds of new interfaces.
Post 33 made on Monday April 14, 2008 at 17:30
THX1138
Long Time Member
Joined:
Posts:
May 2006
12
Can the dimension just be adjusted to fit the TSU9600, or is it more complex than that?
Post 34 made on Wednesday April 30, 2008 at 05:05
johanj
Long Time Member
Joined:
Posts:
January 2008
52
I finally had some time to test the module. I only have a crappy webcam so the picture isn't great but the program works fine. I had no problems with the setup. Great work Wishmaster! I used TCP/IP to girder to open/close Active Webcam on the PC. It will be really simple to change between different cameras or TV cards with a Pronto/girder/Active Webcam connection.

How many frames per second can one get? I guess that the line of xxxx indicate how many fps one recieve. The line were full with xxxx after about 80 seconds. I had signal strength between 3-4 on the pronto. Its running quite smooth but lagging a bit sometimes. It would be nice to see the actual fps calculated as an average over the last seconds;)

/Johan
Post 35 made on Thursday May 1, 2008 at 22:17
gwstudios
Senior Member
Joined:
Posts:
June 2004
1,379
Has anyone made this work or converted this to a 9600 and if so, could you share the file?

Thanks so much

Noel
Post 36 made on Thursday May 1, 2008 at 23:23
jdtva
Lurking Member
Joined:
Posts:
May 2008
3
Joined:June 2004
Posts:248
View Profile
[ View Code ]
Has anyone made this work or converted this to a 9600 New to Java Cant see were
the resolution of the image is change in code
OP | Post 37 made on Friday May 9, 2008 at 21:09
Wishmaster
Long Time Member
Joined:
Posts:
March 2008
43
@THX1138
It's no problem porting it to the 9600 and should be done in a few minutes.
Just resize and re-align the main widget displaying the captured video screenshots. (widget name: "output")

@johanj
Thanks!
Displaying the fps is a good idea and I will implement this over the weekend and post the new file.
Max fps depends on the file size per image.
If I set the jpeg compression to 50% I get about 7-10 fps, but I will let you know the exact value as soon as I implemented the mesurement function, which should not be that hard.

I'm also thinking about a feature to change the resolution:
2 instances of the same "camera" in Active Webcam.
One with a higher compression for live-view and one with a very high image-quality (90%) because then you can also read VideoText/Teletext and the OSD/Menu of the Set-Top Box.

@jdtva
you dont't need to change the resolution (in fact: with JavaScript/ProntoScript you even cannot do such things)
and remember: Java has nothing to do with JavaScript(=ProntoScript)

1.) The image provided by the server already has the correct resolution of 240x180px
2.) I also set the "CapturePin" resolution of my videograbber to 240x180px so also "Active Webcam" does not have to resize the image (makes it faster & less CPU usage)
3.) If it would be different, ProntoScript has the built-in function "stretchImage" which stretches an image loaded into a widget to the widget size:
widget(“widgetname”).stretchImage = true;

Download the official Philips ProntoScript Developers Guide!
Otherwise you will not get happy with it. Also because there are some kind of "propriatary" functions only known by ProntoScript and not the "normale" JavaScript.
OP | Post 38 made on Saturday May 10, 2008 at 17:14
Wishmaster
Long Time Member
Joined:
Posts:
March 2008
43
Here is the new V2.1 with fps display.
[Link: viso.at]

btw: I get 8 fps at 50% compression rate
Post 39 made on Friday May 23, 2008 at 09:38
Formix
Long Time Member
Joined:
Posts:
July 2007
21
Does anyone see why this couldn't work with a slingbox and take the PC server out of the picture?
Post 40 made on Wednesday May 28, 2008 at 11:04
blang2006
Long Time Member
Joined:
Posts:
May 2008
162
Dear Wishmaster,

very cool function. I testet the V2.0 on a TSU9600. The picture(s)/video is realy fast.
The dream is now to have the script for the TSU9600. You wrote earlier, that "only" the picture size has to be adjusted. Do you have this done? Do you share this?

Would be very nice. Thank you in advance.
Post 41 made on Friday June 6, 2008 at 01:56
FranckTSU9400
Long Time Member
Joined:
Posts:
June 2008
13
Hi,
That the coolest thing I have seen. But it seem's a litel complicate could you give me a hand please. I'm a french guy and my english is poor ....
Thanks in adavance.
FranckTSU9400
Post 42 made on Friday June 6, 2008 at 05:48
olivier2
Lurking Member
Joined:
Posts:
April 2004
8
What is the model of USB video grabber you use ?

Thanks
Olivier
Post 43 made on Friday June 6, 2008 at 11:13
FranckTSU9400
Long Time Member
Joined:
Posts:
June 2008
13
Well, in fact, I have just download the file on my pronto at this time.
Could you tell me what his the next step ?
Thak's
Franck
Post 44 made on Saturday June 7, 2008 at 13:41
gwstudios
Senior Member
Joined:
Posts:
June 2004
1,379
Did anyone convert this file to a 9600 yet?

Thanks

Noel
Post 45 made on Thursday June 12, 2008 at 01:52
FranckTSU9400
Long Time Member
Joined:
Posts:
June 2008
13
Hi Wishmaster,

I dont have a dream box but I do have a FreeBox do you think that could work ?

[Link: free.fr]

If so, could you help me to make it work ?
Thanks in advance.
Franck from Paris
Find in this thread:
Page 3 of 7


Jump to


Protected Feature Before you can reply to a message...
You must first register for a Remote Central user account - it's fast and free! Or, if you already have an account, please login now.

Please read the following: Unsolicited commercial advertisements are absolutely not permitted on this forum. Other private buy & sell messages should be posted to our Marketplace. For information on how to advertise your service or product click here. Remote Central reserves the right to remove or modify any post that is deemed inappropriate.

Hosting Services by ipHouse