jake4004 Posted March 17, 2023 Share Posted March 17, 2023 I am attempting to put together a small virtual production using the Vive Tracker and Base Station to track a real world camera in the unreal engine. I was wondering if anyone has successfully set up the tracker and base stations without a headset. Since I only need to track a camera and send it to the Unreal Engine I don't want to purchase a headset of it is not needed. Thanks for any guidance on this! Link to comment Share on other sites More sharing options...
throni3 Posted August 8, 2023 Share Posted August 8, 2023 (edited) hi. this is how i got it running according to https://www.youtube.com/watch?v=oCfvbJk-cx0 turn off SteamVR. then edit two files of Steam and SteamVR: - <pn_Steam>: - Windows: `C:\Program Files (x86)\Steam\` - Linux: `~/.steam/steam` - `<pn_SteamVR>`: - Windows: `C:\Program Files (x86)\Steam\steamapps\common\SteamVR` - Linux: `~/.steam/steam/steamapps/common/SteamVR` change `enable` and if you like the height and width values in `<pn_SteamVR>/drivers\null\resources\settings\default.vrsettings` { "driver_null": { "enable": true, "loadPriority": -999, "serialNumber": "Null Serial Number", "modelNumber": "Null Model Number", "windowX": 0, "windowY": 0, "windowWidth": 800, "windowHeight": 600, "renderWidth": 800, "renderHeight": 600, "secondsFromVsyncToPhotons": 0.01111111, "displayFrequency": 90.0 } } add these three values into the `steamvr` entry in `<pn_Steam>/config/steamvr.vrsettings` { "steamvr": { "requireHmd": false, "forcedDriver": "null", "activateMultipleDrivers": true } } then run SteamVR again. you can undo this with { "steamvr": { "requireHmd": true, "forcedDriver": "", "activateMultipleDrivers": false } } Edited August 8, 2023 by throni3 Link to comment Share on other sites More sharing options...
Miasm1 Posted August 26, 2023 Share Posted August 26, 2023 You can set up the Vive Tracker and Base Stations without a headset for camera tracking in Unreal Engine. Headset isn't necessary for this purpose. Good luck! 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