Changes between Version 78 and Version 79 of Other/Summer/2023/Hive
- Timestamp:
- Aug 9, 2023, 3:53:45 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2023/Hive
v78 v79 49 49 **Fisheye Camera**:https://www.orbit-lab.org/attachment/wiki/Other/Summer/2023/Hive/Screenshot%202023-08-09%20at%2011.25.03%20AM.png 50 50 == **Week 5**\\ 51 ** Camera Calibration**: Used the OpenCV camera calibration library to correct the fisheye camera's image distortion.51 **Hive Camera**: Used the OpenCV camera calibration library to correct the fisheye camera's image distortion. 52 52 53 53 **Machine Learning**: The neural network was being trained to detect behavioral responses from the bees and the magnetic field. PyTorch libraries were utilized to run the machine learning scripts. Accuracy indicates how well the neural network classified the videos. … … 56 56 **Alternating Current Circuits**: 57 57 58 ** Camera Distortion**: Began working on the deployment of the camera to the hive. Enclosed the camera with 2 IR lights in a hive frame. Sealed the frame with plastic poster board and aluminum tape. Doing so prevents the bees from chewing through to the camera.58 **Hive Camera**: Began working on the deployment of the camera to the hive. Enclosed the camera with 2 IR lights in a hive frame. Sealed the frame with plastic poster board and aluminum tape. Doing so prevents the bees from chewing through to the camera. 59 59 60 60 **Frame Dataset Corrections**: Encountered issues with the video frames when creating the dataset. But the code was modified to increment variables. … … 64 64 **Accomplishments**:Fixed the issues with the cropping in the video. Manually created datasets to run. Soldered wires to the resistors, wrapped wire around the glass tubes in the bee apparatus and connected the soldered wires to the Raspberry pi. Ran the circuit and collected data on bee motion with the AC current. 65 65 66 ** Camera**: Two more IR lights were soldered in parallel for more even light distribution. The video capture code and undistortion code were combined. Used POE(Power Over Ethernet) to run power and data over 50 feet to the Raspberry Pi.66 **Hive Camera**: Two more IR lights were soldered in parallel for more even light distribution. The video capture code and undistortion code were combined. Used POE(Power Over Ethernet) to run power and data over 50 feet to the Raspberry Pi. 67 67 68 68 == **Week 9**\\