42578941
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by 42578941-
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 ...