Skip to content

Commit c291607

Browse files
Fixes Duplicate Labels in Docs (#107)
Co-authored-by: Ashish Jagadish <ashish.jagadish@intel.com>
1 parent a6e1acf commit c291607

File tree

4 files changed

+17
-27
lines changed

4 files changed

+17
-27
lines changed

microservices/dlstreamer-pipeline-server/docs/user-guide/advanced-guide/detailed_usage/camera/generic_plugin_doc.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,10 @@
33
```
44
# Generic Plugin
55

6-
# Contents
7-
8-
- [Generic Plugin](#generic-plugin)
9-
- [Adding new GigE camera support to DL Streamer Pipeline Server](#adding-new-gige-camera-support-to-dl-streamer-pipeline-server)
10-
11-
## Generic Plugin
12-
136
Generic Plugin is a gstreamer generic source plugin that communicates and streams from a GenICam based camera which provides a GenTL producer. In order to use
147
the generic plugin with DL Streamer Pipeline Server one must install the respective GenICam camera SDK and make sure the compatible GenTL producer for the camera is installed.
158

16-
**Refer [src-gst-gencamsrc/README.md](../src-gst-gencamsrc/README.md) for more information on Generic Plugin**
9+
>**Refer [src-gst-gencamsrc/README.md](../src-gst-gencamsrc/README.md) for more information on Generic Plugin**
1710
----
1811

1912
**For working with Genicam USB3 Vision camera please install the respective camera SDK by referring the below section**

microservices/dlstreamer-pipeline-server/docs/user-guide/advanced-guide/detailed_usage/configuration/Overview.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
```
44
# Configuration
55

6-
* [Configuration](#configuration)
7-
8-
## Configuration
9-
Refer to the details [here](./basic.md) to understand how to configure DL Streamer Pipeline Server for deploying pipelines with different parameter options that are supported.
6+
Refer to the details [here](./basic.md) to understand how to configure DL Streamer Pipeline Server for deploying pipelines with different parameter options that are supported.
107

118
```{toctree}
129
:maxdepth: 5

microservices/dlstreamer-pipeline-server/docs/user-guide/release_notes/march-2025.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
## v2.4.0
44

5-
### Added
5+
### Added in v2.4.0
66
- Enabled frame publishing over WebRTC protocol to a MediaMTX server.
77
- New REST API to get pipeline instance status: GET/pipelines/{instance_id}/status
88

9-
### Fixed
9+
### Fixed in v2.4.0
1010
- Fixes in model update flow
11-
- Fixed an issue where overlay was improper for published frames when source has I420 image format
11+
- Fixed an issue where overlay was improper for published frames when source has I420 image format
1212

13-
### Updates
13+
### Updates in v2.4.0
1414
- DLS upgraded to 2025.0.1.2
1515
- Geti SDK upgraded 2.7.1, sample model files updated
1616
- RTSP and WebRTC allows watermark overlay on frames using REST
@@ -20,19 +20,19 @@
2020

2121
## v2.3.0
2222

23-
### Added
23+
### Added in v2.3.0
2424

2525
- Image blob write support for S3 API compliant storage.
2626
- Metadata and image blob (optional) publish support over OPCUA protocol.
2727
- OpenTelemetry support to publish gathered metrics to Open Telemetry collector.
2828
- MRaaS model update support for non Intel® Geti™ models (YOLO and OMZ) loaded through gva DLStreamer elements that perform inference.
2929
- Optimized docker image size - removed unused libraries.
3030

31-
### Fixed
31+
### Fixed in v2.3.0
3232

3333
- Warnings from OpenVINO telemetry.
3434

35-
### Updates
35+
### Updates in v2.3.0
3636

3737
- DLStreamer updated to 2025.0.1.
3838
- Updated third party programs list for components with copyleft licenses.
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# November 2024
22

3-
## v2.1.0
3+
## v2.1.0
44

5-
### Added
5+
### Added in v2.1.0
66
- Annotation overlay support for clients.
77
- Support for mTLS and configurable gRPC in EVAM.
88
- Option to disable LEM check.
@@ -11,7 +11,7 @@
1111
- Standalone EVAM Helm chart.
1212
- Optimizations to Dockerfile for lean docker image size.
1313

14-
### Fixed
14+
### Fixed in v2.1.0
1515
- Bug where missing UDFs would cause task key errors.
1616
- Issue where multiple pipeline instances would not refer to their own data.
1717
- Expired Model Registry Microservice JWT handling in EVAM.
@@ -21,16 +21,16 @@
2121
- Overlay persistence bug for classification UDFs.
2222
- Removed encoded geti prediction from metadata
2323

24-
### Updates
24+
### Updates in v2.1.0
2525
- DLStreamer updated to 2024.2.0.
2626
- Removed deprecated pipeline size checks for client list size.
2727
- Updated documentation.
2828

2929
---
3030

31-
## v2.0.0 (November 2024)
31+
## v2.0.0
3232

33-
### Added
33+
### Added in v2.0.0
3434
- Support for image file ingestor and RGB frame format in UDF plugin.
3535
- Capability to load models from the Model Registry Microservice during EVAM startup.
3636
- New REST API endpoint for model downloading.
@@ -39,12 +39,12 @@
3939
- Restructured repo and refactored code for ease of maintenance.
4040
- Enabled API to get pipeline instance summary.
4141

42-
### Fixed
42+
### Fixed in v2.0.0
4343
- Updated exception handling across the code base.
4444
- Issues with Model Registry integration.
4545
- Improved error handling for self-signed TLS certificate generation script.
4646

47-
### Updates
47+
### Updates in v2.0.0
4848
- Enhanced ModelRegistryClient and simplified interactions with the Model Registry.
4949
- Geti SDK upgraded to version 2.2.0.
5050
- DLStreamer updated to 2024.1.0.

0 commit comments

Comments
 (0)