M.Inomata

Results 5 issues of M.Inomata

## Environment - Pixel 3a , Android 10(Build Number QSR1.190920.001, x86) ## Logcat ``` 2020-08-26 15:02:43.354 30125-30125/com.android.example.camera2.video E/AndroidRuntime: FATAL EXCEPTION: main Process: com.android.example.camera2.video, PID: 30125 java.io.IOException: prepare failed. at android.media.MediaRecorder._prepare(Native...

The argument Handler of CameraCaptureSession.setRepeatingRequest() can be null when callback is null because it is never used. For [example](https://github.com/android/camera-samples/blob/2b446855ca2662db42ff1755968f6af495c2a962/Camera2Video/app/src/main/java/com/example/android/camera2/video/fragments/CameraFragment.kt#L253] ```kotlin session.setRepeatingRequest(previewRequest, null, cameraHandler) ``` In document of CameraCaptureSession.setRepeatingRequest() says that...

This problem occurred on `MultipartFormDataBodyParameters.Part(data: Data)`. The declaration code was like below: ``` struct MyFormRequest: Request { let baseURL = URL(string: "https://example.com/")! let method: HTTPMethod = .get let path =...

In binary class mode, the class values of ImageDataGenerator.flow_from_dataframe() are affected by class name because class names are sorted automatically unexpectedly. https://github.com/keras-team/keras-preprocessing/blob/0494094a3b/keras_preprocessing/image/dataframe_iterator.py#L252 Sorting is OK in categorical because order is...

image

After I updated to Xcode7.0 from 6.4, I've got a build warning like below. ``` Pods/RBStoryboardLink/Classes/RBStoryboardLink.m:260:1: Conflicting return type in implementation of 'supportedInterfaceOrientations': 'UIInterfaceOrientationMask' (aka 'enum UIInterfaceOrientationMask') vs 'NSUInteger' (aka...