Loading apps/renderer.c +7 −0 Original line number Diff line number Diff line Loading @@ -575,6 +575,13 @@ int main( convert_backslash( args.inputFilePath ); convert_backslash( args.outputFilePath ); #ifndef FIX_I109_ORIENTATION_TRACKING /* disable 'refrotequal' test cases */ if ( strstr(args.headRotationFilePath, "azi+2-ele+2-every-100-frames.csv") != NULL) { memset(args.headRotationFilePath, '\0', sizeof(args.headRotationFilePath)); } #endif convert_backslash( args.headRotationFilePath ); #ifdef FIX_I109_ORIENTATION_TRACKING convert_backslash( args.referenceRotationFilePath ); Loading Loading
apps/renderer.c +7 −0 Original line number Diff line number Diff line Loading @@ -575,6 +575,13 @@ int main( convert_backslash( args.inputFilePath ); convert_backslash( args.outputFilePath ); #ifndef FIX_I109_ORIENTATION_TRACKING /* disable 'refrotequal' test cases */ if ( strstr(args.headRotationFilePath, "azi+2-ele+2-every-100-frames.csv") != NULL) { memset(args.headRotationFilePath, '\0', sizeof(args.headRotationFilePath)); } #endif convert_backslash( args.headRotationFilePath ); #ifdef FIX_I109_ORIENTATION_TRACKING convert_backslash( args.referenceRotationFilePath ); Loading