Skip to content

Build files and scripts for an automated delayed (non)match to direction task

License

Notifications You must be signed in to change notification settings

emilyasterjones/X_maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

X_maze

Build files and scripts for an automated delayed (non)match to direction task, with simultaneous video recording and TTL pulses to synchronize to additional data streams

This task is derived from the H maze, originally published in (Seigle & Wilson, 2014) with a detailed protocol published in (Wirtshafter, Quan, & Wilson, 2021).

GigE Allied Vision Camera Acquisition Instructions

  1. Configure Ethernet Card
    1. Configure ethernet card according to these settings
    2. Turn off unnecessary protocols
    3. Set the camera's network to private
  2. Install OpenCV and Vimba SDK for Python
    1. pip install opencv-python
    2. Vimba => modify => select Vimba Python
    3. pip install "C:/Program Files/Allied Vision/Vimba_X.X/VimbaPython/Source" where x is whatever your version is

FLIR Blackfly S USB3 Camera Acquisition Instructions

  1. Install SpinView to set camera settings and stream and record video. See camera_settings file for an example of streaming high resolution color video in dim lighting.
  2. Read the Blackfly S Manual.
  3. To set up PySpinCapture to record using the GPU by installing the following:
  1. Set up Conda environment:
conda create -n flir python=3.8
pip install skikit-video
  1. Update folders and constants in capture_video_FLIR.py, then run: python capture_video_FLIR.py name_of_output_video_file_stem to capture video.

About

Build files and scripts for an automated delayed (non)match to direction task

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published