package json
- Alphabetic
- Public
- All
Value Members
- 
      
      
      
        
      
    
      
        
        object
      
      
        Playback
      
      
      Simulates perception layer, sends messages to Kafka with the updated timestamps, given an input file Simulates perception layer, sends messages to Kafka with the updated timestamps, given an input file Usage: mvn exec:java -Dexec.mainClass=com.nvidia.mdx.core.util.playback.json.Playback -Dexec.args = [--input-file inputFile] [--config-file configFile] 
- 
      
      
      
        
      
    
      
        
        object
      
      
        PlaybackFrames
      
      
      Simulates perception layer, sends Frames to Kafka with the updated timestamps, given an input file Simulates perception layer, sends Frames to Kafka with the updated timestamps, given an input file Usage: mvn exec:java -Dexec.mainClass=com.nvidia.mdx.core.util.playback.json.PlaybackFrames -Dexec.args = [--input-file inputFile] [--config-file configFile] 
- 
      
      
      
        
      
    
      
        
        object
      
      
        PlaybackFramesWithOffset
      
      
      Simulates perception layer, sends Frames to Kafka with the updated timestamps, given an input file Simulates perception layer, sends Frames to Kafka with the updated timestamps, given an input file Usage: mvn exec:java -Dexec.mainClass=com.nvidia.mdx.core.util.playback.json.PlaybackFrames -Dexec.args = [--input-file inputFile] [--config-file configFile] 
- 
      
      
      
        
      
    
      
        
        object
      
      
        PlaybackSortedFrames
      
      
      Simulates perception layer, sends Frames to Kafka with the updated timestamps, given an input file, this utility assumes that frames are ordered by timestamp. Simulates perception layer, sends Frames to Kafka with the updated timestamps, given an input file, this utility assumes that frames are ordered by timestamp. this can handle large files Usage: mvn exec:java -Dexec.mainClass=com.nvidia.mdx.core.util.playback.json.PlaybackSortedFrames -Dexec.args = [--input-file inputFile] [--config-file configFile]