Python ctypes implementation for Frame frabber imperx vce-clpcie04
Poetry 1.1.14 env used
git clone https://github.com/RustamAxm/frame_grabber.git
cd frame_grabber
poetry install
in_dir: 'packed'
out_dir: 'unpacked'
without_lib: true
#camera settings
Width: 1024
Height: 1024
BitDepth: 10
Packed: 1
Script use example
poetry run python <script_name>
In grabber_example simple image plot
Helpful util for unpacking raw data to raw grabber_unpack
python .\grabber_unpack.py config.yaml
example:
PS C:\Users\user\Downloads\frame_grabber> python .\grabber_unpack.py raw_data unpacked
[2023.03.03 14:56:15] modules I device ID = 61250064
[2023.03.03 14:56:15] modules I GetDMAAccessEx OK
[2023.03.03 14:56:15] Unpack RAW I in buffer len = 2949120, unpacked buffer len = 4718592
[2023.03.03 14:56:15] Unpack RAW I raw data saved raw_data\Азимут\Без дополнительного фильтра\Поле приемного СЛК НС2НС10_unpacked.raw
numpy~=1.24.2
matplotlib~=3.7.0