is there any camera program for elf .ı dont like its own camera program and how can we make the frame rate higher to 25 thanx.there .s a camera program which name is coolcamera you can use it as webcam and format is avi
Related
Could anybody make a better camera application for the imate jam ?
I saw the camera app on this board but it doens't work for me.
If it is possible : with a digital zoom and with a countdown timer to make a picture of yourself
I found that the digital zoom for the imate jam only works at low resolution, so why isn't it possible at i high res ...
THX :roll:
I have been extensively reviewing the photos posted all over the web before purchasing my own HTC wizard . The photos seem to be good , but doesn't it look kind of funny that this does not support atleast 320 X 240 video ? Is there any software available that can substitute the existing camera software allowing this ? If you can remember , SonyEricsson P800 didn't have a video camera , but Philips ( I think ) had developed a software for it !
yep cool camera allows you to do 320x240 video recording
http://www.ateksoft.com/
is there a reg hack or program like coolcamera that work on trinty i want to record video on 640:480
my friend have imate jam that record video with 640:480 20FPS
i know trinity can record "cif" with 30FPS.
(COOLCAMERA NOT WORKING ON TRINITY!)
Coolcamera works on my Trinity, though I've not tried the video features.
the image function working but i have the HTC CAMERA program for that
if i have video 640:480 20FPS i wont need to buy camcorder
coolcamera record video on 640:480 with 2FPS like 320:240
but the original htc camera program record on 320:240 with 30FPS
Hi ! Is there a way to record video at 320x240 with the Prophet ? (my unit is the S200). Possibly by using software or something ? (normally the max resolution for video recording on the S200 is 176x144, which is kind of strange considering that S100 and other HTC/Qtek even older models are capable of recording at 320x240 resolution)
Many thanks.
anybody ?
Coolcamera can switch resolution up to 640x480.
Unfortunately the framerate drops to 10fps @320 and 4fps @640 what is not so great.
I am wondering also why other devices are so much better with video..maybe therer is a different solution out there using also the Intel graphicsprozessor onboard.
If anybody has a better solution i am interested in it also.
there was a bug once
before i upgraded ROM it showed 320x240 video resolution option but did record in the small (140x80 or sth). After upgrading I thought they would fix it but instead they just removed the option!!
are new's about de SW to use a 320x240 video resolution ??
use CoolCamera, you can use 320x240 but the framerate will probably be low. I found that framerate depends especially on SD card speed. So the SD card is the bottleneck. If you use hi-speed SD card framerate should be accetable. Good ligting is also very important
Hi,
I wrote a small application to play a H.264 video with DirectShow. Program works but the problem is frame rate is very low. But when I play the same MP4 file with Windows media player frame rate is fine. Below is the code what I am doing. I don't understand why frame rate from my program is so less? What can I do to make it better? BTW I am using HTC Touch Pro.
CoCreateInstance(CLSID_FilterGraph, NULL, CLSCTX_INPROC_SERVER, IID_IGraphBuilder, (LPVOID *)&pGraphBuilder);
pGraphBuilder->QueryInterface(IID_IMediaControl, (LPVOID *)&pMediaControl);
pGraphBuilder->RenderFile(filePath,NULL);
pGraphBuilder->QueryInterface(IID_IVideoWindow, (LPVOID *)&pVideoWin);
pVideoWin->put_FullScreenMode(OATRUE);
pMediaControl->Run();
Thanks