I saw on the forums a while ago (not that I can find it) that you can boost the recording frame rate as high as 120fps and now I can't find it no matter how many searches I do
If anyone knows maybe some shell commands or anything that would be great.
Also if you know how to use an external Mic for recording I will personally direct a yo mama joke at your fat ugly mother in my first episode
Sent from my MB860 using XDA App
Every post is worth thanking
It's in build.prop somewhere I believe.
posted in error... Apologies.
ertDeath said:
I saw on the forums a while ago (not that I can find it) that you can boost the recording frame rate as high as 120fps and now I can't find it no matter how many searches I do
If anyone knows maybe some shell commands or anything that would be great.
Also if you know how to use an external Mic for recording I will personally direct a yo mama joke at your fat ugly mother in my first episode
Sent from my MB860 using XDA App
Every post is worth thanking
Click to expand...
Click to collapse
here replace this in your build.prop save and reboot i use root explorer or adb shell
adb pull /system/ build.prop
ro.media.camcorder.1080p=mp4,h264,60,24000000,aac,128000,44100,2
ro.media.camcorder.720p=mp4,h264,30,10000000,aac,128000,44100,2
ro.media.camcorder.vga=mp4,h264,30,4000000,aac,128000,44100,2
ro.media.camcorder.cif=mp4,h264,30,1500000,aac,128000,44100,2
ro.media.camcorder.qvga=mp4,h264,15,500000,aac,64000,44100,2
ro.media.camcorder.mms=3gp,h264,15,128000,amrnb,12200,8000,1
ro.media.camcorder.mmsres=qvga
ro.camcorder.zoom=true
ro.media.capture.maxres=8m
ro.media.capture.shuttertone=1
ro.media.panorama.defres=3264x1840
ro.media.panorama.frameres=1280x720
ro.camcorder.videoModes=true
ro.media.capture.fast.fps=4
ro.media.capture.slow.fps=120
media.stagefright.enable-player=true
media.stagefright.enable-meta=true
media.stagefright.enable-scan=true
media.stagefright.enable-http=true
media.stagefright.enable-record=false
after making those changes, how am I supoosed to record videos with 120hz? from the stock camera app?
It should just record at a different frame rate. 120hz recording isn't a feature I was aware the phone had but these edits aren't to open new options they are to change preset ones.
Sent from my MB860 using XDA App
Ill be putting up a thank you soon but from what I can tell these edits may already be present in alien Tom's build.prop which is what I'm using
Sent from my MB860 using XDA App
Related
Hi Guys. I seriously looked into this question, but couldn't find the answer anywhere.
...
I was in a music festival in Latvia, called POSITIVUS, and I was photographing and filming the living hell out of this festival. Afterwards, I was watching the filmed material and the sound by filming the bands perform, was... one word - terrible. I was thinking - yeah, it was loud, so, no wonder. But then i saw the same band in practically the same footage filmed next to me, with my friends iPhone 4 and in his footage the sound was great. No noise, no speakers blasting horrible sounds.
...
SO, i was wondering... maybe someone knows how to limit the sound input in video recording so it wouldn't sound like the speakers are about to blow up.
...
Please dev's... could you look into this?
There's a hacked Camera App, try that...
Sent from my GT-I9100 using Tapatalk
the hacked camera helpes to reduce the bass but it enhances treble which is also not better...
!!!
adyscorpius said:
There's a hacked Camera App, try that...
Sent from my GT-I9100 using Tapatalk
Click to expand...
Click to collapse
I am on Villain ROM with VillainRomTweaks and i Installed the better camera apk., I never would ask for something like that, IF IT WAS SO OBVIOUS!
...
DEV's I am hoping for your help... Please, Devs...
I have the same problem. I've recorded a live concert and the sounds are terrible. I'm sure it is possible to fix that.
For sound recording only, I'm using Hi-Q MP3 recorder. This app allows to control volume input levels. The result is much better.
If there was a way to link the Hi-Q recorder to the video app as the default audio then we would be one step closer.....
Any Solution for this ???????????/
I have the same problem? Anybody can help????/
Can we edit media_profiles.xml in system/etc to trick or phones into recording in higher quality etc?
Sent From My EVO3D
fifedogg said:
Can we edit media_profiles.xml in system/etc to trick or phones into recording in higher quality etc?
Sent From My EVO3D
Click to expand...
Click to collapse
Very good timing on this question.
In our camera compression thread, where we are looking at methods of modifying the stock camera picture quality being saved, there was a post linking a camera mod for the sensation where they modify media_profiles to achieve higher video camera recording quality.
Given the sensation device shares a lot of similarities with our device, it would seem this might be a quick mod to achieve higher video recording qualities. The sensation camera mod thread has their modified media_profiles.xml files, which might be a direct drop in for our device, or might need to be slightly modified. The steps I would take and suggest:
1) Record a video at the stock settings to compare to after making modifications
2) Make a backup of the stock media_profiles.xml file from our device before making any changes.
3) Compare the modified sensation file to our stock file to look for the differences.
4) Implement adjustments on our media_profiles.xml file.
5) Record another video to compare to the original video.
Hope that helps! Let us know if you're able to dig deeper!
I used that file and it is working great so far. Just write over the stock media_profiles.xml file and try it out. So far so good. I opened up his flasheable zip and took that file out of there. When I flashed the zip the camera app wasn't working correctly and was always in 3d even in 2d mode.
If I could upload the file I would but the xda app won't let me.
Sent From My EVO3D
Is this possible? I've googled and can't find a clear answer. IN THEORY.. couldn't we add a codec package to the firmware, and then change the build.prop to suit the codec of choice?
In the build.prop line:
camcorder.720p=mp4, h264, 30, 12000000, aac, 128000, 44100, 2
mp4=Video Codec
h264=Video Encoding*works alongside mp4*
30=fps
12000000=pixels to capture or its the BIG NUMBER(30fps=this) for fps*
aac=audeo codec
128000=hz to capture at top*
44100=hz to capture at bottom*
2=LEDs in Flash
*indicates not too sure but will find out after this post.
But anyway, if we change this line of code to meet what codecs we want, we could then possibly fix the 720p problem with our phones. AND POSSIBLY get 1080p recording on our phone.
From what I have researched, the codecs are in the kernel. BUT since we have 2nd init.d, couldn't we tweak this at boot to run a script to hijack the kernel and goto the codec(s) of choice?
discuss.
Interested and watching.
Sent from my rooted and debloated X2!
I read up last night and an app can call for its own Codec.. I'll post a source when i'm at a computer
Tapin' the Talk on my GBP7
I Know I've Read About MX Video Player. Not Sure If That's The One You're Referring To.
This sounds awesome. You rock.
Sent from my DROID X2 using XDA App
As of right now, we cannot hijack the kernel with 2nd-init. However, kexec (what 2nd-init uses) can hijack the kernel on its own. There has been work done over at Atrix about it and some people were planning on picking up there work (because they stopped when bl was unlocked).
Hello, new here. I wanted to get some suggestions on what to do for this situation.
I've been currently searching for a new phone & I've found it, the Amaze of course. I finished my research and found this to be the perfect phone for me, though there is one issue I want to know about.
The Audio Quality on this phone is down right terrible compared to many phones out there, & I don't understand if this is a software problem or a hardware problem.
I need to know if this issue can be or is already solved, because out of the many videos I've seen its the same issue with the Audio in the video, just sad for such a highend phone. Has anyone fixed this or is someone working on it? Thanks
Do you have a case on your phone? If you do then does it have the holes around the camera where the holes are?
I just recorded my daughters school play with ky phone and it sounds great. Then again I'm using a modded Camera.apk and using a Custom Rom. But the Quality of my recordings were nice.
--------------------------------
It's Better To Fail At Originality
Than To Succeed In Imitation.
--------------------------------
I've noticed that audio is passable on normal recordings. I happen to be a race fan, and IndyCar and F1 sound terrible on this phone. They overpower the mic and the audio is clipped or something, becuase I get alot of loud scratchy noise. I'm on stock, BTW.
Thanks for replying
@Double0EK - I've still yet to buy the phone, I'm just making sure before I buy that it can be fixed. I heard that this issue could be resolved by using a Custom ROM, I wish I could post youtube links right away to show you what I mean. Its like a hollow super sensitive mic, its most noticeable when recording voice.
@oryan_dunn - That's similar but even then, just simple voice recording sounds bad to me. Every single video that I watch you can tell of the quality, since I can't post youtube links yet, if you happen to be on there you can search for video samples of peoples voice on it.
Here's a small portion of the video I recorded with my phone. I think it sounds great..but then again I came from a really early/crappy phone before I got the Amaze. So naturally everything is better for me.
https://www.youtube.com/watch?v=RIt1j5fUMks&feature=youtube_gdata_player
Edit: This was not recorded on 1080p it was only in qHD mode.
--------------------------------
It's Better To Fail At Originality
Than To Succeed In Imitation.
--------------------------------
@Double0EK - Aww, so cute, lol. Thank you very much for uploading that Yea I can tell that its much different, definitively sounds way much better. I guess I'll have to give it a go & root it right after.
I'm with the LG Optimus V, and even though the Evo 3D just came out for Virginmobile, I'm sick of their terrible service. I understand that its a prepaid, but service is just not good around in my area. T-Mobiles $30 Plan, 100minutes, unlimited texting and 5GB of data is very tempting, just needed to a phone to bring over. Thank you very much again.
i purchased this phone recently mainly because i wanted a good camera phone to bring to concert events. that way i wouldnt have to bring my camcorder. the video capture is great, however the audio was overwhelmed. i figured the 3 noise cancelling mics in the back would make sound recording good but that was not the case...
few examples:
damn i cant post links cause i dont have 10 posts yet...ill pm i guess
think i'm going to look into a modded camera.apk as well to see if i get better results
Guys,
Give lgcamera a whirl from the market. While it records in mono, the sound is much improved over the high gain HTC puts in their camcorder app. I'm on a Sensation but we suffer the same problem. With the lgcamera app you can set the audio to aac, 320kbs, 44.1khz. Sound is much better. If lgcamera doesn't do it for you try camera ICS from the market. Its basically the stock camera in the galaxy nexus.
Hope this helps.
Sent from my HTC Sensation 4G using Tapatalk 2
Double0EK said:
Here's a small portion of the video I recorded with my phone. I think it sounds great..but then again I came from a really early/crappy phone before I got the Amaze. So naturally everything is better for me.
https://www.youtube.com/watch?v=RIt1j5fUMks&feature=youtube_gdata_player
Edit: This was not recorded on 1080p it was only in qHD mode.
--------------------------------
It's Better To Fail At Originality
Than To Succeed In Imitation.
--------------------------------
Click to expand...
Click to collapse
You can hear that hissssssssss sometimes during the video that I cant stand. Its almost as if something is two loud for the video. Its always like that when recorded with stereo on. I personally always record in mono and it makes that sound go away
I was sitting next to one of the speakers so ya its kind of loud. I know what you mean tho. The mics are very sensitive.
--------------------------------
It's Better To Fail At Originality
Than To Succeed In Imitation.
--------------------------------
I can tell you quite honestly, there are some audio situations(like someone mentioned races) that NO phone is going to record well, and someone suggested an app that you can choose audio settings - that sounds like the best idea.
I attached a screenshot, disable stereo audio, this HUGELY increases quality of audio.. but I'm sure with some light googling you could find an app that will help, or there may even be some build.prop tweaks out there..
But what I think trying to capture really loud sound is something you can't expect, this is a phone not a video camera(and most video cameras have the same issue).. but this phone has such a sensitive audio that really light sounds are picked up perfectly, crisp..
I guess my final thought - you're going to lose BIG time getting any other phone just because of this one thing - lower quality video, worse color capture(samsung!), loss of many features, speed, etc.. if you're willing to get what will be an inferior phone in SOME way just to get better audio, so be it.. but there is some work around I'm sure you could find with a little effort on your part.
so i downloaded and installed lgcamera... did a recording with stock camera app and then recorded the exact same stuff and me saying the exact same thing with lgcamera app. didnt hear much of a difference... THEN i decided to turn ''camcorder'' mode ON in lgcamera app and holy mother of GOD excellent audio!
Now i gotta tweak the video record settings for best quality on the video. (h.264 or mpeg4, also what quality settings and whatnot from there)
ALSO it would be nice to be able to launch lgcamera app from the dedicated video record button on the side of the phone. is there a way to do that?
also, does anyone want me to upload comparison audio videos showing you the difference between stock and the settings i chose?
`Ghost` said:
so i downloaded and installed lgcamera... did a recording with stock camera app and then recorded the exact same stuff and me saying the exact same thing with lgcamera app. didnt hear much of a difference... THEN i decided to turn ''camcorder'' mode ON in lgcamera app and holy mother of GOD excellent audio!
Now i gotta tweak the video record settings for best quality on the video. (h.264 or mpeg4, also what quality settings and whatnot from there)
ALSO it would be nice to be able to launch lgcamera app from the dedicated video record button on the side of the phone. is there a way to do that?
also, does anyone want me to upload comparison audio videos showing you the difference between stock and the settings i chose?
Click to expand...
Click to collapse
I'm curious on the comparison video.. I just downloaded the app, really like it so far.. only issue is that I haven't found a video setting that works properly yet - what are all the video settings you're using? It will record SOMETHING.. but the screen freezes when I hit record, and it can't play whatever the output video is. I tried all the formats, multiple frames per second, different audio settings..
But definitely a nice app, once I get video working properly it will be my daily driver.
As for changing the camera button to that app, that may be pretty difficult.. it is something you have to change in the is, unless there's an app for that. I know tasker could do it.. but start Googling button remapper, and check the market.. I think I remember something that could do it.
edit: now when I press the key it automatically opens the app, I didn't change any settings.. so there must be some setting in the app for that perhaps? Otherwise, tasker will do the trick..
Sent from my HTC_Amaze_4G using xda app-developers app
holding the camera key opens up lg camera so thats nice. but holding the dedicated video camera button still opens the stock video camera... curious.
Ill tell you my settings later when i upload the comparison video
seems there is a setback. lgcamera videos would playback choppy and super slow. tried to record with the stock app and the video came out the same way. did some research online, it seems sometimes LGcamera will corrupt and even mess up the stock camera forcing a factory reset to get everything working again. luckily my phone iso nly 2 days old so factory resetting isnt a pain for me.
ill see what i come up with afterwards
`Ghost` said:
seems there is a setback. lgcamera videos would playback choppy and super slow. tried to record with the stock app and the video came out the same way. did some research online, it seems sometimes LGcamera will corrupt and even mess up the stock camera forcing a factory reset to get everything working again. luckily my phone iso nly 2 days old so factory resetting isnt a pain for me.
ill see what i come up with afterwards
Click to expand...
Click to collapse
Try switching the scene mode to action or flowers. Flowers work best for me for consistent 30fps. Also make sure you test frame output in good lighting. Dim lighting will always have a lower recorded frame rate.
what i mean is when i plugged the camera back in to my computer and tried to play the videos on my computer, they would run at like 1/4th the speed and sometimes not play. after fcatory resetting it still did this. i restarted my computer and it fixed it. so maybe it was a playback issure on my comp vs the phone. i kept recording videos and plugging and unplugging my phone to my cmputer. i probably created a feedback loop or mucked up drivers or something. ill keep giving it a go.
http://youtu.be/JDB2zBHEoz0
And here it is.
I tested out stock camera stereo off, lg camera stereo on, and lg camera stereo off.
lgcamera stereo off is the exact sound quality we're looking for. It clearly works and sounds great! I sample them in my house and outside with fireworks going off to give you an idea how it will do with loud sounds and all that good stuff. check it out, i think you'll be pleasently surprised. ill be using lgcamera for my videos from here on out.
I saw no distinguishable difference in the 'quality' of the video between stock camera app and lgcamera at 20mb for video recording. (anything above 20 will not work as it will fail in recording. and when it does record when you watch it later the file will be corrupt)
settings are
video:
1920x1080
H.264
MPEG4
20Mbit (any higher will result in freezes and corrupt files)
30fps
Audio:
Camcorder
AAC
4800
32000
interesting
`Ghost` said:
http://youtu.be/JDB2zBHEoz0
And here it is.
I tested out stock camera stereo off, lg camera stereo on, and lg camera stereo off.
lgcamera stereo off is the exact sound quality we're looking for. It clearly works and sounds great! I sample them in my house and outside with fireworks going off to give you an idea how it will do with loud sounds and all that good stuff. check it out, i think you'll be pleasently surprised. ill be using lgcamera for my videos from here on out.
I saw no distinguishable difference in the 'quality' of the video between stock camera app and lgcamera at 20mb for video recording. (anything above 20 will not work as it will fail in recording. and when it does record when you watch it later the file will be corrupt)
settings are
video:
1920x1080
H.264
MPEG4
20Mbit (any higher will result in freezes and corrupt files)
30fps
Audio:
Camcorder
AAC
4800
32000
Click to expand...
Click to collapse
It won't work for me at that resolution, it just says video record failed, I have to use 1920x1088 or less than that. Also, I think you meant audio settings 48000 and 320000, but if you did.. it gets really choppy at that point. Lowering the settings much below that increases video quality, but then the sound is worse than stock video.
I'm thinking the audio quality of the stock video player is the highest it can be while still maintaining highest quality video, or at least that is what I gather from testing between the two. And besides, after doing the camera hack included in most current roms, the audio quality is MUCH better, which makes me think that the 40mb/s recording allows for better audio with stock.
Are you using the camera hack or a rom that has it included? If not, give it a try, I think it makes this camera app kind of a moot point.. if this app had more polish, and worked more consistently, maybe I would make the switch, but the stock app isn't bad by far, even less so with the camera mod.
Here is the settings that are used by the stock tmo camera app(from the modified media_profiles.xml in system/etc), if you are mainly trying to get better quality sound, that is the file you need to modify. If you are stock, but rooted.. find the mod, this is what it would look like:
<AudioEncoderCap name="aac" enabled="true"
minBitRate="8000" maxBitRate="96000"
minSampleRate="8000" maxSampleRate="48000"
minChannels="1" maxChannels="2" />
<AudioEncoderCap name="amrwb" enabled="true"
minBitRate="6600" maxBitRate="23050"
minSampleRate="16000" maxSampleRate="16000"
minChannels="1" maxChannels="1" />
<AudioEncoderCap name="amrnb" enabled="true"
minBitRate="5525" maxBitRate="12200"
minSampleRate="8000" maxSampleRate="8000"
minChannels="1" maxChannels="1" />
Click to expand...
Click to collapse
Raise the minbitrate and minsamplerate to something higher, and raise the max if that isn't high enough for you.. if you don't want it to record in amrwb or amrnb format change those lines to enabled="false"
Makes more sense than using a 3rd party app that only sorta works I think..
I've been looking for a better camera app.
By "better", I am referring to faster/quality. Not instagram and other image manipulation nonsense.
I am also aware that we are limited by hardware, but still there must be something better.
Has anyone found a suitable contender?
Kaioh_shin said:
I've been looking for a better camera app.
By "better", I am referring to faster/quality. Not instagram and other image manipulation nonsense.
I am also aware that we are limited by hardware, but still there must be something better.
Has anyone found a suitable contender?
Click to expand...
Click to collapse
Camera jb+
Sent from my LG-P769 using Tapatalk 4
Is there any way to improve the quality of the camera? It is almost useless. Rooting or something?
Kaioh_shin said:
I've been looking for a better camera app.
By "better", I am referring to faster/quality. Not instagram and other image manipulation nonsense.
I am also aware that we are limited by hardware, but still there must be something better.
Has anyone found a suitable contender?
Click to expand...
Click to collapse
The best camera, IMHO, is LG Camera Pro.
Better Camera App
I am using super app LGcamera (there is free version too) and there is available to set these things:
video bitrate (default is 15MBps) i use 20MBps
audio quality is better (FULL HD VIDEO) 96kbps, mono, 48000HZ
you can change your save destination
take a photo while recording a movie
....and more
Hey guys
thanks for the opinion!
I've tried for a while jb+ and I enjoyed it more than the stock one (was faster and minimal UI). I did not enjoy however the way you change settings, it seemed awkward. Also the video recorder does no support 1080. Another thing was the lighting setting, auto mode was rubbish and I had to manually select lighting for each photo.
Starting today, I'll be trying LGcamera.
So far, I'm impressed. It really feels solid and works good.
Video supports 1080 and takes photos at 5MP(stock takes photos at 2MP, I believe)
Focus seems better to.
I'd like to ask you guys:
What settings to you use? (focus, photo mode, light)
Also for video
Thanks!
I'm a fan of the stock Nexus camera app and purchased Camera JB+....works for me.
Sent from my LG-P769 using XDA Premium 4 mobile app
I like camera 360
Sent from my LG-P769 using xda app-developers app
I love Camera jb+ too and i purchased it!
It's an amazing app!!
Sent from my LG-P760 using xda app-developers app
steve1000 said:
I love Camera jb+ too and i purchased it!
It's an amazing app!!
Click to expand...
Click to collapse
And it records video in 1080p? I'm trying to put the 1080p in the settings and have FC.
no it just works with 720p but i thing thats enough
Any link to download LG Camera Pro ?
Envoyé depuis mon LG-P970
steve1000 said:
no it just works with 720p but i thing thats enough
Click to expand...
Click to collapse
I see no point in recording in 1080p.....just my humble opinion. 720p works for me too.
Sent from my LG-P769 using XDA Premium 4 mobile app
Motorola camera
Sent from my LG-P769 using XDA Premium 4 mobile app
Does anyone else camera, except LG Camera Pro, which records video in 1080?
noisexoma said:
Does anyone else camera, except LG Camera Pro, which records video in 1080?
Click to expand...
Click to collapse
jb+ camera and snap camera you will need disable "stabilization" in both of them to record in 1080 otherwise will give you fc , sorry about my english :good:
Try moto x camera Google it a really cool camera app as a standalone
Sent from The Galaxy Using Tapatalk 4
Those options have terrible video framerates.
CameraJB+, LGCamera, Camera FV-5, give me bad framerates in video. I'm not sure if there's a fix or something but in darker areas like indoors, the exposure doesn't fix so the framerates dip into the single digits. The only thing I want is just timestamped filenames. Is there a modified Stock possibly?
Solution
steventechno said:
CameraJB+, LGCamera, Camera FV-5, give me bad framerates in video. I'm not sure if there's a fix or something but in darker areas like indoors, the exposure doesn't fix so the framerates dip into the single digits. The only thing I want is just timestamped filenames. Is there a modified Stock possibly?
Click to expand...
Click to collapse
Hey, I see what you mean and I think I can help you.
Here's what you need to do:
1. Get root access to your device (there're plenty of ways)
2. Unzip the attached archive and replace your device's media_profiles.xml with the one from the archive.
To do that, use Root Explorer app and go to /etc. Copy new media profiles and confirm the replacement. Then, don't forget to set the permissions of the new one to rw-r--r--.
3. Restart your device.
Now you have better sound quality in stock app (48000 kHz, 160 kbps) and you have better fps compatibility.
There're several apps for you to use:
a) For better quality and control, you can use FV-5 Cinema app. You should get fixed 30 fps under default settings.
b) As for LGCamera (the one with the older interface, version number around 5.4), you should set fps to 25 and you will get a stable 25 fps, regardless of the lighting.
c) However, if you are using the newer LGCamera (version 7), you'll have to go for a little trick:
Launch the app, and set the fps to 30. Now, go to Setting tab (the last one), select "Edit camera script" and add the following after the existing lines:
preview-fps-range=30000,30000
Now, restart LGCamera app, and you will have stable 30fps performance.
So, there're 3 options for you, choose whichever you like
P.S. I have P765 with the stock firmware from P760, version 20p.
Thanks but
Ace4Apps said:
Hey, I see what you mean and I think I can help you.
Here's what you need to do:
1. Get root access to your device (there're plenty of ways)
2. Unzip the attached archive and replace your device's media_profiles.xml with the one from the archive.
To do that, use Root Explorer app and go to /etc. Copy new media profiles and confirm the replacement. Then, don't forget to set the permissions of the new one to rw-r--r--.
3. Restart your device.
Now you have better sound quality in stock app (48000 kHz, 160 kbps) and you have better fps compatibility.
There're several apps for you to use:
a) For better quality and control, you can use FV-5 Cinema app. You should get fixed 30 fps under default settings.
b) As for LGCamera (the one with the older interface, version number around 5.4), you should set fps to 25 and you will get a stable 25 fps, regardless of the lighting.
c) However, if you are using the newer LGCamera (version 7), you'll have to go for a little trick:
Launch the app, and set the fps to 30. Now, go to Setting tab (the last one), select "Edit camera script" and add the following after the existing lines:
preview-fps-range=30000,30000
Now, restart LGCamera app, and you will have stable 30fps performance.
So, there're 3 options for you, choose whichever you like
P.S. I have P765 with the stock firmware from P760, version 20p.
Click to expand...
Click to collapse
That trick unfortunately didn't make a difference.. All third party apps are still agonizingly laggy. Thanks though, it was worth the shot.