c++ - Using hardware encoder from android camera hardware implementation -
i want use hardware encoder create jpeg image files hardware/ti/omap3/camera/camerahardware.cpp file. uses libjpeg encoding. java code, have hardware encoding working, don't know how use native code. can point me in right direction? number of google searches have yielded no relevant results.
thanks
in case interested, figured out how using skimageencoder::encodestream function. ended being 7 lines of code. woo hoo.
Comments
Post a Comment