()
| 241 | }; |
| 242 | |
| 243 | const getOutputTensorHeight = () => { |
| 244 | return isPortrait() || IS_ANDROID |
| 245 | ? OUTPUT_TENSOR_HEIGHT |
| 246 | : OUTPUT_TENSOR_WIDTH; |
| 247 | }; |
| 248 | |
| 249 | const getTextureRotationAngleInDegrees = () => { |
| 250 | // On Android, the camera texture will rotate behind the scene as the phone |
no test coverage detected