if (p == null) { Log.w(TAG, "Null parameter passed in."); return null; } return new AndroidCameraCapabilities(p);