This repository contains files for the CyclopsTech work completed from 08/29/2024 to 09/23/2024. The camera_test.py file allows the cameras in the CyclopsTest VR Headset to capture a video of both eyes of the user wearing the headset, and write the video onto two avi files for the left and right eyeball. The other files contain a C# implementation of this approach, however there are some issues with using the OpenCV Library.
Python file for capturing output from Headset, then writing them to AVI files.
AVI files of Eyeball recording
C# files for providing same functionality as the python script to .net users.