Table of contents
...
Table of Contents | ||||
---|---|---|---|---|
|
Introduction
...
This explanation assumes that the i-PRO camera application development environment has been completed.
If you are not ready to build the development environment, please refer to here to complete it.
Also, in this tutorial, the SDK installation directory is described as ${SDK_DIR}
.
Operation overview
...
additional_info_sample_app is a sample application that adds additional information to video or audio streams.
External libraries required for operation
...
No special mention.
Directory path of the sample app
...
The C/C++ source code is stored below.
...
${SDK_DIR}/src/adamapp-py/additional_info_sample_app
How to build the sample app (C/C++)
...
Info |
---|
This article describes how to build it as AdamApp. |
Load the build environment settings file in the SDK installation directory.
...
It is successful if a character string like the image below is displayed.
...
How to build the sample app (Python)
...
Info |
---|
This article describes how to build it as AdamApp. |
Load the build environment settings file in the SDK installation directory.
...
If the image below is displayed, it is successful.
...
How to use the sample app
...
Let's check that additional information has been added. Prepare network analyzer software such as Wireshark to check the network information sent from the camera to your computer.
(Additional information cannot be viewed unless the camera is showing live video.)
...
Info |
---|
For additional information, see ADAM_AdditionalInfo_Set() in the API specification. |
Appendix
...
Additional information
H.264, H.265 and Audio:
Additional information will be embedded in the RTP header extension in a first RTP packet each frame.
...