Jump to content
ScottyCZE

Dahua CompressionCard initialization via C++ program

Recommended Posts

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?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×