Skip to content

Commit d7da29a

Browse files
committed
add documentation for forcing OD UI
1 parent cefaa31 commit d7da29a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/docs/contributing/building-photon.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,3 +279,7 @@ Using the [GitHub CLI](https://cli.github.com/), we can download artifacts from
279279
MacOS builds are not published to releases as MacOS is not an officially
280280
supported platform. However, MacOS builds are still available from the MacOS
281281
build action, which can be found [here](https://github.com/PhotonVision/photonvision/actions/workflows/build.yml).
282+
283+
#### Forcing Object Detection in the UI
284+
285+
In order to force the Object Detection interface to be visible, it's necessary to hardcode the platform that `Platform.java` returns. This can be done by changing the function that detects the RK3588S architecture to always return true, and changing the `getCurrentPlatform()` function to always return the RK3588S architecture.

0 commit comments

Comments
 (0)