Frequently Asked Questions (FAQ)


If you want to buy from me, please contact me:
antal@antal.ai

Can you summarize the steps to get started with your solutions?

  1. Contact me: Discuss your needs and confirm the solution.
  2. Billing: I provide an invoice for the solution you want to buy.
  3. Payment: Once payment is received, I'll deliver the source code and documentation.
  4. Setup: Follow the provided instructions to install dependencies and run the demos.
  5. Support: I can provide support by prior arrangement for an extra fee.

How does billing and payment work?

Select a solution you want to buy and we agree on the price. Then I will provide an invoice. Once payment is received, I will deliver the source code and documentation.

What billing details do I need to provide to receive an invoice?

To issue an invoice, please send me the following billing details:

  • Full Name or Company Name
  • Billing Address
  • Tax Identification Number (if applicable)
  • Contact Email
  • Contact Phone Number

Do you provide source code with your solutions?

Yes, I provide the source code along with documentation for all our solutions. This allows you to customize and integrate them into your own projects.

Can I request custom features or modifications?

I welcome custom development requests and can add features to existing solutions or develop new ones based on your requirements. Please contact me to discuss your needs.

How do I run the native demos?

  1. Extract Files: Unzip the demo package to a directory of your choice.
  2. Run start.bat: This batch file initiates the demo with default settings.
  3. Modify start.bat (Optional): Edit this file to change input sources or output options.
  4. Exit: Press the ESC key at any time to close the demo.

How can I change the camera source or use a video file with the demos?

You can modify the start.bat file to specify different input sources:

  • Use Primary Camera:
    engine\demo.exe engine\model.bin 0
  • Use Secondary Camera (if available):
    engine\demo.exe engine\model.bin 1
  • Use a Video File:
    engine\demo.exe engine\model.bin C:\path\to\your_video.mp4
  • Save Output to a Video File:
    engine\demo.exe engine\model.bin C:\input_video.mp4 C:\output_video.mp4
  • Use an RTSP Stream:
    engine\demo.exe engine\model.bin rtsp://your_rtsp_stream_url

I'm encountering missing DLL errors when running the demos. What should I do?

Install the latest version of the Microsoft Visual C++ Redistributable from the official Microsoft website.