Sanchayan Maity activity https://gitlab.com/SanchayanMaity 2026-03-20T07:00:13Z tag:gitlab.com,2026-03-20:5224937365 Sanchayan Maity commented on merge request !22 at aivero / open-source / see 2026-03-20T07:00:13Z SanchayanMaity Sanchayan Maity [email protected]

@ibraheem.farooq IIUC, considering AiveroSampler-x86_64-nightly- 2ea14042, the commit being used is 2ea14042. That does not have any of the work which is part of this MR. Commit should be af3817d5. Can you please recheck using a latest image?

tag:gitlab.com,2026-03-18:5216977626 Sanchayan Maity commented on merge request !22 at aivero / open-source / see 2026-03-18T11:10:47Z SanchayanMaity Sanchayan Maity [email protected]

Is there any feedback from testing with the changes to rgbdmux?

tag:gitlab.com,2026-03-11:5193215005 Sanchayan Maity commented on merge request !22 at aivero / open-source / see 2026-03-11T15:57:32Z SanchayanMaity Sanchayan Maity [email protected]

Should produce the appimage I believe as this was rebased on top of !9 (merged) and now main.

tag:gitlab.com,2026-03-11:5192048551 Sanchayan Maity closed merge request !23: Draft: Implement replacement behavior for dropped frames. at aivero / open-source / see 2026-03-11T11:52:26Z SanchayanMaity Sanchayan Maity [email protected]

Depends on !9.

tag:gitlab.com,2026-03-11:5192048533 Sanchayan Maity commented on merge request !23 at aivero / open-source / see 2026-03-11T11:52:26Z SanchayanMaity Sanchayan Maity [email protected]

Sorry for the noise/separate MR. !22 (merged) will suffice.

tag:gitlab.com,2026-03-11:5192042404 Sanchayan Maity commented on merge request !22 at aivero / open-source / see 2026-03-11T11:51:13Z SanchayanMaity Sanchayan Maity [email protected]

@raffael_santi This is now rebased on top of Amy's work in !9 (merged) and includes all of WP1, WP2, WP3 and WP3a. Top 19 commits on top of !9 (merged).

I am not sure about CI failures. Also, would be good to have feedback, if everything works as per specifications in #11.

tag:gitlab.com,2026-03-11:5191999780 Sanchayan Maity pushed to project branch wp1a-issue-11-os-40 at Sanchayan Maity / see 2026-03-11T11:42:39Z SanchayanMaity Sanchayan Maity [email protected]

Sanchayan Maity (af3817d5) at 11 Mar 11:42

Update Cargo.lock on rebase onto wp3-os-40

... and 166 more commits

tag:gitlab.com,2026-03-11:5191827193 Sanchayan Maity commented on merge request !22 at aivero / open-source / see 2026-03-11T11:08:59Z SanchayanMaity Sanchayan Maity [email protected]

Rebased/cherry-picked version on top of !9 (merged).

tag:gitlab.com,2026-03-11:5191765373 Sanchayan Maity closed merge request !21: Implement WP1 fixing recording issue with missing frames at aivero / open-source / see 2026-03-11T10:57:53Z SanchayanMaity Sanchayan Maity [email protected]
  • Fix Rust edition 2024 Never Type Fallback Errors
    These errors are caused by Rust 2024's changes to never type (!) fallback. Compiler can't infer the type for a generic parameter that defaults to ! (the never type) in Rust 2024.

    Follow the compiler's suggestions exactly. Add () type annotation to the generic calls.

  • Update Cargo.lock file for tauri & tauri deps
    Tauri being very picky about dependencies, the build fails due to a mismatch between tauri version on node and Rust. Use Cargo.lock to pin the Rust versions and specify exact versions on node side.

  • src-tauri: Format Rust files

  • src-tauri: Clean up all warnings

  • gst-rgbd: Format rust files

  • frame_dumping: Reduce the number of overruns
    We see quite a lot of overruns. Set up the queue properties and just use a high enough value for max-size-time. This reduces the overruns by a lot but does not get rid of them completely. Ideally should decide the queue sizes somehow based on the expected frame rate and data flow.

    We also change the pipeline slightly by dropping the queue in front of the tee and adding a queue before the file sink.

  • gst-rgbd/rgbdmux: Minor clean ups

  • gst-rgbd/rgbdmux: Introduce stream-name as a property on sink pad
    We introduce a new pad property on aggregator sink pads for storing stream name and use it later on. This allows us to decouple the usage of stream name from pad request. The stream name is determined on the basis of source pads upstream to rgbdmux like src_color which was then use for sink pad naming on rgbdmux in the format sink_color_<camera-name> when requesting pads.

    This will allow us to request pad early on but set the stream name via a property on the pad later and link the pad only after all pads have been requested first. See the next commit for how this is used to fix missing frames in recording sessions.

  • aivero-sample: Fix missing frames in recording sessions

