Skip to content
Merged
Changes from 2 commits
Commits
Show all changes
95 commits
Select commit Hold shift + click to select a range
21b7322
Update revision to v0.30.alpha.dev
rjhowell44 Mar 24, 2024
ebcb895
Implement new GST Element & Bin API
rjhowell44 Mar 26, 2024
6140e74
Implement new GST Element & Bin API
rjhowell44 Mar 27, 2024
6855d01
Implement GST Element API
rjhowell44 Mar 27, 2024
1deeb5c
Implement GstBintr - Custom Pipeline Component
rjhowell44 Mar 28, 2024
3ab5221
Implement GstBintr - Custom Pipeline Component
rjhowell44 Mar 28, 2024
4ccc188
Implement GST Bin - Custom Pipeline Component
rjhowell44 Mar 29, 2024
5ff8a1a
Implement GST Bin - Custom Pipeline Component
rjhowell44 Mar 30, 2024
876825e
Implement DSL GST API - Custom Pipeline Components
rjhowell44 Apr 1, 2024
fb1b52a
Support linking by position and by order
rjhowell44 Apr 3, 2024
338f011
Support linking by position and by order
rjhowell44 Apr 5, 2024
5615846
Simplify inclusion hierarchy
rjhowell44 Apr 6, 2024
2ade8af
Move pph add/remove services to GstNoder up from Bintr
rjhowell44 Apr 6, 2024
33dc8cb
Implement dsl_gst_element_pph_add/remove services
rjhowell44 Apr 6, 2024
86c3785
Document Custom Components - GST API
rjhowell44 Apr 12, 2024
c5262c3
Example - Custom Components - GST API
rjhowell44 Apr 12, 2024
62f9966
Minor updates to the public API
rjhowell44 Apr 12, 2024
730c762
Fix corrupt value for DSL_1K_HD_WIDTH
rjhowell44 Apr 13, 2024
04d847f
Custom Component - GST API Examples
rjhowell44 Apr 14, 2024
d2b4ce9
Update all docs with link to new GST API Reference
rjhowell44 Apr 14, 2024
cd6d5d3
Reorder links in README.md
rjhowell44 Apr 14, 2024
0e6452e
Add files via upload
rjhowell44 Apr 15, 2024
a5d3a3f
Rename symbolic constant
rjhowell44 Apr 16, 2024
9d65b7f
Document link-method and GST API
rjhowell44 Apr 16, 2024
bbba382
Fix Custom Components section
rjhowell44 Apr 16, 2024
54b2c86
Update api-gst.md -minor fixes
rjhowell44 Apr 16, 2024
7b755d1
Merge pull request #1178 from prominenceai/gst_api
rjhowell44 Apr 16, 2024
a7f966f
Fix unintended replace all error
rjhowell44 Apr 17, 2024
6002545
Merge pull request #1179 from prominenceai/fix_dslapi
rjhowell44 Apr 17, 2024
2f2fd01
Remove unrequired input queue from branch
rjhowell44 Apr 17, 2024
dc0cd75
Merge pull request #1181 from prominenceai/remove_queue
rjhowell44 Apr 17, 2024
c961232
Fix missing symbolic constant - cut error
rjhowell44 Apr 17, 2024
f220ea8
add dsl_ode_action_bbox_style_corners_new to dsl.py
rjhowell44 Apr 20, 2024
f245c35
Merge pull request #1183 from prominenceai/style_bbox
rjhowell44 Apr 20, 2024
a0bea0a
Update Triton examples to use traficcamnet models
rjhowell44 Apr 21, 2024
42b7fe7
Merge pull request #1185 from prominenceai/update_tis_examples
rjhowell44 Apr 21, 2024
52cc2f3
Update tracked-objects - support missing from frame max
rjhowell44 Apr 22, 2024
b1633f3
Merge pull request #1187 from prominenceai/fix_tracked_objects
rjhowell44 Apr 22, 2024
b95173e
Add missing dsl_ode_action_label_offset_new
rjhowell44 Apr 23, 2024
18fee6a
Merge pull request #1189 from prominenceai/dslpy_fix
rjhowell44 Apr 23, 2024
48c0024
Implement dsl_ode_action_label_snap_to_grid_new
rjhowell44 Apr 24, 2024
ad14e60
Implement dsl_ode_action_label_connect_to_bbox_new
rjhowell44 Apr 25, 2024
5930242
Merge pull request #1193 from prominenceai/connect_label
rjhowell44 Apr 25, 2024
0f0b7b4
Change cols/rows to moduleWidth/moduleHeight - snap-label-action
rjhowell44 Apr 25, 2024
a48bd99
Fix connect object label to bbox algorithm
rjhowell44 Apr 25, 2024
0b5a81d
Document new ODE Label Actions
rjhowell44 Apr 25, 2024
7098b6f
Merge pull request #1194 from prominenceai/fix_actions
rjhowell44 Apr 25, 2024
3b6a892
Update ODE Actions to parse classifier_meta_list
rjhowell44 Apr 27, 2024
7508ddd
Fix exception on ODE Monitor Action
rjhowell44 Apr 27, 2024
9c4785b
Merge pull request #1196 from prominenceai/classifier_labels
rjhowell44 Apr 27, 2024
3f7ba88
Implement dsl_sink_message_payload_debug_dir_get/set services
rjhowell44 Apr 29, 2024
af37931
Merge pull request #1200 from prominenceai/debug_dir
rjhowell44 May 1, 2024
4a54cc6
Message Sink updates
rjhowell44 May 6, 2024
fa59789
Remove tee and fake sink from Message Sink
rjhowell44 May 6, 2024
6521cd8
Merge pull request #1205 from prominenceai/sink_updates
rjhowell44 May 6, 2024
5337c65
Implement new LiveKit WebRTC Sink
rjhowell44 May 15, 2024
7b0aa0a
Add missing Payload Type constant
rjhowell44 May 16, 2024
6dfe342
Add minimal test coverage for the LiveKit WebRTC Sink
rjhowell44 May 19, 2024
b9854bf
Merge branch 'livekitwebrtcsink' of https://github.com/prominenceai/d…
rjhowell44 May 19, 2024
396b21b
Merge pull request #1207 from prominenceai/livekitwebrtcsink
rjhowell44 May 19, 2024
b8ecff0
Add dsl_sink_webrtc_livekit_new to dsl.py
rjhowell44 May 20, 2024
e37da96
Merge pull request #1208 from prominenceai/livekitwebrtcsink
rjhowell44 May 20, 2024
47303a9
Add new Python opencv Custom PPH example
rjhowell44 May 21, 2024
cda6ff1
Complete/document the cpp opencv example
rjhowell44 May 22, 2024
8527929
Complete/document the opencv examples
rjhowell44 May 22, 2024
d72edd4
Add Overview serction on working with OpenCV
rjhowell44 May 22, 2024
ac1211d
Update overview.md
rjhowell44 May 22, 2024
b751ff9
Merge pull request #1210 from prominenceai/opencv
rjhowell44 May 22, 2024
65c8f8e
Set default link method to by-add-order
rjhowell44 May 23, 2024
9485c57
Merge pull request #1213 from prominenceai/link_method
rjhowell44 May 23, 2024
d596438
Fix duplicate source test cases
rjhowell44 May 23, 2024
c7c2836
Merge pull request #1214 from prominenceai/fix_tests
rjhowell44 May 23, 2024
d403445
document drop_frame_interval param for RTSP Source
rjhowell44 May 23, 2024
46156fd
Update api-reference-list.md
rjhowell44 May 23, 2024
a100a0f
WIP writeup v0.30.alpha.md
rjhowell44 May 23, 2024
baf007f
Review/clean-up new api-gst.md
rjhowell44 May 23, 2024
43361a7
Update default pipeline link-method to by-add-order
rjhowell44 May 23, 2024
effe3aa
Update comments in DslApi.h
rjhowell44 May 23, 2024
7be0969
Add dsl_sink_message_payload_debug_get/set services
rjhowell44 May 23, 2024
cc712d5
Add dsl_sink_message_payload_debug_get/set services
rjhowell44 May 23, 2024
3559978
WIP write-up v0.30.alpha.md release notes
rjhowell44 May 23, 2024
46ee6e8
Update installing-dependencies.md for DS 7.0
rjhowell44 May 25, 2024
5f170ee
Merge pull request #1215 from prominenceai/v0.30.alpha.docs
rjhowell44 May 26, 2024
7d8a1bc
Updates required to build WebRTC Sink GST 1.20
rjhowell44 May 27, 2024
6a6ff9e
Merge pull request #1218 from prominenceai/webrtc_build
rjhowell44 May 27, 2024
003b782
Complete the "Working with Buffer-Surfaces and OpenCV" section
rjhowell44 May 28, 2024
5b70d78
Remove unused code
rjhowell44 May 28, 2024
672716b
Fix link in api-reference-list.md
rjhowell44 May 28, 2024
9e5e80d
WIP Create v0.30.alpha Release Notes
rjhowell44 May 28, 2024
e0a037e
Fix V4L2 Source - failing on dGPU build
rjhowell44 May 29, 2024
c73ed77
Merge pull request #1220 from prominenceai/v4l2_source
rjhowell44 May 29, 2024
1560468
Create the v0.30.alpha release notes
rjhowell44 May 29, 2024
8ab7dd8
Add v0.30.alpha release
rjhowell44 May 29, 2024
687cd40
Merge pull request #1221 from prominenceai/v0.30.alpha.docs
rjhowell44 May 29, 2024
d77faf5
Update version to v0.30.alpha
rjhowell44 May 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 0 additions & 66 deletions test/api/DslSourceBufferOutBehaviorTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -318,78 +318,12 @@ SCENARIO( "A URI File Source with three Duplicate Sources can play",

REQUIRE( dsl_source_duplicate_new(duplicate_source_1.c_str(),
source_name1.c_str()) == DSL_RESULT_SUCCESS );
REQUIRE( dsl_source_video_buffer_out_crop_rectangle_set(
duplicate_source_1.c_str(), DSL_VIDEO_CROP_AT_SRC,
480, 270, 960, 540) == DSL_RESULT_SUCCESS );

REQUIRE( dsl_source_duplicate_new(duplicate_source_2.c_str(),
source_name1.c_str()) == DSL_RESULT_SUCCESS );
REQUIRE( dsl_source_video_buffer_out_frame_rate_set(duplicate_source_2.c_str(),
2, 1) == DSL_RESULT_SUCCESS );

REQUIRE( dsl_source_duplicate_new(duplicate_source_3.c_str(),
source_name1.c_str()) == DSL_RESULT_SUCCESS );
REQUIRE( dsl_source_video_buffer_out_orientation_set(duplicate_source_3.c_str(),
DSL_VIDEO_ORIENTATION_FLIP_HORIZONTALLY) == DSL_RESULT_SUCCESS );

REQUIRE( dsl_tiler_new(tiler_name.c_str(),
tiler_width, tiler_height) == DSL_RESULT_SUCCESS );

REQUIRE( dsl_sink_window_egl_new(window_sink_name.c_str(),
offest_x, offest_y, sink_width, sink_height) == DSL_RESULT_SUCCESS );


const wchar_t* components[] = {L"uri-source-1",
L"duplicate-source-1", L"duplicate-source-2", L"duplicate-source-3",
L"tiler", L"egl-sink", NULL};

REQUIRE( dsl_pipeline_new_component_add_many(pipeline_name.c_str(),
components) == DSL_RESULT_SUCCESS );

WHEN( "When the buffer-out-format is set to RGBA" )
{

THEN( "Pipeline is Able to LinkAll and Play" )
{
REQUIRE( dsl_pipeline_play(pipeline_name.c_str()) == DSL_RESULT_SUCCESS );
std::this_thread::sleep_for(TIME_TO_SLEEP_FOR);
REQUIRE( dsl_pipeline_stop(pipeline_name.c_str()) == DSL_RESULT_SUCCESS );

dsl_delete_all();
}
}
}
}

