Open
Description
Is your feature request related to a problem? Please describe.
On read only systems like romi, the default native library extraction root in ~ is RO. This seems to be the root cause of photon issues on Romi in RO mode, but I haven't established this conclusively
Describe the solution you'd like
If extraction fails, we should try falling back to "System.getProperty("java.io.tmpdir")".
See also: PhotonVision/photonvision#986 , PhotonVision/photonvision#634