Aitum Vertical

Aitum Vertical 1.5.2

JsWRLD

New Member
Can anyone help me I have the vertical plugin but I closed the vertical preview window and vertical source window and I don’t know how to get them back?????
 

bennyred

New Member
@bennyred what folder is your OBS running from and what folder are you trying to install to?
so the obs folder is in steamapps program files x86. the error is saying.obs studio (bin\64bit\obs64.exe does seem not seem to be installed in that folder please select the correct folder.
 

StarNab

New Member
Hello,

I would like to trigger automatically the saving/recording of the vertical replay buffer. Is it possible to do so with an OBS Raw event ?
 

Tyr808

Member
Hello,

I would like to trigger automatically the saving/recording of the vertical replay buffer. Is it possible to do so with an OBS Raw event ?
This is what I use for that, I have it set to a button on a software based stream deck I use, and I have the same button also set to grab the regular replay buffer as well, so this way one press of my "grab the replay buffer and make a clip" button does both the horizontal and vertical canvas.

This is the obs raw for the vertical replay buffer part:

{ "op": 6, "d": { "requestType": "CallVendorRequest", "requestData": { "vendorName": "aitum-vertical-canvas", "requestType": "save_backtrack", "requestData": null } } }
 
Top