Hi all.
I can get disparity/depth data map from AVDepthData.depthDataMap and directly use it to generate a depth image. I found that under some situations, objects on the depth image cannot be clearly distinguished.
When using disparity data, objects below 1 meter can't be clearly distinguished.
When using depth data, objects larger than 1 meter can't be clearly distinguished.
Does anyone know why this happens and how to fix it ?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi,I would like to render parallax frames on the left and right frame buffer. Are there any documents or examples I can refer to?
I use onPreferenceChange() and onScrollPhaseChange() to detect the scroll is triggered by double tap.
Is there any way to directly know that the scroll is triggered by a double tap?
I use onPreferenceChange() and onScrollPhaseChange() to detect scroll is triggered by double tap. Is there any way to directly know the scroll is triggered by double tap?
When using a double-tap primary action on a button, there will be a 1 second delay before the action is executed after the double-click is detected. Why is the design not like scrollview, which executes actions after double-tap detection? Is there a way to make the button perform an action after detecting a double-tap?