Search code examples
palantir-foundry

Can we visualize video data with Palantir Foundry


I wanted to ask if it is possible to visualize video data in a dashboard or analysis board.

I want to filter the video data based on tabular metadata, then take a look at the relevant videos.

It would be great to do the filtering, analysis, and video visualization all on one platform. Otherwise, I would have to manually search for the files and open the videos with an external program.


Solution

  • If you're using Java Transforms you can load video processing libraries. For example: https://tika.apache.org/1.12/formats.html#Video_formats

    You can add it as a gradle dependency on your project:

    implementation 'org.apache.tika:tika-parser-audiovideo-module:2.4.0'