AlGolden Posted November 12, 2020 Share Posted November 12, 2020 Hi, maybe somebody knows how is it possible to capture video in Focus Plus and save it to disk? I mean start/stop capture inside application Link to comment Share on other sites More sharing options...
VIVE_chengnay Posted November 12, 2020 Share Posted November 12, 2020 @AlGolden Please use below adb commands to record video. > adb shell screenrecord /sdcard/video.mp4 > adb pull /sdcard/video.mp4 Link to comment Share on other sites More sharing options...
AlGolden Posted November 12, 2020 Author Share Posted November 12, 2020 @chengnay i do not understand. where should I add the command? we use Unity sdk to create apps Link to comment Share on other sites More sharing options...
VIVE_chengnay Posted November 12, 2020 Share Posted November 12, 2020 @AlGolden Which OS are you using? For windows, you just need to key the commands in Windows Command Prompt. Link to comment Share on other sites More sharing options...
AlGolden Posted November 12, 2020 Author Share Posted November 12, 2020 @chengnay I mean we use standalone Focus Plus with android. We need to capture video inside HMD without computer Link to comment Share on other sites More sharing options...
VIVE_chengnay Posted November 12, 2020 Share Posted November 12, 2020 @AlGolden Without PC, probably you will need to install certain app or making one of your own. Currently I have no idea how to do it without PC. Sorry for the inconvenience. Link to comment Share on other sites More sharing options...
AlGolden Posted November 13, 2020 Author Share Posted November 13, 2020 @chengnay Video recording is working inside Focus Plus. I just need to open context menu and start recording. The only question is how to start and stop recording not manually but from unity app. Maybe you can adviise to whom i can address this question? We have a big client to whom this functionality is very important. Link to comment Share on other sites More sharing options...
VIVE_chengnay Posted November 13, 2020 Share Posted November 13, 2020 @AlGolden Which video recording did you use? I added our SW PM @Tony PH Lin to assist you. Link to comment Share on other sites More sharing options...
AlGolden Posted November 13, 2020 Author Share Posted November 13, 2020 @chengnay @Tony PH Lin Thank you. Hi, Tony. We produce VR trainining courses using Focus Plus. Our client - InterRAO, the major electricity generation company in Russia - wants to record all the actions during the training. We find video recording option in the last Focus Plus firmware. To start recording it's necessary to choose Screen recording option in the local menu of the HMD. Captured videos are stored in Movies\Sreenrecorder folder of the HMD. We need to start and stop this videorecording not manually from local HMD menu but automatically from our application - start recording at the begining of the training and stop at the end of it. The questions is how can we do it from our Unity app. Link to comment Share on other sites More sharing options...
Tony PH Lin Posted November 13, 2020 Share Posted November 13, 2020 Hi @AlGolden, If the functionality to trigger from Quick Menu isn't fulfilled your need, let me check the team if we open any related APIs for developers to do similar tasks. Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now