Hello !
Like many of you, I have a PocketPC with 2 cameras, one on the front and one in the back. My PocketPC is a HTC Kaiser, by the way.
So what about using your Pocket PC as a mirror ?!
it can be use useful, just to check that your tie is well done before going to a job interview
Is it possible to start HTC Camera application with an argument so that instead of the back camera, the front camera is used ?
If yes, how ? If no, how can I achieve the same result ?
Chris
ps: I have already tried the mirror effect platisc that you can but on the PPC display. But I do not like it because then it is almost impossible to see the display when you are outside, because of amount of light reflexion.
take a picture of yourself then view it
sounds like a good idea though.. i wish my touch had a front camera.
Taking a picture is not what I want.
I want my PocketPC to act exactly like a mirror, that means, I want to see myself in live.
Do you know how to open the HTC camera using the front camera instead of the back one ?
The camera app on the Athena/Ameo lets you choose which camera to use...
I assume if you set the right registry settings before you start the app the camera app will start with the right camera.
It should be easy, some-one more motivated than I should be able to do it.
Surur
Pantaloonie said:
The camera app on the Athena/Ameo lets you choose which camera to use...
Click to expand...
Click to collapse
Same with the Polaris
For Kaiser (looking at your sig) open camera tap anywhere on screen the press the 'camera' button from the munu that pops up (lower bar center box on my kaiser) and it switches to the front camera. do that again to switch image and again to go back to normal camera.
nahguam said:
Same with the Polaris
Click to expand...
Click to collapse
same with touch dual
I think you are missing his point? He wants the front camera selected by default
Yes, exactly, I want the front camera to be used by just pressing a button.
So that I can really use my pocket pc as a mirror.
A mirror is an easy tool, you just have to look at it.
I want the same with my pocket pc: pressing one button and just looking at the pocket pc, to see myself
I will investigate about a registry hack. If there are no way to give arguments to the HTC Camera application, it is the only way I can see.
are you really that handsome ?
Maybe to find a real mirror is easier than to find the solution with the camera
I turned my prophet's screen off, now i can see myself and even my tie easily.. my prophet turns into a mirror by one button press althouhg it has only one camera
I investigated about the registry changes to switch between the front and back camera, here is the registry controlling the settings:
HKEY_CURRENT_USER\Software\HTC\Camera\5.04\Preferences\Values
This is the content of Values when using the back camera:
0f,00,00,00,05,00,00,00,05,00,00,00,05,00,00,00,03,00,00,00,03,00,00,00,03,00,00,00,01,00,00,00,03,00,00,00,05,00,00,00,03,00,00,00,03,00,00,00,03,00,00,00,01,00,00,00,03,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,90,01,00,00,40,1f,00,00,01,10,00,55,01,02,01,01,40,00,00,00,01,00,00,00,01,00,00,00,01,00,00,00,01,00,00,00,00,00,00,00,00,04,00,04,09,11,20,00,45,46,00,00,28,00,00,00,03,00,00,00,01,00,00,00,00,00,00,00,c0,27,09,00,01,00,00,00,00,00,00,00
and this is the content of Values, when using the front camera:
0f,00,00,00,05,00,00,00,05,00,00,00,05,00,00,00,03,00,00,00,03,00,00,00,03,00,00,00,01,00,00,00,03,00,00,00,05,00,00,00,03,00,00,00,03,00,00,00,03,00,00,00,01,00,00,00,03,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,90,01,00,00,40,1f,00,00,01,10,00,55,01,02,01,01,40,00,00,00,01,00,00,00,01,00,00,00,01,00,00,00,01,00,00,00,00,00,00,00,40,00,40,00,09,11,20,00,45,46,00,00,28,00,00,00,03,00,00,00,01,00,00,00,00,00,00,00,c0,27,09,00,01,00,00,00,00,00,00,00
The changes are displayed in bold. I know that you can change a "normal" registry, but how to change such a large number list in the registry automatically ?
I'm interested in this too... I would be great if you press for long time the camera button to activate the front camera!
Mortscript could do it.
Surur
I have tried with SKshema (which is a bit like mortscript), but the problem is that instead of using several registry values, HTC Camera is using only 1 registry value and but lots of data into it. So I do not see how to change it with these script tools.
Can someone provide us with a script example to change this registry value to use the front camera ?
Anyone can tell me how to change the registry so that the HTC Camera is starting with the front camera instead of the back camera ?
Camera in Mirror with SKtools
Hello !
So no reply about an argument to camera.exe to launch it using the front camera instead of the back camera.
So I have found alternative way by using the tap feature of SKTools, here is my solution:
#r(\Windows\Camera.exe)
#r(#tap) #p(120;160) #sleep(1000)
#r(#tap) #p(5;160)
#r(#tap) #p(120;160)
It works well, I would just wish to get the camera immediately in fullscreen, because it needs 30 second to have the various camera logos the screen to disappear. Do you have any suggestions ?