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.

IP camera on DM365

 

Dear all,

 We are developing an IP camera based on DM365 processor.For that i am using Leopardboard.

Please guide me like other than board bring up and running basic demo of camera capture and display using gstreamer pipeline 

what tasks need to be performed in software in application layer or at deeper level in order to make the IP camera market ready.

I want to know what specific things need to be implemented in software to improve camera image quality and any modules or algorithms that

need to be implemented so as to completely realize the product.

Any articles,datasheets or pointers to urls will be of great help.

Thanking all of you for reading this mail and helping me.

 

Thanks and Regards,

Mayank Agarwal

 

  • Good luck I been asking that for awhile, not even TI can help with that :(

  • Hi Mayank,

    Have you referred to the IPNC Reference Design on DM36x? It is available in www.ti.com/ipcamera . It is a complete design with almost all the features implemented, but it does not use gstreamer.

    For gstreamer help, i would have to check with other members of the relevant Apps team to respond to you.

    Regards,

    Anshuman

    PS: Please mark this post as verified, if you think it has answered your question. Thanks.

  • Hi Anshuman,

    I guess there are at least three ways in order to have dm365 accelerated video codecs running.

    1. dmai layer: not very nice becasue audio and video are not synchronized

    2. gstreamer-ti compiled stand alone : folloqing README in gstreamer-ti tree I think it should be possible to compile having DVSDK directory has reference.

    3. dvsdk4.02 (gstreamer-ti included) compiled in Arago: I have tried, but it fails, I have put logs in arago-devel, but I'm not sure it is the right place
    Here the link: https://gforge.ti.com/gf/project/arago/mailman/?_forum_action=ForumMessageBrowse&thread_id=4358&action=ListThreads&mailman_id=39

    4. dvsdk4.02 (gstreamer-ti included) compiled in Openembedded: I have to do it, but I don't expect differences from Arago as the recipes are the same.

    I'm searching someone pointing me to the right direction.
    At the moment I'm using accelerated dmai video codecs in my product in chroot directory, but, in order to go to the production, I need a clean compilation.
    I'd prefer the 4. solution, but if I could have the 3. solution as reference it could be enough for me.

    Thx for any help,
    Raffaele