marcelo
11/08/2018, 10:29 PMclass CameraConfigurations(private val cameraConfiguration: File? = null)
I figured the the cameraConfiguration will have a null file when I call it like as a default constructor CameraConfigurations(), but instead it gives me a temporary file. I have to actually do CameraConfigurations(null)