New Revision: http://docs.blackfin.uclinux.org/doku.php?id=mcapi_bmp2jpg
_demo
Old Revision: http://docs.blackfin.uclinux.org/doku.php?id=mcapi_bmp2jpg
_demo&rev=1370504713
Edit Summary: [Brief introduction]
@@ -1,7 +1,7 @@
===== Brief introduction=====
- This is a MCAPI dual core communication demo case for bf609. With the he
lp of MCAPI, we can run general task on coreA with Linux, and run other CP
U consuming tasks on coreB bear_metal environment. In this demo, coreA ope
n a bmp file, and "through" it to coreB to decoding into jpeg, once the en
coding work is done, coreA get notified and continue to save it as a jpeg
file. This feature is available since July 2013 on buildroot trunk.
+ This is a MCAPI dual core communication demo case for bf609. With the he
lp of MCAPI, we can run general task on coreA with Linux, and run other CP
U consuming tasks on coreB bear_metal environment. In this demo, coreA ope
n a bmp file, which is captured from the USB camera, pass it to coreB to d
ecode into jpeg. Once the encoding work is done, coreA get notified and co
ntinue to save it as a jpeg file. This feature is available since 2013 rel
ease.
===== Test method=====
First configure the kernel and buildroot distribution as other general M
CAPI test case, as described in https://docs.blackfin.uclinux.org/doku.php
?id=test_icc
|