ksseverson57 / campy

Python package for streaming video from multiple cameras to disk. Features real-time compression and debayering using FFmpeg.
MIT License
37 stars 18 forks source link

'campy.cameras.flir' Module Still Not Found #14

Closed verpeutlab closed 1 year ago

verpeutlab commented 2 years ago

In Issue #7 it was mentioned that the module named 'campy.cameras.flir' could not be found and that this issue should have been resolved in a master branch update in 2021. However, I have cloned and ran campy in 2022, and I am receiving the same error. I am working with 2 flir cameras, but I have been testing campy with only one flir camera using the config file titled campy_config_1cam_flir.yaml.

Please let me know how this issue can be resolved.

Originally posted by @ksseverson57 in https://github.com/ksseverson57/campy/issues/7#issuecomment-881735541

verpeutlab commented 2 years ago

I could not attach images in the previous post I made, so I have included an image of the error campy_error I am receiving.

ksseverson57 commented 2 years ago

@verpeutlab I believe this issue was resolved by adding "init.py" files to each folder, including the "cameras" folder. Please try re-downloading the latest version of campy in a new folder and use the command "pip install -e ." in this new campy folder to install the package. Full installation instructions can be found in the readme. Let me know this resolves your issue.