I just want to say You guys are doing an incredible job. So fascinating to follow a thread where code gods are doing there magic and helping each other
Keep up the good work!
Keep up the good work!
I remember seeing tags like either "720p" or "hd" alongside vga/d1 etc. in blurcamera.apk, so perhaps "hd" would work.Looks like "720p" was not the right tag, and it did fall back to something bad.
It's a software issue most likely. The current image has to be examined and then the stepper for the lens has to be moved into the right direction. Not trivial thoug.I have a question.
To have Continous-Autofocus on video recording needs a special hardware? or it's only software?
Intresting. I just updated the ASCII ones. The preview-sizes are the important ones.The Values for the Video modes can be found in libsoccamera.so using a hex editor.
Starting at arround offset 182b8 .
Example :
182e4 -> 80 02 00 00 e0 01
80 02 = 0280 hex = 640
e0 01 = 01e0 hex = 480
All values for all modes are stored there.
Allways two zero bytes inbetween.
It's hard to do this? continous video-autofocus it's coolIt's a software issue most likely. The current image has to be examined and then the stepper for the lens has to be moved into the right direction. Not trivial thoug.
all work greate, thx for mod., but why:
ro.build.fingerprint=moto/MB525_RTCEE/umts_jordan/jordan:2.1-update1/JRDNEM_U3_2.34.1/89356655:user/release-keys
2.1-update1?
in orig GB froyo, i have:
ro.build.fingerprint=MOTO/MB525_RTGB/umts_jordan/jordan:2.2.1/3.4.2-117/1295320518:user/release-keys
-----
it's not a problem, just need for send correct quadrant discription of scores (for example)
i dont see diference bewten WVGA recording...Hi,
Here is sample recorded videos:
720 1000000
&
VGA 800000
PS
I can't add links here :-(
Watch on Youtube by searching markbether's videos.
It's an 480p on youtubeHi,
Here is sample recorded videos:
720 1000000
&
VGA 800000
PS
I can't add links here :-(
Watch on Youtube by searching markbether's videos.
WVGA doesnt have h.264??? uuu... finally defy doesnt have a IVA2+ to record in HD?Video: MPEG4 Video 848x480 [Video]
Audio: AAC 44100Hz stereo 1411Kbps [Audio]
Video: MPEG4 Video (H264) 640x480 [Video]
Audio: AAC 44100Hz stereo 1411Kbps [Audio]
woaa! i whant to see soon the 720P recording...File build.prop can be modyfy by changing m4v <-> h264.
(...)
ro.media.camcorder.720p=mp4,m4v,30,10000000,aac,96000,44100,2
ro.media.camcorder.vga=mp4,h264,30,8000000,aac,96000,44100,2
(...)