Skip to content

Commit

Permalink
Created MSUS config file
Browse files Browse the repository at this point in the history
  • Loading branch information
hsemwal committed Dec 12, 2024
1 parent 9149d73 commit 2cde49b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions mio/data/config/wireless/MSUS.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
id: wireless-200px
id: MSUS-test
mio_model: mio.models.stream.StreamDevConfig
mio_version: "v5.0.0"

Expand All @@ -16,16 +16,16 @@ baudrate: null
preamble: 0x12345678

# Image format. StreamDaq will calculate buffer size, etc. based on these parameters
frame_width: 200
frame_height: 200
pix_depth: 8
frame_width: 320
frame_height: 320
pix_depth: 12

# Buffer data format. These have to match the firmware value
header_len: 384 # 12 * 32 (in bits)
buffer_block_length: 10
block_size: 512
num_buffers: 32
dummy_words: 10
buffer_block_length: 12
block_size: 3988
num_buffers: 12
dummy_words: 12

# Flags to flip bit/byte order when recovering headers and data. See model document for details.
reverse_header_bits: True
Expand Down

0 comments on commit 2cde49b

Please sign in to comment.