hello everyone!
I use rdk3.0 for dm8127 design.Now I need to get a jpeg and yuv picture to A8.How should I do it?I am using multich_tristream_smartAnalytics mode.
Can someone help me?Thanks!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hello everyone!
I use rdk3.0 for dm8127 design.Now I need to get a jpeg and yuv picture to A8.How should I do it?I am using multich_tristream_smartAnalytics mode.
Can someone help me?Thanks!
Hi Jack,
HI jack,
I also want to use SmartAnalytics at boot time but i cant able to do that.
when i am booting camera App,It is starting with Full Feature mode only.
So Please tell me what to do so i can directly use smartAnalytic mode insted of changing mode from GUI.
Thanks,
pesh
Hi,
As I forgot the file name and I don have the IPNC package with me right now, I may not be able to tell you the exact file name. But, I can give hint on this.
Based on the flags set (FULL_FEATURE) in Rules.make file, ipnc will initialize and work in full feature mode by default. May be similar flag available in rdk to enable smart analytics. A quick hack that you can do right now is, in src_linux folder find the function which creates/inits smart analitics(xx_xxx_smartanalitics.c) . Then gerp that function name in mcfw/demos. It should take you to a place where all of these capture_display(), fullfeature(),smart_analytics() are called based on Flag/macro Checks. Go to that file, and call smart_analytics() function instead of fullfeature() under FULL_FEATURE macro. It should serve the purpose.
Hi Ravikiran,
Thanks for your valuable suggestion,
I also tried that earlier. Through that i am getting smartanalytics mode in App but in GUI it is showing FULL Feature mode instead of SmartAnalytics.
But in Consol Log i am getting VA msgs. So SmartAnalytics enabled but not able to see smartAnalytic button on left side in GUI.
Thanks.