42578941
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by 42578941-
42578941 commented,
error log as: 2021-09-27 21:29:51.205 2593-2650/com.mycompany.myapp W/librs: control_transfer returned error, index: 768, error: Broken pipe, number: 32 many lines of log like above one.
-
42578941 created a post,
Can I get Color 1920 and Depth 1280 in a pipeline, on Android 7.1? Device is D435
Android Studio, Kotlin, code as : Config().use { config -> config.enableStream(StreamType.COLOR, 1920, 1080) config.enableStream(StreamType.DEPTH, 1280, 720) mPipeline!!.start(config).use ...