- Home /
android display h264 byte[] stream
hi, I am developing an app in unity 2020.3 for android and I get a constant stream of byte[] data from a 360 camera. The camera image has h.264 codec.
how can I create a Texture or a video from that array? texture.LoadRawTextureData(byteArray) chashes the app
thanks Javi
Comment
Your answer
Follow this Question
Related Questions
Render Android device camera from native pointer 0 Answers
Could a privacy error on a video streaming server cause videos not to play in an Android build? 1 Answer
import video from camera 3 Answers
Is it possible to access a file from the android Internal storage on to a Unity app during run time? 0 Answers