SCENARIO( "A V4L2 Camera Source with three Duplicate Sources can play",
"[buffer-out-behavior]")
{
GIVEN( "A Pipeline, URI source, 3 Duplicate Sources, Tiler, and Window Sink" )
{
std::wstring duplicate_source_1(L"duplicate-source-1");
std::wstring duplicate_source_2(L"duplicate-source-2");
std::wstring duplicate_source_3(L"duplicate-source-3");

REQUIRE( dsl_component_list_size() == 0 );

REQUIRE( dsl_source_uri_new(source_name1.c_str(), uri.c_str(),
false, skip_frames, drop_frame_interval) == DSL_RESULT_SUCCESS );

REQUIRE( dsl_source_duplicate_new(duplicate_source_1.c_str(),
source_name1.c_str()) == DSL_RESULT_SUCCESS );
REQUIRE( dsl_source_video_buffer_out_crop_rectangle_set(
duplicate_source_1.c_str(), DSL_VIDEO_CROP_AT_SRC,
480, 270, 960, 540) == DSL_RESULT_SUCCESS );

REQUIRE( dsl_source_duplicate_new(duplicate_source_2.c_str(),
source_name1.c_str()) == DSL_RESULT_SUCCESS );
REQUIRE( dsl_source_video_buffer_out_frame_rate_set(duplicate_source_2.c_str(),
2, 1) == DSL_RESULT_SUCCESS );

REQUIRE( dsl_source_duplicate_new(duplicate_source_3.c_str(),
source_name1.c_str()) == DSL_RESULT_SUCCESS );
REQUIRE( dsl_source_video_buffer_out_orientation_set(duplicate_source_3.c_str(),
DSL_VIDEO_ORIENTATION_FLIP_HORIZONTALLY) == DSL_RESULT_SUCCESS );

REQUIRE( dsl_tiler_new(tiler_name.c_str(),
tiler_width, tiler_height) == DSL_RESULT_SUCCESS );
Expand Down