I got an original AWS (Version 1.0) Deep Lens from a friend and I am trying to get it to work. I am able to SSH into the device but when I try to install the newest software I get this error.
aws_cam@Deepcam:~$ sudo apt-get install awscam
[sudo] password for aws_cam:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
awscam : Depends: ocl-icd-libopencl1 but it is not installable
E: Unable to correct problems, you have held broken packages.
I did some research and I have no idea where to find this ocl-icd-libopencl1 package anymore or how to install it to get this thing working. It's like it doesn't exist anymore. I already ran sudo apt update && sudo apt install ocl-icd-libopencl1
without any luck (which updates the repo lists and nothing was found, I even did sudo apt-get upgrade
and nothing seems to work.
I have also logged into the AWS Console and tried clicking update from there and nothing happens (probably because of the error here). I did get it successfully registered with AWS, just useless until it upgrades to the latest version since I can't see video.
Any help is appreciated.