cancel
Showing results for 
Search instead for 
Did you mean: 

What are people using to record demo videos?

Anonymous
Not applicable
Hi there, I've tried several screen recording apps for GearVR to try and record demos from my Unity projects, but I can't seem to get anything that'll record more than a handful of frames per second. I've tried Lollipop Screen Recorder and Recordable at various settings, but the videos come out with unpredictable framerates, none of which are acceptable.

I'm assuming there's some solution I don't know about? What do folks use?

Thanks in advance!
12 REPLIES 12

Thisisdanzo
Honored Guest
adb method works great, except it stops when unplugging the USB. Is there a way to send the command and keep it going?
Galaxy Grapple - GearVR, no gamepad

Anonymous
Not applicable
"thisisdanzo" wrote:
adb method works great, except it stops when unplugging the USB. Is there a way to send the command and keep it going?


Yes, simply use wifi debugging:

adb tcpip 5555

adb connect xx.xxx.xx.xx (IP address of phone)

adb shell (etc)

yosun
Honored Guest
"rjmig88" wrote:
I'd suggest to make a standalone client build, which works just fine with the mobile SDK, and record video using Fraps.


Problem with recording on PC is that you're using desktop shaders instead of mobile ones - actual game _on device_ will look different unless you're using just simple shaders or something
ChallengePost: yosun SMS: 415-77-YOSUN Twitter: @yosun Some old public hacks.