jonashartmann/webcam-directive

Save Camera Data

phanivaranasi opened this issue · 1 comments

Hi,
I'm sending the camera image byte to server using API, I'm using Java to save my file stream in server.
Could any one suggest to save that byte array using java code.

Thanks
Krishna

Thanks for opening an issue.

That is easily solvable by Google which leads into for example this one: https://www.mkyong.com/java/how-to-convert-array-of-bytes-into-file/

I hope you have fun using it :)