Reputation: 9
I'm using mapbox Android SDK
to make a app,and I want to export animation as a video.I know that there's snapshot() function, but its implementation principle is openGL pixelReader which can't fetch each frame of the animation.Can I use the image reader to get each frame image of the animation from surface view(I notice that mapbox mapview can be surface view) Has anyone done similar work?I think this requirement is quite common.
Upvotes: -2
Views: 16