Hacker News new | ask | show | jobs
by NAVIRKAAAA 365 days ago
Quick question - what image formats does this support? Can it work directly with camera streams or just static images?
1 comments

At a higher level, it supports all standard formats on Android (inherited from `BitmapFactory`). For a faster solution, you can pass the raw YUV image directly from the camera source. On iOS, the approach is similar, but the supported formats are limited to `UIImage`