Advertisement
Guest User

Untitled

a guest
Nov 14th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1. if ( gUseARKit )
  2. {
  3.     //Cip - hardcoded resolution because you can only find it once you receive the first ARFrame
  4.     *Width  = CameraFeedWidth = 1280;
  5.     *Height = CameraFeedHeight = 720;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement