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.

ONVIF for DM368

Hi,

 

According to "Multi-Megapixel Reference Designs (Rev. A)" (sprt585a.pdf), TMS320Dmxx-based IP Camera solution support ONVIF/PSIA standard.

 

But, I couldn't find any document or guide line for ONVIF in TI.

 

Could you let me have any?

 

Thank you.

 

J.J

 

 

  • Hello,

     

    For DM36x based camera, we are planning to be ONVIF compliant by early Jan'21012. This will be based on ONVIF 1.02.

    For PSIA, we are already PSIA compliant here.

    Version 2.6 is the latest available, please use this now as it will be easier to migrate when new ONVIF is available

     

    But for DM8127 based IP Camera, we will have ONVIF compliance done by June'2012 timeframe

     

    Regards,

     

    Raghu

     

     

  • hi Raghu:

       "For DM36x based camera, we are planning to be ONVIF compliant by early Jan'21012. This will be based on ONVIF 1.02." , 

      does  the latest  version DM36X support ONVIF?  how can we get this version package?

    Regards

    Steven

      

  • Hi,

    This release will be available early March, can you please check with Appro on Monday for this download

    Regards,

    Raghu

  • Hi Raghu:

      Thank you very much.

     

    Regards,

    Steven

  • Hi Raghu:

       We found the KTNF is evm version,  we want to use this module, how can we get the release version?    :)

    Regards,

    Steven

  • Hi,

    KTNF production lib will be included in v3.0 releasing this week, please look for it on Monday at Appro site

    regards,

    Raghu

  • Hello,

    Did you get the latest release 3.0? did it have the things you were looking for?

    Please let us know if any issues.

    Regards,

    Raghu

  • Hi Raghu:

       I will get this version next  week, I want to automatic to disable the KT function at day,  enable it at night by a switch to control it.  how to get this function ?

    Thanks

    Regards

    Steven

  • Hello Steven,

    Can you please tell us what is KT function?

    Regards,

    Raghu

  • Hi Raghu:

       I am sorry, the KT is KTNF function.

     

    Regards

    Steven

  • Hi,

    From GUI ON/OFF for KTNF noise filter is supported, you can use this API.

    Also, you can deleted the KTNF task when switcing to night mode, and reinserting again in day mode. But this change you need to modify in the code

    Regards,

    Raghu

  • Hi Raghu:

        I use the v3.0 IPNC package, I install all the *.tgz,  after "make sysall",  I get the uImage_ipnc_dm365 under "/ipnc_rdk/tftp",   But I when I use the image to boot as nfs,  it hangs up. 

       On console, I type"tftp 0x80700000 uImage_ipnc_dm365",   then type "bootm 0x80700000",  below  is boot info:

    *******************************************************************************************************************************************

    DM365 IPNC :>tftp 0x80700000 uImage_ipnc_dm365
    TFTP from server 192.168.1.237; our IP address is 192.168.1.201
    Filename 'uImage_ipnc_dm365'.
    Load address: 0x80700000
    Loading: #################################################################
             #################################################################
             #################################################################
             ##############
    done
    Bytes transferred = 3064828 (2ec3fc hex)
    DM365 IPNC :>bootm 0x80700000
    ## Booting kernel from Legacy Image at 80700000 ...
       Image Name:   Linux-2.6.18_pro500-davinci_IPNC
       Image Type:   ARM Linux Kernel Image (uncompressed)
       Data Size:    3064764 Bytes =  2.9 MB
       Load Address: 80008000
       Entry Point:  80008000
       Verifying Checksum ... OK
       Loading Kernel Image ... OK
    OK

    Starting kernel ...

    *******************************************************************************************************************************************

       My board still uses V2.5 uboot, ubl.   shall I need to use the V3.0 UBOOT and UBL ?

    BestRegargs

    Steven

     

     

  • Hi Raghu:

       I have fixed the problem, just a console setting change.

    Regards

    Steven

  • Hi Raghu:

       I intall the v3.0 Ref package according the "Users_Gudie_IPNC_DM36X.pdf"  at page 38,   after "cd ipnc_rdk",  "make sysyall",  then "cd ipnc_rdk/target/filesys/opt/ipnc",    "#ls",      there is no cmemk.ko, csl.ko, drv.ko, edmak.ko,  irqk.ko.    and I found under "dvsdk_ipnctools/"/kernel_binaries/dm365", 

    it is empty.

      On the V2.5 Ref,  after "make dvsdkall", the cmemk.ko, edmak.ko,  irqk.ko will be intall at "/kernel_binaries/dm365",   Under "ipnc_rdk/target/filesys/opt/ipnc",    thereare files as below picture:

     

     

       the dvsdk3.0  removes some files,   I use "find -name av_capture_load.sh"  under the INSTALL/ ,  nothing found. and can not found *.ko.

    what is the reason?

    Regards

    Steven

  • Hi,

    Can you please run "make sysall"

    In this release, this sequence has changed to

        make uboot
        make lspcfg
        make -C $(KERNELDIR) ARCH=arm CROSS_COMPILE=$(MVTOOL_PREFIX) prepare
        make -C $(KERNELDIR) ARCH=arm CROSS_COMPILE=$(MVTOOL_PREFIX) modules_prepare
        make dvsdkall
        make all
        make lspall
        make
        
    Regards,

    Raghu



  • Also in your build config it gives this warning step

        @echo
        @echo "WARNING:"
        @echo "Please run make lsp if you have changed cmem/edma/irqk/dm365mmap and use the new built uImage!!!!!"

    You need to run "make lsp" for this to work

    Regards,

    Raghu



  • Hi Raghu:

      The V3.0 Ref to boot fast,  the flow changes so much, I just understand the flow,  thanks very much.

    Regards

    Steven

  • Hi Raghu:

       Do the two methods need to reboot the ipc ?

     

    Regards

    Steven

  • "

    Hi,

    From GUI ON/OFF for KTNF noise filter is supported, you can use this API.

    Also, you can deleted the KTNF task when switcing to night mode, and reinserting again in day mode. But this change you need to modify in the code

    Regards,

    Raghu"

       The above two methods to enable or disable KTNF,  do it need to reboot ipc every time ?

  • Hi Raghu,

    I want to integrate ONVIF to my custom board using DM368. Could you give me any guide for this integration?

    Thanks,
    Hung Pham