Jump to content

ScottyCZE

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. I try resolves an issue with initialization of DSP using SDK tool for CompressionCard_SDK_V02130401 that I downloaded on Dahua site(ww.dahuasecurity.com). When I execute a sequence of commands: 1) DoCustomCmd () 2) SetDefaultVideoStandard() 3) InitDSPs () It always occurs access to uninitialized memory in the function FillDisplayRegion(), which is called in function InitDSPs() and then program crashed. In DoCustomCmd function() I set 0x84-SDK ask not use this SDK render. Could you please advise me how to initialize the DSP with Dahua SDK tools? I would like to initialize the DSP and then create an interface for handling the card, which would be used for storing and displaying records from cameras using this DSP. The card that I use for this project is Dahua DH-VEC8104HD and I programing in C++. This project has been developing for my thesis for the Masaryk University in Brno (Czech Republic). Could you please help me with this? Or give me some advice to who I contact with this problem?
×