Skip to content

Commit

Permalink
Merge pull request #48 from MerlinCooper/Fast_Video_Recording_With_OBS
Browse files Browse the repository at this point in the history
Update master branch with Fast-Video recording beta
  • Loading branch information
MerlinCooper authored Dec 19, 2020
2 parents 1c5eede + 7a9895f commit bf3b400
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Phases/CaptureOpeningScenes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ void _CaptureOpeningScenes(Action onComplete)

var scenicCameras = camera.GroupNum;
var aCar = data.SessionData.DriverInfo.CompetingDrivers[1].CarNumberRaw;
iRacing.Replay.CameraOnDriver((short)aCar, (short)scenicCameras);
//Don't use Methode from iRacing SDK - instead use methode from cameracontrol
ReplayControl.cameraControl.CameraOnDriver((short)aCar, (short)scenicCameras);
//iRacing.Replay.CameraOnDriver((short)aCar, (short)scenicCameras);

//var videoCapture = new VideoCapture();

Expand Down

0 comments on commit bf3b400

Please sign in to comment.