Which version of ffmpeg are you using (ffmpeg -version)?
Paste your output here
Which Arlo hardware do you have (camera types - [Arlo, Pro, Q, etc.], basestation model, etc.)?
Arlo Pro 2
What did you do?
If possible, provide the steps you took to reproduce the issue.
A complete runnable program is good. (don't include your user/password or any sensitive info)
sudo apt install python
sudo apt install python-pip
pip install arlo
sudo apt install ffmpeg
created arlo.py from screenshot wiki https://github.com/jeffreydwalter/arlo/wiki/Taking-Full-Screen-Snapshots
python arlo.py
What did you expect to see?
No errors!
What did you see instead?
Traceback (most recent call last):
File "arlo.py", line 1, in <module>
from arlo import Arlo
File "/home/ubuntu/arlo.py", line 1, in <module>
from arlo import Arlo
ImportError: cannot import name Arlo
Does this issue reproduce with the latest release?
Please answer these questions before submitting your issue. Thanks!
What version of Python are you using (
python -V
)?Python 2.7.15+
What operating system and processor architecture are you using (
python -c 'import platform; print(platform.uname());'
)?('Linux', 'ip-172-31-31-209', '4.15.0-1051-aws', '#53-Ubuntu SMP Wed Sep 18 13:3 5:53 UTC 2019', 'x86_64', 'x86_64')
Which Python packages do you have installed (run the
pip freeze
orpip3 freeze
command and paste output)?Which version of ffmpeg are you using (
ffmpeg -version
)?Which Arlo hardware do you have (camera types - [Arlo, Pro, Q, etc.], basestation model, etc.)?
Arlo Pro 2
What did you do?
If possible, provide the steps you took to reproduce the issue. A complete runnable program is good. (don't include your user/password or any sensitive info)
What did you expect to see?
What did you see instead?
Does this issue reproduce with the latest release?
Yes