tag:gitlab.com,2026-03-11:5191765334 Sanchayan Maity commented on merge request !21 at aivero / open-source / see 2026-03-11T10:57:52Z SanchayanMaity Sanchayan Maity [email protected]

Closing in favor of !23 (closed).

tag:gitlab.com,2026-03-11:5191762766 Sanchayan Maity opened merge request !23: Draft: Implement replacement behavior for dropped frames. at aivero / open-source / see 2026-03-11T10:57:21Z SanchayanMaity Sanchayan Maity [email protected]

Depends on !9.

tag:gitlab.com,2026-03-11:5191740743 Sanchayan Maity pushed new project branch wp-missing-frames at Sanchayan Maity / see 2026-03-11T10:52:51Z SanchayanMaity Sanchayan Maity [email protected]

Sanchayan Maity (5f3c1477) at 11 Mar 10:52

Update Cargo.lock on rebase onto wp3-os-40

... and 122 more commits

tag:gitlab.com,2026-03-11:5191479541 Sanchayan Maity pushed to project branch wp1a-issue-11-os-40 at Sanchayan Maity / see 2026-03-11T10:01:52Z SanchayanMaity Sanchayan Maity [email protected]

Sanchayan Maity (5dee384f) at 11 Mar 10:01

aivero-sample: Add empty/previous frame info as EXIF metadata

... and 1 more commit

tag:gitlab.com,2026-03-10:5187269692 Sanchayan Maity pushed to project branch wp1a-issue-11-os-40 at Sanchayan Maity / see 2026-03-10T12:19:40Z SanchayanMaity Sanchayan Maity [email protected]

Sanchayan Maity (09e20a8a) at 10 Mar 12:19

aivero-sample: Allow addition of a suffix to the filename to highli...

tag:gitlab.com,2026-03-10:5187175706 Sanchayan Maity pushed to project branch wp1a-issue-11-os-40 at Sanchayan Maity / see 2026-03-10T11:57:54Z SanchayanMaity Sanchayan Maity [email protected]

Sanchayan Maity (f453b79d) at 10 Mar 11:57

aivero-sample: Allow addition of a suffix to the filename to highli...

... and 1 more commit

tag:gitlab.com,2026-03-09:5183438929 Sanchayan Maity pushed to project branch wp1a-issue-11-os-40 at Sanchayan Maity / see 2026-03-09T15:57:48Z SanchayanMaity Sanchayan Maity [email protected]

Sanchayan Maity (a0442785) at 09 Mar 15:57

aivero-sample: Add empty/previous frame info as EXIF metadata

... and 1 more commit

tag:gitlab.com,2026-03-06:5175159712 Sanchayan Maity pushed to project branch wp1a-issue-11-os-40 at Sanchayan Maity / see 2026-03-06T12:42:29Z SanchayanMaity Sanchayan Maity [email protected]

Sanchayan Maity (9c8fdb64) at 06 Mar 12:42

gst-rgbd/rgbdmux: Finish multiple buffers while aggregating

tag:gitlab.com,2026-03-06:5174298548 Sanchayan Maity pushed to project branch wp1a-issue-11-os-40 at Sanchayan Maity / see 2026-03-06T09:18:58Z SanchayanMaity Sanchayan Maity [email protected]

Sanchayan Maity (a9bbee43) at 06 Mar 09:18

gst-rgbd/rgbdmux: Finish multiple buffers while aggregating

... and 1 more commit

tag:gitlab.com,2026-02-26:5144792813 Sanchayan Maity commented on merge request !21 at aivero / open-source / see 2026-02-26T07:38:52Z SanchayanMaity Sanchayan Maity [email protected]

This MR is based on top of os-40-port-mr-for-rebased-aivero-sampler branch.