Coder Social home page Coder Social logo

balena-labs-projects / balena-cam Goto Github PK

View Code? Open in Web Editor NEW
175.0 10.0 77.0 4.75 MB

Network Camera with Raspberry Pi and WebRTC. Tutorial:

Home Page: https://balena.io/blog/build-a-raspberry-pi-based-network-camera/

License: MIT License

JavaScript 31.73% HTML 16.40% Python 29.88% CSS 21.98%
raspberry-pi webrtc camera raspberry-pi-camera balena zerow balenacloud

balena-cam's People

Contributors

alanb128 avatar andrewnhem avatar balena-ci avatar chrisys avatar dansku avatar maggie44 avatar mbalamat avatar mozz100 avatar nucleardreamer avatar robot-army avatar sradevski avatar stenbergd avatar tmigone avatar webtop avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

balena-cam's Issues

Build better UI

Build UI that:

  1. Auto starts video stream, on page load.
  2. Has buttons to access the resin-wifi-connect functionality.

Error with "VIDIOC_STREAMON: Invalid argument"

When I loaded the balena-cam to Raspberry Pi 4B, the balena-cam service dies and infinitely restarts.

When I ssh'd into the Docker container and tried to execute the Python logic, I could reproduce the same error by importing cv2 and running cv2.VideoCapture(0).read(). The returned values for read() are (False, None).

Following is a snippet of log from the balena-cam service:

21.04.21 19:14:17 (+0900) Restarting service 'balena-cam sha256:b3a28b820130d3f8a12e119100d0746b64bde60221fb1935c182cdf4b189186d'
21.04.21 19:14:18 (+0900)  balena-cam  /usr/local/lib/python3.5/dist-packages/aiortc/rtcdtlstransport.py:12: CryptographyDeprecationWarning: Python 3.5 support will be dropped in the next release of cryptography. Please upgrade your Python.
21.04.21 19:14:18 (+0900)  balena-cam    from cryptography.hazmat.backends import default_backend
21.04.21 19:14:18 (+0900)  balena-cam  Video device is ready
21.04.21 19:14:19 (+0900)  balena-cam  VIDIOC_STREAMON: Invalid argument
21.04.21 19:14:19 (+0900)  balena-cam  Failed to open default camera. Exiting...
21.04.21 19:14:19 (+0900) Service exited 'balena-cam sha256:b3a28b820130d3f8a12e119100d0746b64bde60221fb1935c182cdf4b189186d'
21.04.21 19:14:27 (+0900) Restarting service 'balena-cam sha256:b3a28b820130d3f8a12e119100d0746b64bde60221fb1935c182cdf4b189186d'

Ideas!!

any ideas for adding timestamp on the stream gsstreamer?

Trouble building (in local mode) on a Raspberry Pi 4

Finally got this working on a Pi Zero W by changing the GPU memory settings.

Moving to a Raspberry Pi 4, with local deployment, and after balena push x.x.x.x

some services failed to build:
	balena-cam: manifest for balenalib/raspberrypi4-64-debian:stretch-20190612 not found

Changed first line of Dockerfile.template to

FROM balenalib/%%BALENA_MACHINE_NAME%%-debian:stretch

Now got the error

[Build]   [balena-cam] E: Unable to locate package libjasper-dev

Commented out the line for that in the same dockerfile.template, but I'm sure it wouldn't be there if it wasn't needed, so I'm sure that'll cause problems down the line.

Now getting the error:

[Build]   [balena-cam] Collecting aiohttp
[Build]   [balena-cam]   Downloading https://www.piwheels.org/simple/aiohttp/aiohttp-3.6.2-py3-none-any.whl (441kB)
[Build]   [balena-cam] Collecting aiohttp_basicauth==0.1.3
[Build]   [balena-cam]   Downloading https://www.piwheels.org/simple/aiohttp-basicauth/aiohttp_basicauth-0.1.3-py3-none-any.whl
[Build]   [balena-cam] ERROR: Could not find a version that satisfies the requirement aiortc==0.9.11 (from versions: none)
[Build]   
[Build]   [balena-cam] ERROR: No matching distribution found for aiortc==0.9.11
[Build]   
[Build]   [balena-cam] Removing intermediate container 0ba8bf495a40
Some services failed to build:
	balena-cam: The command '/bin/sh -c pip3 install aiohttp aiohttp_basicauth==0.1.3 aiortc==0.9.11 numpy==1.15.4 opencv-python==3.4.4.19 --index-url https://www.piwheels.org/simple' returned a non-zero code: 1

Doesn't run successfully when pushed to balena; syntax error

From the current master branch, I cloned and then pushed to balena. Image built ok and has deployed to my device (raspi 4)

However the balena-cam container is failing to start, falling over with a syntax error. Seems to be complaining about type hinting in pyee. Has some dependency not been pinned and an external release rendered this code un-runnable?

Traceback (most recent call last):
    File "/usr/src/app/server.py", line 5, in <module>
      from aiortc import RTCPeerConnection, RTCSessionDescription, VideoStreamTrack, RTCIceServer, RTCConfiguration
    File "/usr/local/lib/python3.5/dist-packages/aiortc/__init__.py", line 2, in <module>
      from .mediastreams import (AudioStreamTrack,  # noqa
    File "/usr/local/lib/python3.5/dist-packages/aiortc/mediastreams.py", line 7, in <module>
      from pyee import EventEmitter
    File "/usr/local/lib/python3.5/dist-packages/pyee/__init__.py", line 34, in <module>
      from pyee.base import EventEmitter as EventEmitter
    File "/usr/local/lib/python3.5/dist-packages/pyee/base.py", line 43
      self._events: Dict[
                  ^
  SyntaxError: invalid syntax

push error

When pushing, the remote build fails with the error:
`ERROR: Could not find a version that satisfies the requirement aiohttp_basicauth==0.1.0 (from versions: 0.1.3)

ERROR: No matching distribution found for aiohttp_basicauth==0.1.0

The command '/bin/sh -c pip3 install aiohttp aiohttp_basicauth==0.1.0 aiortc==0.9.11 opencv-python==3.4.4.19 --index-url https://www.piwheels.org/simple' returned a non-zero code: 1`

Change video resolution

Is it possible at all to change the video resolution? It appears to be drastically low quality :( I was hoping for some environment variable to use for this

libjasper-dev missing again

I saw that this has been an issue before and that there was a fix at that time. Now builds from master are failing again due to the libjasper-dev package missing.

"Blank" screen in web browser

Hi. My balenacam is not working. When I try to access the WebRTC stream, everything but the stream itself loads.
I can double-click to go fullscreen etc - but no video.
The camera and RPI 3 A+ is confirmed working.

From the logs - the only weird thing is the .local address instead of the IP my computer is on?


09.11.20 12:20:45 (+0100) <balena-cam> https://github.com/balena-io-playground/balena-cam 09.11.20 12:20:45 (+0100) <balena-cam> ############################################################# 09.11.20 12:20:45 (+0100) <balena-cam> 09.11.20 12:20:45 (+0100) <balena-cam> ======== Running on http://0.0.0.0:80 ======== 09.11.20 12:20:45 (+0100) <balena-cam> (Press CTRL+C to quit) 09.11.20 12:21:00 (+0100) <balena-cam> /usr/local/lib/python3.5/dist-packages/pyee/_base.py:81: RuntimeWarning: coroutine 'on_iceconnectionstatechange' was never awaited 09.11.20 12:21:00 (+0100) <balena-cam> f(*args, **kwargs) 09.11.20 12:21:00 (+0100) <balena-cam> Task exception was never retrieved 09.11.20 12:21:00 (+0100) <balena-cam> future: <Task finished coro=<RTCPeerConnection.__connect() done, defined at /usr/local/lib/python3.5/dist-packages/aiortc/rtcpeerconnection.py:554> exception=ValueError("'2e20163f-0920-4908-b6b7-f6e3b8ce882a.local' does not appear to be an IPv4 or IPv6 address",)> 09.11.20 12:21:00 (+0100) <balena-cam> Traceback (most recent call last): 09.11.20 12:21:00 (+0100) <balena-cam> File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step 09.11.20 12:21:00 (+0100) <balena-cam> result = coro.send(None) 09.11.20 12:21:00 (+0100) <balena-cam> File "/usr/local/lib/python3.5/dist-packages/aiortc/rtcpeerconnection.py", line 559, in __connect 09.11.20 12:21:00 (+0100) <balena-cam> await iceTransport.start(self.__remoteIce[transceiver]) 09.11.20 12:21:00 (+0100) <balena-cam> File "/usr/local/lib/python3.5/dist-packages/aiortc/rtcicetransport.py", line 284, in start 09.11.20 12:21:00 (+0100) <balena-cam> await self._connection.connect() 09.11.20 12:21:00 (+0100) <balena-cam> File "/usr/local/lib/python3.5/dist-packages/aioice/ice.py", line 356, in connect 09.11.20 12:21:00 (+0100) <balena-cam> if (protocol.local_candidate.can_pair_with(remote_candidate) and 09.11.20 12:21:00 (+0100) <balena-cam> File "/usr/local/lib/python3.5/dist-packages/aioice/candidate.py", line 114, in can_pair_with 09.11.20 12:21:00 (+0100) <balena-cam> b = ipaddress.ip_address(other.host) 09.11.20 12:21:00 (+0100) <balena-cam> File "/usr/lib/python3.5/ipaddress.py", line 54, in ip_address 09.11.20 12:21:00 (+0100) <balena-cam> address) 09.11.20 12:21:00 (+0100) <balena-cam> ValueError: '2e20163f-0920-4908-b6b7-f6e3b8ce882a.local' does not appear to be an IPv4 or IPv6 address

No matching distribution found for async-timeout

Tried to push BalenaCam to a Raspberry PI Zero W today.

Got around the "missing GPG" error by changing line 6 to:
apt-get install -yq --allow-unauthenticated
...to Dockerfile.template

But this one about Python has me stumped.

libjasper-dev

Problem persists

: Unable to locate package libjasper-dev

Can not push project to balenaCloud

I recently pulled this project and tried to deploy it on a Raspberry Pi Zero W running balenaOS 2.32.0+rev1.

However I am unable to push this project using balena push <PROJECT_NAME>

Log from balena push

[Info]        Starting build for ImgFetcher, user gh_idoodler
[Info]        Dashboard link: https://dashboard.balena-cloud.com/apps/1498507/devices
[Info]        Building on arm01
[Info]        Pulling previous images for caching purposes...
[Success]     Successfully pulled cache images
[balena-cam]  Step 1/10 : FROM balenalib/raspberry-pi-debian:stretch
[balena-cam]   ---> b5c859a71dc3
[balena-cam]  Step 2/10 : RUN echo "deb http://deb.debian.org/debian jessie main" >> /etc/apt/sources.list
[balena-cam]  Using cache
[balena-cam]   ---> db9231a20254
[balena-cam]  Step 3/10 : RUN apt-get update &&   apt-get install -yq     gstreamer-1.0     v4l-utils     libopus-dev     libvpx-dev     python3     python3-dev     python3-pip     python3-setuptools     libsrtp2-dev     libopencv-dev     libatlas3-base     libjasper-dev     libilmbase12     libopenexr22     libavformat-dev     libswscale-dev     libqtgui4     libqt4-test     libavdevice-dev     libavfilter-dev     libavcodec-dev   && apt-get clean && rm -rf /var/lib/apt/lists/*
[balena-cam]   ---> Running in f2757c715856
[balena-cam]  Ign:1 http://deb.debian.org/debian jessie InRelease
[balena-cam]  Get:2 http://archive.raspberrypi.org/debian stretch InRelease [25.4 kB]
[balena-cam]  Get:3 http://deb.debian.org/debian jessie Release [77.3 kB]
[balena-cam]  Get:4 http://archive.raspbian.org/raspbian stretch InRelease [15.0 kB]
[balena-cam]  Get:5 http://deb.debian.org/debian jessie Release.gpg [1652 B]
[balena-cam]  Get:6 http://archive.raspberrypi.org/debian stretch/ui armhf Packages [45.0 kB]
[balena-cam]  Get:7 http://archive.raspbian.org/raspbian stretch/firmware armhf Packages [1201 B]
[balena-cam]  Get:8 http://archive.raspberrypi.org/debian stretch/main armhf Packages [221 kB]
[balena-cam]  Ign:5 http://deb.debian.org/debian jessie Release.gpg
[balena-cam]  Get:9 http://archive.raspbian.org/raspbian stretch/contrib armhf Packages [66.2 kB]
[balena-cam]  Get:10 http://deb.debian.org/debian jessie/main armhf Packages [8898 kB]
[balena-cam]  Get:11 http://archive.raspbian.org/raspbian stretch/rpi armhf Packages [1299 B]
[balena-cam]  Get:12 http://archive.raspbian.org/raspbian stretch/non-free armhf Packages [116 kB]
[balena-cam]  Get:13 http://archive.raspbian.org/raspbian stretch/main armhf Packages [16.4 MB]
[balena-cam]  Fetched 25.9 MB in 3s (6565 kB/s)
[balena-cam]  Reading package lists...
[balena-cam]  W: GPG error: http://deb.debian.org/debian jessie Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7638D0442B90D010 NO_PUBKEY CBF8D6FD518E17E1
[balena-cam]  W: The repository 'http://deb.debian.org/debian jessie Release' is not signed.
[balena-cam]  
[balena-cam]  Reading package lists...
[balena-cam]  Building dependency tree...
[balena-cam]  Reading state information...
[balena-cam]  The following additional packages will be installed:
[balena-cam]    dh-python fontconfig fontconfig-config fonts-dejavu-core gir1.2-atk-1.0
[balena-cam]    gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-gtk-2.0
[balena-cam]    gir1.2-pango-1.0 gnome-icon-theme gtk-update-icon-cache hicolor-icon-theme
[balena-cam]    icu-devtools iso-codes libasan3 libasound2 libasound2-data libass5
[balena-cam]    libasyncns0 libatk1.0-0 libatk1.0-data libatk1.0-dev libatomic1 libaudio2
[balena-cam]    libavahi-client3 libavahi-common-data libavahi-common3 libavc1394-0
[balena-cam]    libavcodec57 libavdevice57 libavfilter6 libavformat57 libavresample-dev
[balena-cam]    libavresample3 libavutil-dev libavutil55 libblas-common libbluray2 libbs2b0
[balena-cam]    libbsd0 libc-dev-bin libc6-dev libcaca0 libcairo-gobject2
[balena-cam]    libcairo-script-interpreter2 libcairo2 libcairo2-dev libcap2-bin
[balena-cam]    libcdio-cdda1 libcdio-paranoia1 libcdio13 libchromaprint1 libcroco3 libcups2
[balena-cam]    libcv-dev libcvaux-dev libdatrie1 libdc1394-22 libdc1394-22-dev
[balena-cam]    libdouble-conversion1 libdpkg-perl libebur128-1 libegl1-mesa libexpat1
[balena-cam]    libexpat1-dev libfftw3-double3 libflac8 libflite1 libfontconfig1
[balena-cam]    libfontconfig1-dev libfreetype6 libfreetype6-dev libfribidi0 libgbm1
[balena-cam]    libgcc-6-dev libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgdk-pixbuf2.0-dev
[balena-cam]    libgfortran3 libgirepository-1.0-1 libgl1-mesa-glx libglapi-mesa
[balena-cam]    libglib2.0-0 libglib2.0-bin libglib2.0-data libglib2.0-dev libgme0 libgomp1
[balena-cam]    libgraphite2-3 libgraphite2-dev libgsm1 libgstreamer-plugins-base1.0-0
[balena-cam]    libgstreamer1.0-0 libgtk2.0-0 libgtk2.0-common libgtk2.0-dev libharfbuzz-dev
[balena-cam]    libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libhighgui-dev
[balena-cam]    libice-dev libice6 libicu-dev libicu57 libiec61883-0 libilmbase-dev
[balena-cam]    libjack-jackd2-0 libjasper1 libjbig-dev libjbig0 libjpeg-dev libjpeg62-turbo
[balena-cam]    libjpeg62-turbo-dev liblcms2-2 liblzma-dev liblzo2-2 libmng1 libmp3lame0
[balena-cam]    libmpdec2 libmpg123-0 libogg0 libopenal-data libopenal1
[balena-cam]    libopencv-calib3d-dev libopencv-calib3d2.4v5 libopencv-contrib-dev
[balena-cam]    libopencv-contrib2.4v5 libopencv-core-dev libopencv-core2.4v5
[balena-cam]    libopencv-features2d-dev libopencv-features2d2.4v5 libopencv-flann-dev
[balena-cam]    libopencv-flann2.4v5 libopencv-gpu-dev libopencv-gpu2.4v5
[balena-cam]    libopencv-highgui-dev libopencv-highgui2.4-deb0 libopencv-imgproc-dev
[balena-cam]    libopencv-imgproc2.4v5 libopencv-legacy-dev libopencv-legacy2.4v5
[balena-cam]    libopencv-ml-dev libopencv-ml2.4v5 libopencv-objdetect-dev
[balena-cam]    libopencv-objdetect2.4v5 libopencv-ocl-dev libopencv-ocl2.4v5
[balena-cam]    libopencv-photo-dev libopencv-photo2.4v5 libopencv-stitching-dev
[balena-cam]    libopencv-stitching2.4v5 libopencv-superres-dev libopencv-superres2.4v5
[balena-cam]    libopencv-ts-dev libopencv-ts2.4v5 libopencv-video-dev libopencv-video2.4v5
[balena-cam]    libopencv-videostab-dev libopencv-videostab2.4v5 libopencv2.4-java
[balena-cam]    libopencv2.4-jni libopenexr-dev libopenjp2-7 libopenmpt0 libopus0
[balena-cam]    liborc-0.4-0 libpango-1.0-0 libpango1.0-dev libpangocairo-1.0-0
[balena-cam]    libpangoft2-1.0-0 libpangoxft-1.0-0 libpcap0.8 libpcap0.8-dev libpcre16-3
[balena-cam]    libpcre3-dev libpcre32-3 libpcrecpp0v5 libpgm-5.2-0 libpixman-1-0
[balena-cam]    libpixman-1-dev libpng-dev libpostproc-dev libpostproc54
[balena-cam]    libpthread-stubs0-dev libpulse0 libpython3-dev libpython3-stdlib
[balena-cam]    libpython3.5 libpython3.5-dev libpython3.5-minimal libpython3.5-stdlib
[balena-cam]    libqt5core5a libqt5glib-2.0-0 libqtcore4 libqtglib-2.0-0 libraw1394-11
[balena-cam]    libraw1394-dev librsvg2-2 librsvg2-common librubberband2 libsamplerate0
[balena-cam]    libsdl2-2.0-0 libshine3 libslang2 libsm-dev libsm6 libsnappy1v5 libsndfile1
[balena-cam]    libsndio6.1 libsodium18 libsoxr0 libspeex1 libsrtp2-1 libssh-gcrypt-4
[balena-cam]    libstdc++-6-dev libswresample-dev libswresample2 libswscale4 libthai-data
[balena-cam]    libthai0 libtheora0 libtiff5 libtiff5-dev libtiffxx5 libtwolame0 libubsan0
[balena-cam]    libv4l-0 libv4l2rds0 libv4lconvert0 libva-drm1 libva-x11-1 libva1 libvdpau1
[balena-cam]    libvorbis0a libvorbisenc2 libvorbisfile3 libvpx4 libwavpack1
[balena-cam]    libwayland-client0 libwayland-cursor0 libwayland-egl1-mesa
[balena-cam]    libwayland-server0 libwebp6 libwebpmux2 libwrap0 libx11-6 libx11-data
[balena-cam]    libx11-dev libx11-xcb1 libx264-148 libx265-95 libxau-dev libxau6
[balena-cam]    libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-render0
[balena-cam]    libxcb-render0-dev libxcb-shape0 libxcb-shm0 libxcb-shm0-dev libxcb-sync1
[balena-cam]    libxcb-xfixes0 libxcb1 libxcb1-dev libxcomposite-dev libxcomposite1
[balena-cam]    libxcursor-dev libxcursor1 libxdamage-dev libxdamage1 libxdmcp-dev libxdmcp6
[balena-cam]    libxext-dev libxext6 libxfixes-dev libxfixes3 libxft-dev libxft2 libxi-dev
[balena-cam]    libxi6 libxinerama-dev libxinerama1 libxkbcommon0 libxml2 libxml2-utils
[balena-cam]    libxrandr-dev libxrandr2 libxrender-dev libxrender1 libxshmfence1 libxss1
[balena-cam]    libxt6 libxtst6 libxv1 libxvidcore4 libxxf86vm1 libzmq5 libzvbi-common
[balena-cam]    libzvbi0 linux-libc-dev mime-support pkg-config python-pip-whl
[balena-cam]    python3-minimal python3-pkg-resources python3.5 python3.5-dev
[balena-cam]    python3.5-minimal qtcore4-l10n shared-mime-info ucf x11-common
[balena-cam]    x11proto-composite-dev x11proto-core-dev x11proto-damage-dev
[balena-cam]    x11proto-fixes-dev x11proto-input-dev x11proto-kb-dev x11proto-randr-dev
[balena-cam]    x11proto-render-dev x11proto-xext-dev x11proto-xinerama-dev xkb-data
[balena-cam]    xorg-sgml-doctools xtrans-dev zlib1g-dev
[balena-cam]  Suggested packages:
[balena-cam]    isoquery libasound2-plugins alsa-utils nas libbluray-bdj glibc-doc
[balena-cam]    manpages-dev libcairo2-doc cups-common debian-keyring gcc | c-compiler
[balena-cam]    binutils patch libfftw3-bin libfftw3-dev alsa-base libglib2.0-doc
[balena-cam]    libvisual-0.4-plugins gstreamer1.0-tools gvfs libgtk2.0-doc libice-doc
[balena-cam]    icu-doc jackd2 libjasper-runtime liblcms2-utils liblzma-doc libportaudio2
[balena-cam]    opus-tools imagemagick libpango1.0-doc pulseaudio qt4-qtconfig
[balena-cam]    libraw1394-doc librsvg2-bin libsm-doc sndiod speex libsrtp2-docs
[balena-cam]    libstdc++-6-doc libxcb-doc libxext-doc python3-doc python3-tk python3-venv
[balena-cam]    python-setuptools-doc python3.5-venv python3.5-doc binfmt-support
[balena-cam]  Recommended packages:
[balena-cam]    libaacs0 manpages manpages-dev libpam-cap libfile-fcntllock-perl bzip2
[balena-cam]    libgl1-mesa-dri xdg-user-dirs gstreamer1.0-plugins-base libgail-common
[balena-cam]    libgtk2.0-bin python debhelper opencv-data libpng-tools qttranslations5-l10n
[balena-cam]    qt-at-spi libraw1394-tools va-driver-all | va-driver vdpau-driver-all
[balena-cam]    | vdpau-driver tcpd libx11-doc xml-core file build-essential python3-wheel
[balena-cam]  The following NEW packages will be installed:
[balena-cam]    dh-python fontconfig fontconfig-config fonts-dejavu-core gir1.2-atk-1.0
[balena-cam]    gir1.2-freedesktop gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-gstreamer-1.0
[balena-cam]    gir1.2-gtk-2.0 gir1.2-pango-1.0 gnome-icon-theme gtk-update-icon-cache
[balena-cam]    hicolor-icon-theme icu-devtools iso-codes libasan3 libasound2
[balena-cam]    libasound2-data libass5 libasyncns0 libatk1.0-0 libatk1.0-data libatk1.0-dev
[balena-cam]    libatlas3-base libatomic1 libaudio2 libavahi-client3 libavahi-common-data
[balena-cam]    libavahi-common3 libavc1394-0 libavcodec-dev libavcodec57 libavdevice-dev
[balena-cam]    libavdevice57 libavfilter-dev libavfilter6 libavformat-dev libavformat57
[balena-cam]    libavresample-dev libavresample3 libavutil-dev libavutil55 libblas-common
[balena-cam]    libbluray2 libbs2b0 libbsd0 libc-dev-bin libc6-dev libcaca0
[balena-cam]    libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcairo2-dev
[balena-cam]    libcap2-bin libcdio-cdda1 libcdio-paranoia1 libcdio13 libchromaprint1
[balena-cam]    libcroco3 libcups2 libcv-dev libcvaux-dev libdatrie1 libdc1394-22
[balena-cam]    libdc1394-22-dev libdouble-conversion1 libdpkg-perl libebur128-1
[balena-cam]    libegl1-mesa libexpat1 libexpat1-dev libfftw3-double3 libflac8 libflite1
[balena-cam]    libfontconfig1 libfontconfig1-dev libfreetype6 libfreetype6-dev libfribidi0
[balena-cam]    libgbm1 libgcc-6-dev libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common
[balena-cam]    libgdk-pixbuf2.0-dev libgfortran3 libgirepository-1.0-1 libgl1-mesa-glx
[balena-cam]    libglapi-mesa libglib2.0-0 libglib2.0-bin libglib2.0-data libglib2.0-dev
[balena-cam]    libgme0 libgomp1 libgraphite2-3 libgraphite2-dev libgsm1
[balena-cam]    libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libgtk2.0-0
[balena-cam]    libgtk2.0-common libgtk2.0-dev libharfbuzz-dev libharfbuzz-gobject0
[balena-cam]    libharfbuzz-icu0 libharfbuzz0b libhighgui-dev libice-dev libice6 libicu-dev
[balena-cam]    libicu57 libiec61883-0 libilmbase-dev libilmbase12 libjack-jackd2-0
[balena-cam]    libjasper-dev libjasper1 libjbig-dev libjbig0 libjpeg-dev libjpeg62-turbo
[balena-cam]    libjpeg62-turbo-dev liblcms2-2 liblzma-dev liblzo2-2 libmng1 libmp3lame0
[balena-cam]    libmpdec2 libmpg123-0 libogg0 libopenal-data libopenal1
[balena-cam]    libopencv-calib3d-dev libopencv-calib3d2.4v5 libopencv-contrib-dev
[balena-cam]    libopencv-contrib2.4v5 libopencv-core-dev libopencv-core2.4v5 libopencv-dev
[balena-cam]    libopencv-features2d-dev libopencv-features2d2.4v5 libopencv-flann-dev
[balena-cam]    libopencv-flann2.4v5 libopencv-gpu-dev libopencv-gpu2.4v5
[balena-cam]    libopencv-highgui-dev libopencv-highgui2.4-deb0 libopencv-imgproc-dev
[balena-cam]    libopencv-imgproc2.4v5 libopencv-legacy-dev libopencv-legacy2.4v5
[balena-cam]    libopencv-ml-dev libopencv-ml2.4v5 libopencv-objdetect-dev
[balena-cam]    libopencv-objdetect2.4v5 libopencv-ocl-dev libopencv-ocl2.4v5
[balena-cam]    libopencv-photo-dev libopencv-photo2.4v5 libopencv-stitching-dev
[balena-cam]    libopencv-stitching2.4v5 libopencv-superres-dev libopencv-superres2.4v5
[balena-cam]    libopencv-ts-dev libopencv-ts2.4v5 libopencv-video-dev libopencv-video2.4v5
[balena-cam]    libopencv-videostab-dev libopencv-videostab2.4v5 libopencv2.4-java
[balena-cam]    libopencv2.4-jni libopenexr-dev libopenexr22 libopenjp2-7 libopenmpt0
[balena-cam]    libopus-dev libopus0 liborc-0.4-0 libpango-1.0-0 libpango1.0-dev
[balena-cam]    libpangocairo-1.0-0 libpangoft2-1.0-0 libpangoxft-1.0-0 libpcap0.8
[balena-cam]    libpcap0.8-dev libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
[balena-cam]    libpgm-5.2-0 libpixman-1-0 libpixman-1-dev libpng-dev libpostproc-dev
[balena-cam]    libpostproc54 libpthread-stubs0-dev libpulse0 libpython3-dev
[balena-cam]    libpython3-stdlib libpython3.5 libpython3.5-dev libpython3.5-minimal
[balena-cam]    libpython3.5-stdlib libqt4-test libqt5core5a libqt5glib-2.0-0
[balena-cam]    libqt5gstreamer-1.0-0 libqtcore4 libqtglib-2.0-0 libqtgstreamer-1.0-0
[balena-cam]    libqtgui4 libraw1394-11 libraw1394-dev librsvg2-2 librsvg2-common
[balena-cam]    librubberband2 libsamplerate0 libsdl2-2.0-0 libshine3 libslang2 libsm-dev
[balena-cam]    libsm6 libsnappy1v5 libsndfile1 libsndio6.1 libsodium18 libsoxr0 libspeex1
[balena-cam]    libsrtp2-1 libsrtp2-dev libssh-gcrypt-4 libstdc++-6-dev libswresample-dev
[balena-cam]    libswresample2 libswscale-dev libswscale4 libthai-data libthai0 libtheora0
[balena-cam]    libtiff5 libtiff5-dev libtiffxx5 libtwolame0 libubsan0 libv4l-0 libv4l2rds0
[balena-cam]    libv4lconvert0 libva-drm1 libva-x11-1 libva1 libvdpau1 libvorbis0a
[balena-cam]    libvorbisenc2 libvorbisfile3 libvpx-dev libvpx4 libwavpack1
[balena-cam]    libwayland-client0 libwayland-cursor0 libwayland-egl1-mesa
[balena-cam]    libwayland-server0 libwebp6 libwebpmux2 libwrap0 libx11-6 libx11-data
[balena-cam]    libx11-dev libx11-xcb1 libx264-148 libx265-95 libxau-dev libxau6
[balena-cam]    libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-render0
[balena-cam]    libxcb-render0-dev libxcb-shape0 libxcb-shm0 libxcb-shm0-dev libxcb-sync1
[balena-cam]    libxcb-xfixes0 libxcb1 libxcb1-dev libxcomposite-dev libxcomposite1
[balena-cam]    libxcursor-dev libxcursor1 libxdamage-dev libxdamage1 libxdmcp-dev libxdmcp6
[balena-cam]    libxext-dev libxext6 libxfixes-dev libxfixes3 libxft-dev libxft2 libxi-dev
[balena-cam]    libxi6 libxinerama-dev libxinerama1 libxkbcommon0 libxml2 libxml2-utils
[balena-cam]    libxrandr-dev libxrandr2 libxrender-dev libxrender1 libxshmfence1 libxss1
[balena-cam]    libxt6 libxtst6 libxv1 libxvidcore4 libxxf86vm1 libzmq5 libzvbi-common
[balena-cam]    libzvbi0 linux-libc-dev mime-support pkg-config python-pip-whl python3
[balena-cam]    python3-dev python3-minimal python3-pip python3-pkg-resources
[balena-cam]    python3-setuptools python3.5 python3.5-dev python3.5-minimal qtcore4-l10n
[balena-cam]    shared-mime-info ucf v4l-utils x11-common x11proto-composite-dev
[balena-cam]    x11proto-core-dev x11proto-damage-dev x11proto-fixes-dev x11proto-input-dev
[balena-cam]    x11proto-kb-dev x11proto-randr-dev x11proto-render-dev x11proto-xext-dev
[balena-cam]    x11proto-xinerama-dev xkb-data xorg-sgml-doctools xtrans-dev zlib1g-dev
[balena-cam]  0 upgraded, 353 newly installed, 0 to remove and 6 not upgraded.
[balena-cam]  Need to get 200 MB of archives.
[balena-cam]  After this operation, 594 MB of additional disk space will be used.
[balena-cam]  WARNING: The following packages cannot be authenticated!
[balena-cam]    libjasper1 libmng1 libjasper-dev
[balena-cam]  E: There were unauthenticated packages and -y was used without --allow-unauthenticated
[balena-cam]  
[balena-cam]  Removing intermediate container f2757c715856
[Info]        Uploading images
[balena-cam]  The command '/bin/sh -c apt-get update &&   apt-get install -yq     gstreamer-1.0     v4l-utils     libopus-dev     libvpx-dev     python3     python3-dev     python3-pip     python3-setuptools     libsrtp2-dev     libopencv-dev     libatlas3-base     libjasper-dev     libilmbase12     libopenexr22     libavformat-dev     libswscale-dev     libqtgui4     libqt4-test     libavdevice-dev     libavfilter-dev     libavcodec-dev   && apt-get clean && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
[Success]     Successfully uploaded images
[Error]       Some services failed to build:
[Error]         Service: balena-cam
[Error]           Error: The command '/bin/sh -c apt-get update &&   apt-get install -yq     gstreamer-1.0     v4l-utils     libopus-dev     libvpx-dev     python3     python3-dev     python3-pip     python3-setuptools     libsrtp2-dev     libopencv-dev     libatlas3-base     libjasper-dev     libilmbase12     libopenexr22     libavformat-dev     libswscale-dev     libqtgui4     libqt4-test     libavdevice-dev     libavfilter-dev     libavcodec-dev   && apt-get clean && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
[Error]       Not deploying release.
Remote build failed

Additional information may be available in debug mode. Prefix the command
line with DEBUG=1, i.e.:  DEBUG=1 balena ...
If you need help, don't hesitate in contacting us at:

  Forums: https://forums.balena.io
  GitHub: https://github.com/balena-io/balena-cli/issues/new

This error can be easily be fixed by adding --allow-unauthenticated to the apt-get install -yq in the Dockerfile.template at line 6.

After that I encounter another issue that I am unable to solve, checkout the log (unrelevant bits have been removed.

[balena-cam]  ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.
[balena-cam]      opencv-python==3.4.4.19 from https://www.piwheels.org/simple/opencv-python/opencv_python-3.4.4.19-cp35-cp35m-linux_armv6l.whl#sha256=329d9d9fdd62b93d44a485aeaab4602c6f5b8555ea8bcc7dbcdc62c90cfe2c3f:
[balena-cam]          Expected sha256 329d9d9fdd62b93d44a485aeaab4602c6f5b8555ea8bcc7dbcdc62c90cfe2c3f
[balena-cam]               Got        3a32f926e1b319f5813ef8574b7dd3ac427768786ef0efc4a5256eb1a9b8bbe5
[balena-cam]  
[balena-cam]  Removing intermediate container f74fea06ff9b
[Info]        Uploading images
[balena-cam]  The command '/bin/sh -c pip3 install aiohttp aiohttp_basicauth==0.1.3 aiortc==0.9.11 opencv-python==3.4.4.19 --index-url https://www.piwheels.org/simple' returned a non-zero code: 1

RaspberryPi camera v2 fails to connect to camera with "VIDEOIO ERROR: V$L: can't open camera"

A user reported that they were able to fix these issues by upgrading the project to use debian-buster as a base and the following set of packages:

RUN apt-get install alsa-utils automake avr-libc bison build-essential flex
RUN apt-get install g++ gcc gcc-avr git gperf htop libtinfo-dev make nano
RUN apt-get install nmap pkg-config psmisc pulseaudio cmake unzip pkg-config
RUN apt-get install -yq gstreamer-1.0 v4l-utils libopus-dev libvpx-dev python3 python3-dev python3-pip python3-setuptools
RUN apt-get install -yq libsrtp2-dev libopencv-dev libatlas3-base libilmbase23 libopenexr23 libavformat-dev libswscale-dev libqtgui4
RUN apt-get install -yq libqt4-test libavdevice-dev libavfilter-dev libavcodec-dev

Front logo Front conversations

Maybe not an issue but worth asking

Looking forward to drive this project using cellular data on either a sim USB or a dedicated HAT for Pi4on 4G. My question is, what further configuration it needs if any and if the stream data are being compressed from the host to the cloud. Having compressed data over cellular for the obvious reasons on 1080 stream. Has anyone have a say on it?

Add adapter.js

Add adapter.js (rtc shim) for cross browser compatibility.
Currently, it doesn't work on firefox.

Invalid IP address issue

Getting the following error. UI starts as expected and is functional, but the stream is not being fetched correctly.

I am using typical RPi camera board, connected to a Fin board.

Video device is ready

#############################################################
Authorization is disabled.
Anyone can access your balenaCam, using the device's URL!
Set the username and password environment variables
to enable authorization.
For more info visit:
https://github.com/balena-io-playground/balena-cam
#############################################################

======== Running on http://0.0.0.0:80 ========
(Press CTRL+C to quit)
Task exception was never retrieved
future: <Task finished coro=<RTCPeerConnection.__connect() done, defined at /usr/local/lib/python3.5/dist-packages/aiortc/rtcpeerconnection.py:554> exception=ValueError("'88803ef1-075a-4f4d-9954-9f4f4897632a.local' does not appear to be an IPv4 or IPv6 address",)>
Traceback (most recent call last):
File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "/usr/local/lib/python3.5/dist-packages/aiortc/rtcpeerconnection.py", line 559, in __connect
await iceTransport.start(self.__remoteIce[transceiver])
File "/usr/local/lib/python3.5/dist-packages/aiortc/rtcicetransport.py", line 284, in start
await self._connection.connect()
File "/usr/local/lib/python3.5/dist-packages/aioice/ice.py", line 356, in connect
if (protocol.local_candidate.can_pair_with(remote_candidate) and
File "/usr/local/lib/python3.5/dist-packages/aioice/candidate.py", line 114, in can_pair_with
b = ipaddress.ip_address(other.host)
File "/usr/lib/python3.5/ipaddress.py", line 54, in ip_address
address)
ValueError: '88803ef1-075a-4f4d-9954-9f4f4897632a.local' does not appear to be an IPv4 or IPv6 address

I'm planning on debugging the issue this evening as I have plenty of Python experience, but thought I'd post here in case this is a known issue.

My Fin is running in local mode, running containers, with the cam project running from one of the containers. Host OS is 2.46, so cam libs should all be fine.

Thx

Feed stops after some short time (frames)

After fixing the setup by issuing the command modprobe bcm2835-v4l2 in a terminal, I was able to get a camera feed, but only for a short time.

After that, the browser screen goes blank, and I eventually get a sad smiley with some 'sorry' error message.

I tried changing a line to await asyncio.sleep(5)
from I think 0.2? to slow things down, thinking it might be too much data for the pi zero to handle.

It didn't actually slow the framerate down from what I could tell...

Some logs follow.

16.12.19 22:59:17 (-0800) <balena-cam> 
16.12.19 22:59:17 (-0800) <balena-cam> #############################################################
16.12.19 22:59:17 (-0800) <balena-cam> Authorization is disabled.
16.12.19 22:59:17 (-0800) <balena-cam> Anyone can access your balenaCam, using the device's URL!
16.12.19 22:59:17 (-0800) <balena-cam> Set the username and password environment variables 
16.12.19 22:59:17 (-0800) <balena-cam> to enable authorization.
16.12.19 22:59:17 (-0800) <balena-cam> For more info visit: 
16.12.19 22:59:17 (-0800) <balena-cam> https://github.com/balena-io-playground/balena-cam
16.12.19 22:59:17 (-0800) <balena-cam> #############################################################
16.12.19 22:59:17 (-0800) <balena-cam> 
16.12.19 22:59:17 (-0800) <balena-cam> ======== Running on http://0.0.0.0:80 ========
16.12.19 22:59:17 (-0800) <balena-cam> (Press CTRL+C to quit)
16.12.19 23:01:09 (-0800) <balena-cam> Exception in callback Transaction.__retry()
16.12.19 23:01:09 (-0800) <balena-cam> handle: <TimerHandle when=326.478631283 Transaction.__retry()>
16.12.19 23:01:09 (-0800) <balena-cam> Traceback (most recent call last):
16.12.19 23:01:09 (-0800) <balena-cam>   File "/usr/lib/python3.5/asyncio/events.py", line 126, in _run
16.12.19 23:01:09 (-0800) <balena-cam>     self._callback(*self._args)
16.12.19 23:01:09 (-0800) <balena-cam>   File "/usr/local/lib/python3.5/dist-packages/aioice/stun.py", line 272, in __retry
16.12.19 23:01:09 (-0800) <balena-cam>     self.__future.set_exception(exceptions.TransactionTimeout())
16.12.19 23:01:09 (-0800) <balena-cam>   File "/usr/lib/python3.5/asyncio/futures.py", line 360, in set_exception
16.12.19 23:01:09 (-0800) <balena-cam>     raise InvalidStateError('{}: {!r}'.format(self._state, self))
16.12.19 23:01:09 (-0800) <balena-cam> asyncio.futures.InvalidStateError: FINISHED: <Future finished result=(Message(messa...\tN\xcfF\x10'), ('192.168.0.26', 58055))>``` 

Error with Raspberry Pi 4 & Camera Module v2

I tested with the code on master 344e824
on my Raspberry Pi 4 with Noir Camera Module V2 . I got the error AttributeError: module 'lib' has no attribute 'SSL_OP_NO_TLSv1_3'

[Logs]    [12/2/2020, 6:25:21 PM] [balena-cam] /usr/local/lib/python3.5/dist-packages/aiortc/rtcdtlstransport.py:12: CryptographyDeprecationWarning: Python 3.5 support will be dropped in the next release of cryptography. Please upgrade your Python.
[Logs]    [12/2/2020, 6:25:21 PM] [balena-cam]   from cryptography.hazmat.backends import default_backend
[Logs]    [12/2/2020, 6:25:21 PM] [balena-cam] Traceback (most recent call last):
[Logs]    [12/2/2020, 6:25:21 PM] [balena-cam]   File "/usr/src/app/server.py", line 5, in <module>
[Logs]    [12/2/2020, 6:25:21 PM] [balena-cam]     from aiortc import RTCPeerConnection, RTCSessionDescription, VideoStreamTrack, RTCIceServer, RTCConfiguration
[Logs]    [12/2/2020, 6:25:21 PM] [balena-cam]   File "/usr/local/lib/python3.5/dist-packages/aiortc/__init__.py", line 7, in <module>
[Logs]    [12/2/2020, 6:25:21 PM] [balena-cam]     from .rtcdtlstransport import (RTCCertificate, RTCDtlsFingerprint,  # noqa
[Logs]    [12/2/2020, 6:25:21 PM] [balena-cam]   File "/usr/local/lib/python3.5/dist-packages/aiortc/rtcdtlstransport.py", line 18, in <module>
[Logs]    [12/2/2020, 6:25:21 PM] [balena-cam]     from OpenSSL import crypto
[Logs]    [12/2/2020, 6:25:21 PM] [balena-cam]   File "/usr/local/lib/python3.5/dist-packages/OpenSSL/__init__.py", line 8, in <module>
[Logs]    [12/2/2020, 6:25:21 PM] [balena-cam]     from OpenSSL import crypto, SSL
[Logs]    [12/2/2020, 6:25:21 PM] [balena-cam]   File "/usr/local/lib/python3.5/dist-packages/OpenSSL/SSL.py", line 149, in <module>
[Logs]    [12/2/2020, 6:25:21 PM] [balena-cam]     OP_NO_TLSv1_3 = _lib.SSL_OP_NO_TLSv1_3
[Logs]    [12/2/2020, 6:25:21 PM] [balena-cam] AttributeError: module 'lib' has no attribute 'SSL_OP_NO_TLSv1_3'
[Logs]    [12/2/2020, 6:25:15 PM] Service exited 'balena-cam sha256:a78972a03272c409def44de92adac55debb38ddd1732780f6dc2ea6ef89c778d'

Any ideal? I guess I have to update a library...

Should offer API to get a single picture

Many projects don't need live streams. Would be great if we had an API which just gets the current picture. The cam could be even powered down if nobody uses it

Cannot build: balena.yml is not a valid contract

Whether using balena CLI or git, I get the same error which is:

[Error]    The included balena.yml is not a valid contract, allowed types are sw.application,sw.block,sw.hal-module, stopping build
[Error]    Some services failed to build:
[Error]    Not deploying release.
[Error]    Upstream API server/DB error:
remote: error: hook declined to update refs/heads/master
To git.balena-cloud.com:g_corbin_haugen/sanderscam.git
 ! [remote rejected] master -> master (hook declined)
error: failed to push some refs to 'git.balena-cloud.com:g_corbin_haugen/sanderscam.git'

or

[Error]    The included balena.yml is not a valid contract, allowed types are sw.application,sw.block,sw.hal-module, stopping build
[Error]    Some services failed to build:
[Error]    Not deploying release.
[Error]    Upstream API server/DB error:
Remote build failed

Any ideas of what I am doing wrong?

Thank you,
Corbin

Suitable as use for a block

I'm not completely clear from the docs if this is suitable for use as a block?

The networking mode host looks as though it may be a problem when combining with other services which expose ports?

Error on fresh build: VIDEOIO ERROR: V4L: can't open camera by index 0

Hi,

After installing a larger SD card (a big jump... 4G-128G) the previous strange error I was having stopped (see issue 50)

16.12.19 21:26:09 (-0800) balena-cam VIDEOIO ERROR: V4L: can't open camera by index 0
16.12.19 21:26:09 (-0800) balena-cam Failed to open default camera. Exiting...

I changed the index of the video device to -1 and got the error
"VIDEOIO ERROR: V4L: can't find camera device" instead.

Issuing the command 'modprobe bcm2835-v4l2' seems to fix it, but it doesn't persist after a reboot. It seems a recent commit removed that check?

Now, it only fixed THAT problem. Now the stream runs for a second, maybe a few frames, then the whole thing stops. I suspect it's a bit much for the pi zero to handle, but if anyone is having luck with that hardware, it must be something else.

I'm trying now to change 'await asyncio.sleep'... to 5 seconds in server.py. I reckon that should throttle it enough to let the pi zero's tiny brain catch up.

Stable Rasberry Pi Zero W config?

Hi! Does anyone have a stable Raspberry Pi Zero W config they could share? I've tried a couple gpu memory settings... 128 and 256 but my camera will run for a minute or two and then lock up. Then the Balena supervisor restarts it I believe. I don't see much in the Balena logs for the device in the GUI, but Im assuming it is GPU memory related. Any advice / documentation for Pi Zero would be appreciated!

Main Branch Does not Build

It looks like some dependency has changed....


   โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
   โ”‚                                                                    โ”‚
   โ”‚                 Update available 13.1.6 โ†’ 13.1.11                  โ”‚
   โ”‚                                                                    โ”‚
   โ”‚   https://github.com/balena-io/balena-cli/blob/master/INSTALL.md   โ”‚
   โ”‚                                                                    โ”‚
   โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ

[Info]        Starting build for teletom, user g_matthew_goodman
[Info]        Dashboard link: https://dashboard.balena-cloud.com/apps/1753619/devices
[Info]        Building on arm01
[Info]        Pulling previous images for caching purposes...
[Success]     Successfully pulled cache images
[balena-cam]  Step 1/8 : FROM balenalib/raspberry-pi-debian:stretch-20190612
[balena-cam]   ---> 77490bd3332d
[balena-cam]  Step 2/8 : RUN apt-get update &&   apt-get install -yq     python3     python3-dev     python3-pip     python3-setuptools     gstreamer-1.0     v4l-utils     libopus-dev     libvpx-dev     libsrtp2-dev     libopencv-dev     libatlas3-base     libatlas-base-dev     libjasper-dev     libilmbase12     libopenexr22     libavformat-dev     libswscale-dev     libqtgui4     libqt4-test     libavdevice-dev     libavfilter-dev     libavcodec-dev   && apt-get clean && rm -rf /var/lib/apt/lists/*
[balena-cam]   ---> Running in e53e61aaf3a9
[balena-cam]  Get:1 http://archive.raspbian.org/raspbian stretch InRelease [15.0 kB]
[balena-cam]  Get:2 http://archive.raspberrypi.org/debian stretch InRelease [25.3 kB]
[balena-cam]  Get:3 http://archive.raspbian.org/raspbian stretch/non-free armhf Packages [120 kB]
[balena-cam]  Get:4 http://archive.raspberrypi.org/debian stretch/ui armhf Packages [44.6 kB]
[balena-cam]  Get:5 http://archive.raspbian.org/raspbian stretch/main armhf Packages [16.4 MB]
[balena-cam]  Get:6 http://archive.raspberrypi.org/debian stretch/main armhf Packages [192 kB]
[balena-cam]  Get:7 http://archive.raspbian.org/raspbian stretch/firmware armhf Packages [1201 B]
[balena-cam]  Get:8 http://archive.raspbian.org/raspbian stretch/contrib armhf Packages [66.2 kB]
[balena-cam]  Get:9 http://archive.raspbian.org/raspbian stretch/rpi armhf Packages [1299 B]
[balena-cam]  Fetched 16.9 MB in 3s (5533 kB/s)
[balena-cam]  Reading package lists...
[balena-cam]  Reading package lists...
[balena-cam]  Building dependency tree...
[balena-cam]  Reading state information...
[balena-cam]  The following additional packages will be installed:
[balena-cam]    binutils cpp cpp-6 dh-python fontconfig fontconfig-config fonts-dejavu-core
[balena-cam]    gcc gcc-6 gfortran gfortran-6 gir1.2-atk-1.0 gir1.2-freedesktop
[balena-cam]    gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-gtk-2.0 gir1.2-pango-1.0
[balena-cam]    gnome-icon-theme gtk-update-icon-cache hicolor-icon-theme icu-devtools
[balena-cam]    iso-codes libasan3 libasound2 libasound2-data libass5 libasyncns0
[balena-cam]    libatk1.0-0 libatk1.0-data libatk1.0-dev libatlas-dev libatomic1 libaudio2
[balena-cam]    libavahi-client3 libavahi-common-data libavahi-common3 libavc1394-0
[balena-cam]    libavcodec57 libavdevice57 libavfilter6 libavformat57 libavresample-dev
[balena-cam]    libavresample3 libavutil-dev libavutil55 libblas-common libblas-dev libblas3
[balena-cam]    libbluray1 libbs2b0 libbsd0 libc-dev-bin libc6-dev libcaca0
[balena-cam]    libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcairo2-dev
[balena-cam]    libcap2-bin libcc1-0 libcdio-cdda1 libcdio-paranoia1 libcdio13
[balena-cam]    libchromaprint1 libcroco3 libcups2 libcv-dev libcvaux-dev libdatrie1
[balena-cam]    libdc1394-22 libdc1394-22-dev libdouble-conversion1 libdpkg-perl
[balena-cam]    libebur128-1 libegl1-mesa libexpat1 libexpat1-dev libfftw3-double3 libflac8
[balena-cam]    libflite1 libfontconfig1 libfontconfig1-dev libfreetype6 libfreetype6-dev
[balena-cam]    libfribidi0 libgbm1 libgcc-6-dev libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common
[balena-cam]    libgdk-pixbuf2.0-dev libgfortran-6-dev libgfortran3 libgirepository-1.0-1
[balena-cam]    libgl1-mesa-glx libglapi-mesa libglib2.0-0 libglib2.0-bin libglib2.0-data
[balena-cam]    libglib2.0-dev libgme0 libgomp1 libgraphite2-3 libgraphite2-dev libgsm1
[balena-cam]    libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libgtk2.0-0
[balena-cam]    libgtk2.0-common libgtk2.0-dev libharfbuzz-dev libharfbuzz-gobject0
[balena-cam]    libharfbuzz-icu0 libharfbuzz0b libhighgui-dev libice-dev libice6 libicu-dev
[balena-cam]    libicu57 libiec61883-0 libilmbase-dev libisl15 libjack-jackd2-0 libjasper1
[balena-cam]    libjbig-dev libjbig0 libjpeg-dev libjpeg62-turbo libjpeg62-turbo-dev
[balena-cam]    libjpeg8 liblcms2-2 liblzma-dev liblzo2-2 libmng1 libmp3lame0 libmpc3
[balena-cam]    libmpdec2 libmpfr4 libmpg123-0 libogg0 libopenal-data libopenal1
[balena-cam]    libopencv-calib3d-dev libopencv-calib3d2.4v5 libopencv-contrib-dev
[balena-cam]    libopencv-contrib2.4v5 libopencv-core-dev libopencv-core2.4v5
[balena-cam]    libopencv-features2d-dev libopencv-features2d2.4v5 libopencv-flann-dev
[balena-cam]    libopencv-flann2.4v5 libopencv-gpu-dev libopencv-gpu2.4v5
[balena-cam]    libopencv-highgui-dev libopencv-highgui2.4-deb0 libopencv-imgproc-dev
[balena-cam]    libopencv-imgproc2.4v5 libopencv-legacy-dev libopencv-legacy2.4v5
[balena-cam]    libopencv-ml-dev libopencv-ml2.4v5 libopencv-objdetect-dev
[balena-cam]    libopencv-objdetect2.4v5 libopencv-ocl-dev libopencv-ocl2.4v5
[balena-cam]    libopencv-photo-dev libopencv-photo2.4v5 libopencv-stitching-dev
[balena-cam]    libopencv-stitching2.4v5 libopencv-superres-dev libopencv-superres2.4v5
[balena-cam]    libopencv-ts-dev libopencv-ts2.4v5 libopencv-video-dev libopencv-video2.4v5
[balena-cam]    libopencv-videostab-dev libopencv-videostab2.4v5 libopencv2.4-java
[balena-cam]    libopencv2.4-jni libopenexr-dev libopenjp2-7 libopenmpt0 libopus0
[balena-cam]    liborc-0.4-0 libpango-1.0-0 libpango1.0-dev libpangocairo-1.0-0
[balena-cam]    libpangoft2-1.0-0 libpangoxft-1.0-0 libpcap0.8 libpcap0.8-dev libpcre16-3
[balena-cam]    libpcre3-dev libpcre32-3 libpcrecpp0v5 libpgm-5.2-0 libpixman-1-0
[balena-cam]    libpixman-1-dev libpng-dev libpostproc-dev libpostproc54
[balena-cam]    libpthread-stubs0-dev libpulse0 libpython3-dev libpython3-stdlib
[balena-cam]    libpython3.5 libpython3.5-dev libpython3.5-minimal libpython3.5-stdlib
[balena-cam]    libqt5core5a libqt5glib-2.0-0 libqtcore4 libqtglib-2.0-0 libraw1394-11
[balena-cam]    libraw1394-dev librsvg2-2 librsvg2-common librubberband2 libsamplerate0
[balena-cam]    libsdl2-2.0-0 libshine3 libslang2 libsm-dev libsm6 libsnappy1v5 libsndfile1
[balena-cam]    libsndio6.1 libsodium18 libsoxr0 libspeex1 libsrtp2-1 libssh-gcrypt-4
[balena-cam]    libstdc++-6-dev libswresample-dev libswresample2 libswscale4 libthai-data
[balena-cam]    libthai0 libtheora0 libtiff5 libtiff5-dev libtiffxx5 libtwolame0 libubsan0
[balena-cam]    libv4l-0 libv4l2rds0 libv4lconvert0 libva-drm1 libva-x11-1 libva1 libvdpau1
[balena-cam]    libvorbis0a libvorbisenc2 libvorbisfile3 libvpx4 libwavpack1
[balena-cam]    libwayland-client0 libwayland-cursor0 libwayland-egl1-mesa
[balena-cam]    libwayland-server0 libwebp6 libwebpmux2 libwrap0 libx11-6 libx11-data
[balena-cam]    libx11-dev libx11-xcb1 libx264-148 libx265-95 libxau-dev libxau6
[balena-cam]    libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-render0
[balena-cam]    libxcb-render0-dev libxcb-shape0 libxcb-shm0 libxcb-shm0-dev libxcb-sync1
[balena-cam]    libxcb-xfixes0 libxcb1 libxcb1-dev libxcomposite-dev libxcomposite1
[balena-cam]    libxcursor-dev libxcursor1 libxdamage-dev libxdamage1 libxdmcp-dev libxdmcp6
[balena-cam]    libxext-dev libxext6 libxfixes-dev libxfixes3 libxft-dev libxft2 libxi-dev
[balena-cam]    libxi6 libxinerama-dev libxinerama1 libxkbcommon0 libxml2 libxml2-utils
[balena-cam]    libxrandr-dev libxrandr2 libxrender-dev libxrender1 libxshmfence1 libxss1
[balena-cam]    libxt6 libxtst6 libxv1 libxvidcore4 libxxf86vm1 libzmq5 libzvbi-common
[balena-cam]    libzvbi0 linux-libc-dev mime-support pkg-config python-pip-whl
[balena-cam]    python3-minimal python3-pkg-resources python3.5 python3.5-dev
[balena-cam]    python3.5-minimal qtcore4-l10n shared-mime-info ucf x11-common
[balena-cam]    x11proto-composite-dev x11proto-core-dev x11proto-damage-dev
[balena-cam]    x11proto-fixes-dev x11proto-input-dev x11proto-kb-dev x11proto-randr-dev
[balena-cam]    x11proto-render-dev x11proto-xext-dev x11proto-xinerama-dev xkb-data
[balena-cam]    xorg-sgml-doctools xtrans-dev zlib1g-dev
[balena-cam]  Suggested packages:
[balena-cam]    binutils-doc cpp-doc gcc-6-locales gcc-multilib make manpages-dev autoconf
[balena-cam]    automake libtool flex bison gdb gcc-doc gcc-6-doc libgcc1-dbg libgomp1-dbg
[balena-cam]    libitm1-dbg libatomic1-dbg libasan3-dbg liblsan0-dbg libtsan0-dbg
[balena-cam]    libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gfortran-doc
[balena-cam]    gfortran-6-doc libgfortran3-dbg libcoarrays-dev isoquery libasound2-plugins
[balena-cam]    alsa-utils libblas-doc liblapack-doc liblapack-dev nas liblapack-doc-man
[balena-cam]    libbluray-bdj glibc-doc libcairo2-doc cups-common debian-keyring patch
[balena-cam]    libfftw3-bin libfftw3-dev alsa-base libglib2.0-doc libvisual-0.4-plugins
[balena-cam]    gstreamer1.0-tools gvfs libgtk2.0-doc libice-doc icu-doc jackd2
[balena-cam]    libjasper-runtime liblcms2-utils liblzma-doc libportaudio2 opus-tools
[balena-cam]    imagemagick libpango1.0-doc pulseaudio qt4-qtconfig libraw1394-doc
[balena-cam]    librsvg2-bin libsm-doc sndiod speex libsrtp2-docs libstdc++-6-doc libxcb-doc
[balena-cam]    libxext-doc python3-doc python3-tk python3-venv python-setuptools-doc
[balena-cam]    python3.5-venv python3.5-doc binfmt-support
[balena-cam]  Recommended packages:
[balena-cam]    libaacs0 manpages manpages-dev libpam-cap libfile-fcntllock-perl bzip2
[balena-cam]    libgl1-mesa-dri xdg-user-dirs gstreamer1.0-plugins-base libgail-common
[balena-cam]    libgtk2.0-bin python debhelper opencv-data libpng-tools qttranslations5-l10n
[balena-cam]    qt-at-spi libraw1394-tools va-driver-all | va-driver vdpau-driver-all
[balena-cam]    | vdpau-driver tcpd libx11-doc xml-core file build-essential python3-wheel
[balena-cam]  The following NEW packages will be installed:
[balena-cam]    binutils cpp cpp-6 dh-python fontconfig fontconfig-config fonts-dejavu-core
[balena-cam]    gcc gcc-6 gfortran gfortran-6 gir1.2-atk-1.0 gir1.2-freedesktop
[balena-cam]    gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-gstreamer-1.0 gir1.2-gtk-2.0
[balena-cam]    gir1.2-pango-1.0 gnome-icon-theme gtk-update-icon-cache hicolor-icon-theme
[balena-cam]    icu-devtools iso-codes libasan3 libasound2 libasound2-data libass5
[balena-cam]    libasyncns0 libatk1.0-0 libatk1.0-data libatk1.0-dev libatlas-base-dev
[balena-cam]    libatlas-dev libatlas3-base libatomic1 libaudio2 libavahi-client3
[balena-cam]    libavahi-common-data libavahi-common3 libavc1394-0 libavcodec-dev
[balena-cam]    libavcodec57 libavdevice-dev libavdevice57 libavfilter-dev libavfilter6
[balena-cam]    libavformat-dev libavformat57 libavresample-dev libavresample3 libavutil-dev
[balena-cam]    libavutil55 libblas-common libblas-dev libblas3 libbluray1 libbs2b0 libbsd0
[balena-cam]    libc-dev-bin libc6-dev libcaca0 libcairo-gobject2
[balena-cam]    libcairo-script-interpreter2 libcairo2 libcairo2-dev libcap2-bin libcc1-0
[balena-cam]    libcdio-cdda1 libcdio-paranoia1 libcdio13 libchromaprint1 libcroco3 libcups2
[balena-cam]    libcv-dev libcvaux-dev libdatrie1 libdc1394-22 libdc1394-22-dev
[balena-cam]    libdouble-conversion1 libdpkg-perl libebur128-1 libegl1-mesa libexpat1
[balena-cam]    libexpat1-dev libfftw3-double3 libflac8 libflite1 libfontconfig1
[balena-cam]    libfontconfig1-dev libfreetype6 libfreetype6-dev libfribidi0 libgbm1
[balena-cam]    libgcc-6-dev libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgdk-pixbuf2.0-dev
[balena-cam]    libgfortran-6-dev libgfortran3 libgirepository-1.0-1 libgl1-mesa-glx
[balena-cam]    libglapi-mesa libglib2.0-0 libglib2.0-bin libglib2.0-data libglib2.0-dev
[balena-cam]    libgme0 libgomp1 libgraphite2-3 libgraphite2-dev libgsm1
[balena-cam]    libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libgtk2.0-0
[balena-cam]    libgtk2.0-common libgtk2.0-dev libharfbuzz-dev libharfbuzz-gobject0
[balena-cam]    libharfbuzz-icu0 libharfbuzz0b libhighgui-dev libice-dev libice6 libicu-dev
[balena-cam]    libicu57 libiec61883-0 libilmbase-dev libilmbase12 libisl15 libjack-jackd2-0
[balena-cam]    libjasper-dev libjasper1 libjbig-dev libjbig0 libjpeg-dev libjpeg62-turbo
[balena-cam]    libjpeg62-turbo-dev libjpeg8 liblcms2-2 liblzma-dev liblzo2-2 libmng1
[balena-cam]    libmp3lame0 libmpc3 libmpdec2 libmpfr4 libmpg123-0 libogg0 libopenal-data
[balena-cam]    libopenal1 libopencv-calib3d-dev libopencv-calib3d2.4v5
[balena-cam]    libopencv-contrib-dev libopencv-contrib2.4v5 libopencv-core-dev
[balena-cam]    libopencv-core2.4v5 libopencv-dev libopencv-features2d-dev
[balena-cam]    libopencv-features2d2.4v5 libopencv-flann-dev libopencv-flann2.4v5
[balena-cam]    libopencv-gpu-dev libopencv-gpu2.4v5 libopencv-highgui-dev
[balena-cam]    libopencv-highgui2.4-deb0 libopencv-imgproc-dev libopencv-imgproc2.4v5
[balena-cam]    libopencv-legacy-dev libopencv-legacy2.4v5 libopencv-ml-dev
[balena-cam]    libopencv-ml2.4v5 libopencv-objdetect-dev libopencv-objdetect2.4v5
[balena-cam]    libopencv-ocl-dev libopencv-ocl2.4v5 libopencv-photo-dev
[balena-cam]    libopencv-photo2.4v5 libopencv-stitching-dev libopencv-stitching2.4v5
[balena-cam]    libopencv-superres-dev libopencv-superres2.4v5 libopencv-ts-dev
[balena-cam]    libopencv-ts2.4v5 libopencv-video-dev libopencv-video2.4v5
[balena-cam]    libopencv-videostab-dev libopencv-videostab2.4v5 libopencv2.4-java
[balena-cam]    libopencv2.4-jni libopenexr-dev libopenexr22 libopenjp2-7 libopenmpt0
[balena-cam]    libopus-dev libopus0 liborc-0.4-0 libpango-1.0-0 libpango1.0-dev
[balena-cam]    libpangocairo-1.0-0 libpangoft2-1.0-0 libpangoxft-1.0-0 libpcap0.8
[balena-cam]    libpcap0.8-dev libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
[balena-cam]    libpgm-5.2-0 libpixman-1-0 libpixman-1-dev libpng-dev libpostproc-dev
[balena-cam]    libpostproc54 libpthread-stubs0-dev libpulse0 libpython3-dev
[balena-cam]    libpython3-stdlib libpython3.5 libpython3.5-dev libpython3.5-minimal
[balena-cam]    libpython3.5-stdlib libqt4-test libqt5core5a libqt5glib-2.0-0
[balena-cam]    libqt5gstreamer-1.0-0 libqtcore4 libqtglib-2.0-0 libqtgstreamer-1.0-0
[balena-cam]    libqtgui4 libraw1394-11 libraw1394-dev librsvg2-2 librsvg2-common
[balena-cam]    librubberband2 libsamplerate0 libsdl2-2.0-0 libshine3 libslang2 libsm-dev
[balena-cam]    libsm6 libsnappy1v5 libsndfile1 libsndio6.1 libsodium18 libsoxr0 libspeex1
[balena-cam]    libsrtp2-1 libsrtp2-dev libssh-gcrypt-4 libstdc++-6-dev libswresample-dev
[balena-cam]    libswresample2 libswscale-dev libswscale4 libthai-data libthai0 libtheora0
[balena-cam]    libtiff5 libtiff5-dev libtiffxx5 libtwolame0 libubsan0 libv4l-0 libv4l2rds0
[balena-cam]    libv4lconvert0 libva-drm1 libva-x11-1 libva1 libvdpau1 libvorbis0a
[balena-cam]    libvorbisenc2 libvorbisfile3 libvpx-dev libvpx4 libwavpack1
[balena-cam]    libwayland-client0 libwayland-cursor0 libwayland-egl1-mesa
[balena-cam]    libwayland-server0 libwebp6 libwebpmux2 libwrap0 libx11-6 libx11-data
[balena-cam]    libx11-dev libx11-xcb1 libx264-148 libx265-95 libxau-dev libxau6
[balena-cam]    libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-render0
[balena-cam]    libxcb-render0-dev libxcb-shape0 libxcb-shm0 libxcb-shm0-dev libxcb-sync1
[balena-cam]    libxcb-xfixes0 libxcb1 libxcb1-dev libxcomposite-dev libxcomposite1
[balena-cam]    libxcursor-dev libxcursor1 libxdamage-dev libxdamage1 libxdmcp-dev libxdmcp6
[balena-cam]    libxext-dev libxext6 libxfixes-dev libxfixes3 libxft-dev libxft2 libxi-dev
[balena-cam]    libxi6 libxinerama-dev libxinerama1 libxkbcommon0 libxml2 libxml2-utils
[balena-cam]    libxrandr-dev libxrandr2 libxrender-dev libxrender1 libxshmfence1 libxss1
[balena-cam]    libxt6 libxtst6 libxv1 libxvidcore4 libxxf86vm1 libzmq5 libzvbi-common
[balena-cam]    libzvbi0 linux-libc-dev mime-support pkg-config python-pip-whl python3
[balena-cam]    python3-dev python3-minimal python3-pip python3-pkg-resources
[balena-cam]    python3-setuptools python3.5 python3.5-dev python3.5-minimal qtcore4-l10n
[balena-cam]    shared-mime-info ucf v4l-utils x11-common x11proto-composite-dev
[balena-cam]    x11proto-core-dev x11proto-damage-dev x11proto-fixes-dev x11proto-input-dev
[balena-cam]    x11proto-kb-dev x11proto-randr-dev x11proto-render-dev x11proto-xext-dev
[balena-cam]    x11proto-xinerama-dev xkb-data xorg-sgml-doctools xtrans-dev zlib1g-dev
[balena-cam]  0 upgraded, 370 newly installed, 0 to remove and 59 not upgraded.
[balena-cam]  Need to get 224 MB of archives.
[balena-cam]  After this operation, 693 MB of additional disk space will be used.
[balena-cam]  Get:1 http://archive.raspberrypi.org/debian stretch/ui armhf libpixman-1-0 armhf 0.34.0-1+rpi1 [470 kB]
[balena-cam]  Get:2 http://archive.raspbian.org/raspbian stretch/main armhf libexpat1 armhf 2.2.0-2+deb9u3 [62.4 kB]
[balena-cam]  Get:3 http://archive.raspbian.org/raspbian stretch/main armhf libfreetype6 armhf 2.6.3-3.2+deb9u2 [384 kB]
[balena-cam]  Get:4 http://archive.raspbian.org/raspbian stretch/main armhf ucf all 3.0036 [70.2 kB]
[balena-cam]  Get:5 http://archive.raspbian.org/raspbian stretch/main armhf fonts-dejavu-core all 2.37-1 [1068 kB]
[balena-cam]  Get:6 http://archive.raspberrypi.org/debian stretch/main armhf libcairo2 armhf 1.14.8-1+rpi1 [688 kB]
[balena-cam]  Get:7 http://archive.raspberrypi.org/debian stretch/main armhf libcairo-gobject2 armhf 1.14.8-1+rpi1 [335 kB]
[balena-cam]  Get:8 http://archive.raspbian.org/raspbian stretch/main armhf fontconfig-config all 2.11.0-6.7 [271 kB]
[balena-cam]  Get:9 http://archive.raspbian.org/raspbian stretch/main armhf libfontconfig1 armhf 2.11.0-6.7 [313 kB]
[balena-cam]  Get:10 http://archive.raspbian.org/raspbian stretch/main armhf fontconfig armhf 2.11.0-6.7 [402 kB]
[balena-cam]  Get:11 http://archive.raspberrypi.org/debian stretch/ui armhf gtk-update-icon-cache armhf 3.22.11-1+rpi3 [75.9 kB]
[balena-cam]  Get:12 http://archive.raspberrypi.org/debian stretch/main armhf libasound2-data all 1.1.3-5+rpt4 [173 kB]
[balena-cam]  Get:13 http://archive.raspberrypi.org/debian stretch/main armhf libasound2 armhf 1.1.3-5+rpt4 [441 kB]
[balena-cam]  Get:14 http://archive.raspberrypi.org/debian stretch/main armhf libbluray1 armhf 1:0.9.3-4 [124 kB]
[balena-cam]  Get:15 http://archive.raspberrypi.org/debian stretch/main armhf libglapi-mesa armhf 13.0.6-1+rpi2 [66.1 kB]
[balena-cam]  Get:16 http://archive.raspberrypi.org/debian stretch/main armhf libgl1-mesa-glx armhf 13.0.6-1+rpi2 [154 kB]
[balena-cam]  Get:17 http://archive.raspberrypi.org/debian stretch/main armhf libgbm1 armhf 13.0.6-1+rpi2 [56.2 kB]
[balena-cam]  Get:18 http://archive.raspberrypi.org/debian stretch/main armhf libegl1-mesa armhf 13.0.6-1+rpi2 [98.9 kB]
[balena-cam]  Get:19 http://archive.raspberrypi.org/debian stretch/main armhf libwayland-egl1-mesa armhf 13.0.6-1+rpi2 [42.7 kB]
[balena-cam]  Get:20 http://archive.raspbian.org/raspbian stretch/main armhf libxau6 armhf 1:1.0.8-1 [19.9 kB]
[balena-cam]  Get:21 http://archive.raspbian.org/raspbian stretch/main armhf libbsd0 armhf 0.8.3-1+deb9u1 [88.2 kB]
[balena-cam]  Get:22 http://archive.raspbian.org/raspbian stretch/main armhf x11-common all 1:7.7+19 [251 kB]
[balena-cam]  Get:23 http://archive.raspbian.org/raspbian stretch/main armhf libice6 armhf 2:1.0.9-2 [51.6 kB]
[balena-cam]  Get:24 http://archive.raspbian.org/raspbian stretch/main armhf libsm6 armhf 2:1.2.2-1+b1 [31.2 kB]
[balena-cam]  Get:25 http://archive.raspbian.org/raspbian stretch/main armhf libxdmcp6 armhf 1:1.1.2-3 [25.0 kB]
[balena-cam]  Get:26 http://archive.raspberrypi.org/debian stretch/ui armhf libsdl2-2.0-0 armhf 2.0.5+dfsg1-2+rpt1 [318 kB]
[balena-cam]  Get:27 http://archive.raspberrypi.org/debian stretch/main armhf libcairo-script-interpreter2 armhf 1.14.8-1+rpi1 [363 kB]
[balena-cam]  Get:28 http://archive.raspbian.org/raspbian stretch/main armhf libxcb1 armhf 1.12-1 [129 kB]
[balena-cam]  Get:29 http://archive.raspbian.org/raspbian stretch/main armhf libx11-data all 2:1.6.4-3+deb9u4 [291 kB]
[balena-cam]  Get:30 http://archive.raspbian.org/raspbian stretch/main armhf libx11-6 armhf 2:1.6.4-3+deb9u4 [682 kB]
[balena-cam]  Get:31 http://archive.raspberrypi.org/debian stretch/ui armhf libpixman-1-dev armhf 0.34.0-1+rpi1 [491 kB]
[balena-cam]  Get:32 http://archive.raspberrypi.org/debian stretch/main armhf libcairo2-dev armhf 1.14.8-1+rpi1 [811 kB]
[balena-cam]  Get:33 http://archive.raspberrypi.org/debian stretch/main armhf python-pip-whl all 9.0.1-2+rpt2 [1399 kB]
[balena-cam]  Get:34 http://archive.raspbian.org/raspbian stretch/main armhf libxt6 armhf 1:1.1.5-1 [155 kB]
[balena-cam]  Get:35 http://archive.raspberrypi.org/debian stretch/main armhf python3-pip all 9.0.1-2+rpt2 [142 kB]
[balena-cam]  Get:36 http://archive.raspbian.org/raspbian stretch/main armhf libaudio2 armhf 1.9.4-5 [72.8 kB]
[balena-cam]  Get:37 http://archive.raspbian.org/raspbian stretch/main armhf libgsm1 armhf 1.0.13-4 [30.9 kB]
[balena-cam]  Get:38 http://archive.raspbian.org/raspbian stretch/main armhf libjpeg62-turbo armhf 1:1.5.1-2+deb9u1 [110 kB]
[balena-cam]  Get:39 http://archive.raspbian.org/raspbian stretch/main armhf libjasper1 armhf 1.900.1-debian1-2.4+deb8u1 [110 kB]
[balena-cam]  Get:40 http://archive.raspbian.org/raspbian stretch/main armhf libjbig0 armhf 2.1-3.1 [27.5 kB]
[balena-cam]  Get:41 http://archive.raspbian.org/raspbian stretch/main armhf libjpeg8 armhf 8d1-2 [108 kB]
[balena-cam]  Get:42 http://archive.raspbian.org/raspbian stretch/main armhf liblzo2-2 armhf 2.08-1.2 [47.6 kB]
[balena-cam]  Get:43 http://archive.raspbian.org/raspbian stretch/main armhf liblcms2-2 armhf 2.8-4+deb9u1 [118 kB]
[balena-cam]  Get:44 http://archive.raspbian.org/raspbian stretch/main armhf libmng1 armhf 1.0.10+dfsg-3.1 [164 kB]
[balena-cam]  Get:45 http://archive.raspbian.org/raspbian stretch/main armhf libogg0 armhf 1.3.2-1 [17.2 kB]
[balena-cam]  Get:46 http://archive.raspbian.org/raspbian stretch/main armhf libilmbase12 armhf 2.2.0-12 [65.2 kB]
[balena-cam]  Get:47 http://archive.raspbian.org/raspbian stretch/main armhf libilmbase-dev armhf 2.2.0-12 [76.7 kB]
[balena-cam]  Get:48 http://archive.raspbian.org/raspbian stretch/main armhf libopenexr22 armhf 2.2.0-11+deb9u3 [535 kB]
[balena-cam]  Get:49 http://archive.raspbian.org/raspbian stretch/main armhf libopenexr-dev armhf 2.2.0-11+deb9u3 [675 kB]
[balena-cam]  Get:50 http://archive.raspbian.org/raspbian stretch/main armhf libpcrecpp0v5 armhf 2:8.39-3 [149 kB]
[balena-cam]  Get:51 http://archive.raspbian.org/raspbian stretch/main armhf libspeex1 armhf 1.2~rc1.2-1 [51.2 kB]
[balena-cam]  Get:52 http://archive.raspbian.org/raspbian stretch/main armhf libxext6 armhf 2:1.3.3-1 [48.1 kB]
[balena-cam]  Get:53 http://archive.raspbian.org/raspbian stretch/main armhf libxrender1 armhf 1:0.9.10-1 [29.9 kB]
[balena-cam]  Get:54 http://archive.raspbian.org/raspbian stretch/main armhf libxft2 armhf 2.3.2-1 [48.3 kB]
[balena-cam]  Get:55 http://archive.raspbian.org/raspbian stretch/main armhf libxss1 armhf 1:1.2.2-1 [16.8 kB]
[balena-cam]  Get:56 http://archive.raspbian.org/raspbian stretch/main armhf libxxf86vm1 armhf 1:1.1.4-1 [20.2 kB]
[balena-cam]  Get:57 http://archive.raspbian.org/raspbian stretch/main armhf libpython3.5-minimal armhf 3.5.3-1+deb9u5 [568 kB]
[balena-cam]  Get:58 http://archive.raspbian.org/raspbian stretch/main armhf python3.5-minimal armhf 3.5.3-1+deb9u5 [1441 kB]
[balena-cam]  Get:59 http://archive.raspbian.org/raspbian stretch/main armhf python3-minimal armhf 3.5.3-1 [35.3 kB]
[balena-cam]  Get:60 http://archive.raspbian.org/raspbian stretch/main armhf mime-support all 3.60 [36.7 kB]
[balena-cam]  Get:61 http://archive.raspbian.org/raspbian stretch/main armhf libmpdec2 armhf 2.4.2-1 [67.5 kB]
[balena-cam]  Get:62 http://archive.raspbian.org/raspbian stretch/main armhf libpython3.5-stdlib armhf 3.5.3-1+deb9u5 [2089 kB]
[balena-cam]  Get:63 http://archive.raspbian.org/raspbian stretch/main armhf python3.5 armhf 3.5.3-1+deb9u5 [231 kB]
[balena-cam]  Get:64 http://archive.raspbian.org/raspbian stretch/main armhf libpython3-stdlib armhf 3.5.3-1 [18.6 kB]
[balena-cam]  Get:65 http://archive.raspbian.org/raspbian stretch/main armhf dh-python all 2.20170125 [86.8 kB]
[balena-cam]  Get:66 http://archive.raspbian.org/raspbian stretch/main armhf python3 armhf 3.5.3-1 [21.6 kB]
[balena-cam]  Get:67 http://archive.raspbian.org/raspbian stretch/main armhf libmpfr4 armhf 3.1.5-1 [530 kB]
[balena-cam]  Get:68 http://archive.raspbian.org/raspbian stretch/main armhf libmpc3 armhf 1.0.3-1 [31.1 kB]
[balena-cam]  Get:69 http://archive.raspbian.org/raspbian stretch/main armhf libcap2-bin armhf 1:2.25-1 [26.5 kB]
[balena-cam]  Get:70 http://archive.raspbian.org/raspbian stretch/main armhf libslang2 armhf 2.3.1-5 [457 kB]
[balena-cam]  Get:71 http://archive.raspbian.org/raspbian stretch/main armhf libwrap0 armhf 7.6.q-26 [56.2 kB]
[balena-cam]  Get:72 http://archive.raspbian.org/raspbian stretch/main armhf libicu57 armhf 57.1-6+deb9u5 [7427 kB]
[balena-cam]  Get:73 http://archive.raspbian.org/raspbian stretch/main armhf libxml2 armhf 2.9.4+dfsg1-2.2+deb9u5 [807 kB]
[balena-cam]  Get:74 http://archive.raspbian.org/raspbian stretch/main armhf binutils armhf 2.28-5 [3613 kB]
[balena-cam]  Get:75 http://archive.raspbian.org/raspbian stretch/main armhf libisl15 armhf 0.18-1 [426 kB]
[balena-cam]  Get:76 http://archive.raspbian.org/raspbian stretch/main armhf cpp-6 armhf 6.3.0-18+rpi1+deb9u1 [5140 kB]
[balena-cam]  Get:77 http://archive.raspbian.org/raspbian stretch/main armhf cpp armhf 4:6.3.0-4 [18.7 kB]
[balena-cam]  Get:78 http://archive.raspbian.org/raspbian stretch/main armhf libcc1-0 armhf 6.3.0-18+rpi1+deb9u1 [24.9 kB]
[balena-cam]  Get:79 http://archive.raspbian.org/raspbian stretch/main armhf libgomp1 armhf 6.3.0-18+rpi1+deb9u1 [63.9 kB]
[balena-cam]  Get:80 http://archive.raspbian.org/raspbian stretch/main armhf libatomic1 armhf 6.3.0-18+rpi1+deb9u1 [6856 B]
[balena-cam]  Get:81 http://archive.raspbian.org/raspbian stretch/main armhf libasan3 armhf 6.3.0-18+rpi1+deb9u1 [268 kB]
[balena-cam]  Get:82 http://archive.raspbian.org/raspbian stretch/main armhf libubsan0 armhf 6.3.0-18+rpi1+deb9u1 [91.7 kB]
[balena-cam]  Get:83 http://archive.raspbian.org/raspbian stretch/main armhf libgcc-6-dev armhf 6.3.0-18+rpi1+deb9u1 [515 kB]
[balena-cam]  Get:84 http://archive.raspbian.org/raspbian stretch/main armhf gcc-6 armhf 6.3.0-18+rpi1+deb9u1 [5410 kB]
[balena-cam]  Get:85 http://archive.raspbian.org/raspbian stretch/main armhf gcc armhf 4:6.3.0-4 [5212 B]
[balena-cam]  Get:86 http://archive.raspbian.org/raspbian stretch/main armhf libgfortran3 armhf 6.3.0-18+rpi1+deb9u1 [166 kB]
[balena-cam]  Get:87 http://archive.raspbian.org/raspbian stretch/main armhf libgfortran-6-dev armhf 6.3.0-18+rpi1+deb9u1 [199 kB]
[balena-cam]  Get:88 http://archive.raspbian.org/raspbian stretch/main armhf libc-dev-bin armhf 2.24-11+deb9u4 [253 kB]
[balena-cam]  Get:89 http://archive.raspbian.org/raspbian stretch/main armhf linux-libc-dev armhf 4.9.82-1+deb9u3+rpi1 [1300 kB]
[balena-cam]  Get:90 http://archive.raspbian.org/raspbian stretch/main armhf libc6-dev armhf 2.24-11+deb9u4 [1966 kB]
[balena-cam]  Get:91 http://archive.raspbian.org/raspbian stretch/main armhf gfortran-6 armhf 6.3.0-18+rpi1+deb9u1 [5421 kB]
[balena-cam]  Get:92 http://archive.raspbian.org/raspbian stretch/main armhf gfortran armhf 4:6.3.0-4 [1352 B]
[balena-cam]  Get:93 http://archive.raspbian.org/raspbian stretch/main armhf libglib2.0-0 armhf 2.50.3-2+deb9u2 [2528 kB]
[balena-cam]  Get:94 http://archive.raspbian.org/raspbian stretch/main armhf libgirepository-1.0-1 armhf 1.50.0-1 [76.4 kB]
[balena-cam]  Get:95 http://archive.raspbian.org/raspbian stretch/main armhf gir1.2-glib-2.0 armhf 1.50.0-1 [139 kB]
[balena-cam]  Get:96 http://archive.raspbian.org/raspbian stretch/main armhf libatk1.0-data all 2.22.0-1 [172 kB]
[balena-cam]  Get:97 http://archive.raspbian.org/raspbian stretch/main armhf libatk1.0-0 armhf 2.22.0-1 [70.4 kB]
[balena-cam]  Get:98 http://archive.raspbian.org/raspbian stretch/main armhf gir1.2-atk-1.0 armhf 2.22.0-1 [53.5 kB]
[balena-cam]  Get:99 http://archive.raspbian.org/raspbian stretch/main armhf libxcb-render0 armhf 1.12-1 [104 kB]
[balena-cam]  Get:100 http://archive.raspbian.org/raspbian stretch/main armhf libxcb-shm0 armhf 1.12-1 [95.9 kB]
[balena-cam]  Get:101 http://archive.raspbian.org/raspbian stretch/main armhf gir1.2-freedesktop armhf 1.50.0-1 [15.2 kB]
[balena-cam]  Get:102 http://archive.raspbian.org/raspbian stretch/main armhf libtiff5 armhf 4.0.8-2+deb9u7 [220 kB]
[balena-cam]  Get:103 http://archive.raspbian.org/raspbian stretch/main armhf shared-mime-info armhf 1.8-1+deb9u1 [728 kB]
[balena-cam]  Get:104 http://archive.raspbian.org/raspbian stretch/main armhf libgdk-pixbuf2.0-common all 2.36.5-2+deb9u2 [311 kB]
[balena-cam]  Get:105 http://archive.raspbian.org/raspbian stretch/main armhf libgdk-pixbuf2.0-0 armhf 2.36.5-2+deb9u2 [152 kB]
[balena-cam]  Get:106 http://archive.raspbian.org/raspbian stretch/main armhf gir1.2-gdkpixbuf-2.0 armhf 2.36.5-2+deb9u2 [15.4 kB]
[balena-cam]  Get:107 http://archive.raspbian.org/raspbian stretch/main armhf libgstreamer1.0-0 armhf 1.10.4-1 [1873 kB]
[balena-cam]  Get:108 http://archive.raspbian.org/raspbian stretch/main armhf gir1.2-gstreamer-1.0 armhf 1.10.4-1 [1055 kB]
[balena-cam]  Get:109 http://archive.raspbian.org/raspbian stretch/main armhf libgtk2.0-common all 2.24.31-2 [2693 kB]
[balena-cam]  Get:110 http://archive.raspbian.org/raspbian stretch/main armhf libthai-data all 0.1.26-1 [166 kB]
[balena-cam]  Get:111 http://archive.raspbian.org/raspbian stretch/main armhf libdatrie1 armhf 0.2.10-4 [32.8 kB]
[balena-cam]  Get:112 http://archive.raspbian.org/raspbian stretch/main armhf libthai0 armhf 0.1.26-1 [49.3 kB]
[balena-cam]  Get:113 http://archive.raspbian.org/raspbian stretch/main armhf libpango-1.0-0 armhf 1.40.5-1 [305 kB]
[balena-cam]  Get:114 http://archive.raspbian.org/raspbian stretch/main armhf libgraphite2-3 armhf 1.3.10-1 [71.7 kB]
[balena-cam]  Get:115 http://archive.raspbian.org/raspbian stretch/main armhf libharfbuzz0b armhf 1.4.2-1 [640 kB]
[balena-cam]  Get:116 http://archive.raspbian.org/raspbian stretch/main armhf libpangoft2-1.0-0 armhf 1.40.5-1 [201 kB]
[balena-cam]  Get:117 http://archive.raspbian.org/raspbian stretch/main armhf libpangocairo-1.0-0 armhf 1.40.5-1 [190 kB]
[balena-cam]  Get:118 http://archive.raspbian.org/raspbian stretch/main armhf libpangoxft-1.0-0 armhf 1.40.5-1 [186 kB]
[balena-cam]  Get:119 http://archive.raspbian.org/raspbian stretch/main armhf gir1.2-pango-1.0 armhf 1.40.5-1 [194 kB]
[balena-cam]  Get:120 http://archive.raspbian.org/raspbian stretch/main armhf libavahi-common-data armhf 0.6.32-2 [118 kB]
[balena-cam]  Get:121 http://archive.raspbian.org/raspbian stretch/main armhf libavahi-common3 armhf 0.6.32-2 [48.6 kB]
[balena-cam]  Get:122 http://archive.raspbian.org/raspbian stretch/main armhf libavahi-client3 armhf 0.6.32-2 [51.3 kB]
[balena-cam]  Get:123 http://archive.raspbian.org/raspbian stretch/main armhf libcups2 armhf 2.2.1-8+deb9u7 [274 kB]
[balena-cam]  Get:124 http://archive.raspbian.org/raspbian stretch/main armhf libxcomposite1 armhf 1:0.4.4-2 [16.1 kB]
[balena-cam]  Get:125 http://archive.raspbian.org/raspbian stretch/main armhf libxfixes3 armhf 1:5.0.3-1 [20.6 kB]
[balena-cam]  Get:126 http://archive.raspbian.org/raspbian stretch/main armhf libxcursor1 armhf 1:1.1.14-1+deb9u2 [31.8 kB]
[balena-cam]  Get:127 http://archive.raspbian.org/raspbian stretch/main armhf libxdamage1 armhf 1:1.1.4-2+b1 [14.1 kB]
[balena-cam]  Get:128 http://archive.raspbian.org/raspbian stretch/main armhf libxi6 armhf 2:1.7.9-1 [77.8 kB]
[balena-cam]  Get:129 http://archive.raspbian.org/raspbian stretch/main armhf libxinerama1 armhf 2:1.1.3-1+b1 [16.4 kB]
[balena-cam]  Get:130 http://archive.raspbian.org/raspbian stretch/main armhf libxrandr2 armhf 2:1.5.1-1 [34.5 kB]
[balena-cam]  Get:131 http://archive.raspbian.org/raspbian stretch/main armhf hicolor-icon-theme all 0.15-1 [9550 B]
[balena-cam]  Get:132 http://archive.raspbian.org/raspbian stretch/main armhf libcroco3 armhf 0.6.11-3 [131 kB]
[balena-cam]  Get:133 http://archive.raspbian.org/raspbian stretch/main armhf librsvg2-2 armhf 2.40.21-0+deb9u1 [91.9 kB]
[balena-cam]  Get:134 http://archive.raspbian.org/raspbian stretch/main armhf librsvg2-common armhf 2.40.21-0+deb9u1 [16.2 kB]
[balena-cam]  Get:135 http://archive.raspbian.org/raspbian stretch/main armhf gnome-icon-theme all 3.12.0-2 [9890 kB]
[balena-cam]  Get:136 http://archive.raspbian.org/raspbian stretch/main armhf libgtk2.0-0 armhf 2.24.31-2 [1505 kB]
[balena-cam]  Get:137 http://archive.raspbian.org/raspbian stretch/main armhf gir1.2-gtk-2.0 armhf 2.24.31-2 [212 kB]
[balena-cam]  Get:138 http://archive.raspbian.org/raspbian stretch/main armhf icu-devtools armhf 57.1-6+deb9u5 [157 kB]
[balena-cam]  Get:139 http://archive.raspbian.org/raspbian stretch/main armhf iso-codes all 3.75-1 [2389 kB]
[balena-cam]  Get:140 http://archive.raspbian.org/raspbian stretch/main armhf libfribidi0 armhf 0.19.7-1+deb9u1 [44.3 kB]
[balena-cam]  Get:141 http://archive.raspbian.org/raspbian stretch/main armhf libass5 armhf 1:0.13.4-2 [74.1 kB]
[balena-cam]  Get:142 http://archive.raspbian.org/raspbian stretch/main armhf libasyncns0 armhf 0.8-6 [11.8 kB]
[balena-cam]  Get:143 http://archive.raspbian.org/raspbian stretch/main armhf libdpkg-perl all 1.18.25 [1287 kB]
[balena-cam]  Get:144 http://archive.raspbian.org/raspbian stretch/main armhf pkg-config armhf 0.29-4 [59.2 kB]
[balena-cam]  Get:145 http://archive.raspbian.org/raspbian stretch/main armhf libglib2.0-data all 2.50.3-2+deb9u2 [2517 kB]
[balena-cam]  Get:146 http://archive.raspbian.org/raspbian stretch/main armhf libglib2.0-bin armhf 2.50.3-2+deb9u2 [1609 kB]
[balena-cam]  Get:147 http://archive.raspbian.org/raspbian stretch/main armhf libpcre16-3 armhf 2:8.39-3 [235 kB]
[balena-cam]  Get:148 http://archive.raspbian.org/raspbian stretch/main armhf libpcre32-3 armhf 2:8.39-3 [227 kB]
[balena-cam]  Get:149 http://archive.raspbian.org/raspbian stretch/main armhf libpcre3-dev armhf 2:8.39-3 [565 kB]
[balena-cam]  Get:150 http://archive.raspbian.org/raspbian stretch/main armhf zlib1g-dev armhf 1:1.2.8.dfsg-5 [198 kB]
[balena-cam]  Get:151 http://archive.raspbian.org/raspbian stretch/main armhf libglib2.0-dev armhf 2.50.3-2+deb9u2 [2775 kB]
[balena-cam]  Get:152 http://archive.raspbian.org/raspbian stretch/main armhf libatk1.0-dev armhf 2.22.0-1 [115 kB]
[balena-cam]  Get:153 http://archive.raspbian.org/raspbian stretch/main armhf libblas-common armhf 3.7.0-2 [14.2 kB]
[balena-cam]  Get:154 http://archive.raspbian.org/raspbian stretch/main armhf libatlas3-base armhf 3.10.3-1+rpi1 [1920 kB]
[balena-cam]  Get:155 http://archive.raspbian.org/raspbian stretch/main armhf libblas3 armhf 3.7.0-2 [107 kB]
[balena-cam]  Get:156 http://archive.raspbian.org/raspbian stretch/main armhf libblas-dev armhf 3.7.0-2 [114 kB]
[balena-cam]  Get:157 http://archive.raspbian.org/raspbian stretch/main armhf libatlas-dev armhf 3.10.3-1+rpi1 [65.9 kB]
[balena-cam]  Get:158 http://archive.raspbian.org/raspbian stretch/main armhf libatlas-base-dev armhf 3.10.3-1+rpi1 [2528 kB]
[balena-cam]  Get:159 http://archive.raspbian.org/raspbian stretch/main armhf libraw1394-11 armhf 2.1.2-1 [43.4 kB]
[balena-cam]  Get:160 http://archive.raspbian.org/raspbian stretch/main armhf libavc1394-0 armhf 0.5.4-4 [17.8 kB]
[balena-cam]  Get:161 http://archive.raspbian.org/raspbian stretch/main armhf libva1 armhf 1.7.3-2 [46.2 kB]
[balena-cam]  Get:162 http://archive.raspbian.org/raspbian stretch/main armhf libva-drm1 armhf 1.7.3-2 [14.5 kB]
[balena-cam]  Get:163 http://archive.raspbian.org/raspbian stretch/main armhf libva-x11-1 armhf 1.7.3-2 [18.0 kB]
[balena-cam]  Get:164 http://archive.raspbian.org/raspbian stretch/main armhf libvdpau1 armhf 1.1.1-6 [38.9 kB]
[balena-cam]  Get:165 http://archive.raspbian.org/raspbian stretch/main armhf libavutil55 armhf 7:3.2.16-1+deb9u1 [253 kB]
[balena-cam]  Get:166 http://archive.raspbian.org/raspbian stretch/main armhf libmp3lame0 armhf 3.99.5+repack1-9 [336 kB]
[balena-cam]  Get:167 http://archive.raspbian.org/raspbian stretch/main armhf libopenjp2-7 armhf 2.1.2-1.1+deb9u6 [110 kB]
[balena-cam]  Get:168 http://archive.raspbian.org/raspbian stretch/main armhf libopus0 armhf 1.2~alpha2-1 [147 kB]
[balena-cam]  Get:169 http://archive.raspbian.org/raspbian stretch/main armhf libshine3 armhf 3.1.0-5 [23.8 kB]
[balena-cam]  Get:170 http://archive.raspbian.org/raspbian stretch/main armhf libsnappy1v5 armhf 1.1.3-3 [50.1 kB]
[balena-cam]  Get:171 http://archive.raspbian.org/raspbian stretch/main armhf libsoxr0 armhf 0.1.2-2 [49.6 kB]
[balena-cam]  Get:172 http://archive.raspbian.org/raspbian stretch/main armhf libswresample2 armhf 7:3.2.16-1+deb9u1 [109 kB]
[balena-cam]  Get:173 http://archive.raspbian.org/raspbian stretch/main armhf libtheora0 armhf 1.1.1+dfsg.1-14 [155 kB]
[balena-cam]  Get:174 http://archive.raspbian.org/raspbian stretch/main armhf libtwolame0 armhf 0.3.13-2 [44.9 kB]
[balena-cam]  Get:175 http://archive.raspbian.org/raspbian stretch/main armhf libvorbis0a armhf 1.3.5-4+deb9u3 [81.7 kB]
[balena-cam]  Get:176 http://archive.raspbian.org/raspbian stretch/main armhf libvorbisenc2 armhf 1.3.5-4+deb9u3 [73.0 kB]
[balena-cam]  Get:177 http://archive.raspbian.org/raspbian stretch/main armhf libvpx4 armhf 1.6.1-3+deb9u3 [432 kB]
[balena-cam]  Get:178 http://archive.raspbian.org/raspbian stretch/main armhf libwavpack1 armhf 5.0.0-2+deb9u3 [73.7 kB]
[balena-cam]  Get:179 http://archive.raspbian.org/raspbian stretch/main armhf libwebp6 armhf 0.5.2-1+deb9u1 [202 kB]
[balena-cam]  Get:180 http://archive.raspbian.org/raspbian stretch/main armhf libwebpmux2 armhf 0.5.2-1+deb9u1 [80.4 kB]
[balena-cam]  Get:181 http://archive.raspbian.org/raspbian stretch/main armhf libx264-148 armhf 2:0.148.2748+git97eaef2-1+rpi1 [786 kB]
[balena-cam]  Get:182 http://archive.raspbian.org/raspbian stretch/main armhf libx265-95 armhf 2.1-2 [447 kB]
[balena-cam]  Get:183 http://archive.raspbian.org/raspbian stretch/main armhf libxvidcore4 armhf 2:1.3.4-1 [203 kB]
[balena-cam]  Get:184 http://archive.raspbian.org/raspbian stretch/main armhf libzvbi-common all 0.2.35-13 [63.7 kB]
[balena-cam]  Get:185 http://archive.raspbian.org/raspbian stretch/main armhf libzvbi0 armhf 0.2.35-13 [237 kB]
[balena-cam]  Get:186 http://archive.raspbian.org/raspbian stretch/main armhf libavcodec57 armhf 7:3.2.16-1+deb9u1 [4180 kB]
[balena-cam]  Get:187 http://archive.raspbian.org/raspbian stretch/main armhf libavutil-dev armhf 7:3.2.16-1+deb9u1 [369 kB]
[balena-cam]  Get:188 http://archive.raspbian.org/raspbian stretch/main armhf libswresample-dev armhf 7:3.2.16-1+deb9u1 [119 kB]
[balena-cam]  Get:189 http://archive.raspbian.org/raspbian stretch/main armhf libavcodec-dev armhf 7:3.2.16-1+deb9u1 [4663 kB]
[balena-cam]  Get:190 http://archive.raspbian.org/raspbian stretch/main armhf libchromaprint1 armhf 1.4.2-1 [34.2 kB]
[balena-cam]  Get:191 http://archive.raspbian.org/raspbian stretch/main armhf libgme0 armhf 0.6.0-4 [113 kB]
[balena-cam]  Get:192 http://archive.raspbian.org/raspbian stretch/main armhf libmpg123-0 armhf 1.23.8-1 [119 kB]
[balena-cam]  Get:193 http://archive.raspbian.org/raspbian stretch/main armhf libvorbisfile3 armhf 1.3.5-4+deb9u3 [23.4 kB]
[balena-cam]  Get:194 http://archive.raspbian.org/raspbian stretch/main armhf libopenmpt0 armhf 0.2.7386~beta20.3-3+deb9u4 [423 kB]
[balena-cam]  Get:195 http://archive.raspbian.org/raspbian stretch/main armhf libssh-gcrypt-4 armhf 0.7.3-2+deb9u3 [145 kB]
[balena-cam]  Get:196 http://archive.raspbian.org/raspbian stretch/main armhf libavformat57 armhf 7:3.2.16-1+deb9u1 [891 kB]
[balena-cam]  Get:197 http://archive.raspbian.org/raspbian stretch/main armhf libavresample3 armhf 7:3.2.16-1+deb9u1 [101 kB]
[balena-cam]  Get:198 http://archive.raspbian.org/raspbian stretch/main armhf libbs2b0 armhf 3.1.0+dfsg-2.2 [11.0 kB]
[balena-cam]  Get:199 http://archive.raspbian.org/raspbian stretch/main armhf libebur128-1 armhf 1.2.2-2 [13.1 kB]
[balena-cam]  Get:200 http://archive.raspbian.org/raspbian stretch/main armhf libflite1 armhf 2.0.0-release-3 [12.5 MB]
[balena-cam]  Get:201 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-core2.4v5 armhf 2.4.9.1+dfsg1-2+deb9u1 [573 kB]
[balena-cam]  Get:202 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-imgproc2.4v5 armhf 2.4.9.1+dfsg1-2+deb9u1 [512 kB]
[balena-cam]  Get:203 http://archive.raspbian.org/raspbian stretch/main armhf libpostproc54 armhf 7:3.2.16-1+deb9u1 [93.3 kB]
[balena-cam]  Get:204 http://archive.raspbian.org/raspbian stretch/main armhf libfftw3-double3 armhf 3.3.5-3 [436 kB]
[balena-cam]  Get:205 http://archive.raspbian.org/raspbian stretch/main armhf libsamplerate0 armhf 0.1.8-8+deb9u1 [941 kB]
[balena-cam]  Get:206 http://archive.raspbian.org/raspbian stretch/main armhf librubberband2 armhf 1.8.1-7 [73.9 kB]
[balena-cam]  Get:207 http://archive.raspbian.org/raspbian stretch/main armhf libswscale4 armhf 7:3.2.16-1+deb9u1 [182 kB]
[balena-cam]  Get:208 http://archive.raspbian.org/raspbian stretch/main armhf libpgm-5.2-0 armhf 5.2.122~dfsg-2 [153 kB]
[balena-cam]  Get:209 http://archive.raspbian.org/raspbian stretch/main armhf libsodium18 armhf 1.0.11-2 [146 kB]
[balena-cam]  Get:210 http://archive.raspbian.org/raspbian stretch/main armhf libzmq5 armhf 4.2.1-4+deb9u4 [169 kB]
[balena-cam]  Get:211 http://archive.raspbian.org/raspbian stretch/main armhf libavfilter6 armhf 7:3.2.16-1+deb9u1 [709 kB]
[balena-cam]  Get:212 http://archive.raspbian.org/raspbian stretch/main armhf libcaca0 armhf 0.99.beta19-2.1~deb9u2 [335 kB]
[balena-cam]  Get:213 http://archive.raspbian.org/raspbian stretch/main armhf libcdio13 armhf 0.83-4.3 [161 kB]
[balena-cam]  Get:214 http://archive.raspbian.org/raspbian stretch/main armhf libcdio-cdda1 armhf 0.83-4.3 [129 kB]
[balena-cam]  Get:215 http://archive.raspbian.org/raspbian stretch/main armhf libcdio-paranoia1 armhf 0.83-4.3 [130 kB]
[balena-cam]  Get:216 http://archive.raspbian.org/raspbian stretch/main armhf libdc1394-22 armhf 2.2.5-1 [97.6 kB]
[balena-cam]  Get:217 http://archive.raspbian.org/raspbian stretch/main armhf libx11-xcb1 armhf 2:1.6.4-3+deb9u4 [184 kB]
[balena-cam]  Get:218 http://archive.raspbian.org/raspbian stretch/main armhf libxcb-dri2-0 armhf 1.12-1 [97.1 kB]
[balena-cam]  Get:219 http://archive.raspbian.org/raspbian stretch/main armhf libxcb-dri3-0 armhf 1.12-1 [95.5 kB]
[balena-cam]  Get:220 http://archive.raspbian.org/raspbian stretch/main armhf libxcb-glx0 armhf 1.12-1 [111 kB]
[balena-cam]  Get:221 http://archive.raspbian.org/raspbian stretch/main armhf libxcb-present0 armhf 1.12-1 [95.9 kB]
[balena-cam]  Get:222 http://archive.raspbian.org/raspbian stretch/main armhf libxcb-sync1 armhf 1.12-1 [98.7 kB]
[balena-cam]  Get:223 http://archive.raspbian.org/raspbian stretch/main armhf libxshmfence1 armhf 1.2-1 [7642 B]
[balena-cam]  Get:224 http://archive.raspbian.org/raspbian stretch/main armhf libiec61883-0 armhf 1.2.0-2 [28.3 kB]
[balena-cam]  Get:225 http://archive.raspbian.org/raspbian stretch/main armhf libjack-jackd2-0 armhf 1.9.10+20150825git1ed50c92~dfsg-5 [246 kB]
[balena-cam]  Get:226 http://archive.raspbian.org/raspbian stretch/main armhf libopenal-data all 1:1.17.2-4 [107 kB]
[balena-cam]  Get:227 http://archive.raspbian.org/raspbian stretch/main armhf libsndio6.1 armhf 1.1.0-3 [21.4 kB]
[balena-cam]  Get:228 http://archive.raspbian.org/raspbian stretch/main armhf libopenal1 armhf 1:1.17.2-4 [187 kB]
[balena-cam]  Get:229 http://archive.raspbian.org/raspbian stretch/main armhf libflac8 armhf 1.3.2-2+deb9u1 [145 kB]
[balena-cam]  Get:230 http://archive.raspbian.org/raspbian stretch/main armhf libsndfile1 armhf 1.0.27-3+deb9u2 [235 kB]
[balena-cam]  Get:231 http://archive.raspbian.org/raspbian stretch/main armhf libxtst6 armhf 2:1.2.3-1 [26.3 kB]
[balena-cam]  Get:232 http://archive.raspbian.org/raspbian stretch/main armhf libpulse0 armhf 10.0-1+deb9u1 [252 kB]
[balena-cam]  Get:233 http://archive.raspbian.org/raspbian stretch/main armhf libwayland-client0 armhf 1.12.0-1+deb9u1 [20.4 kB]
[balena-cam]  Get:234 http://archive.raspbian.org/raspbian stretch/main armhf libwayland-cursor0 armhf 1.12.0-1+deb9u1 [12.4 kB]
[balena-cam]  Get:235 http://archive.raspbian.org/raspbian stretch/main armhf libwayland-server0 armhf 1.12.0-1+deb9u1 [24.8 kB]
[balena-cam]  Get:236 http://archive.raspbian.org/raspbian stretch/main armhf libxcb-xfixes0 armhf 1.12-1 [99.5 kB]
[balena-cam]  Get:237 http://archive.raspbian.org/raspbian stretch/main armhf xkb-data all 2.19-1+deb9u1 [650 kB]
[balena-cam]  Get:238 http://archive.raspbian.org/raspbian stretch/main armhf libxkbcommon0 armhf 0.7.1-2~deb9u1 [110 kB]
[balena-cam]  Get:239 http://archive.raspbian.org/raspbian stretch/main armhf libxcb-shape0 armhf 1.12-1 [96.2 kB]
[balena-cam]  Get:240 http://archive.raspbian.org/raspbian stretch/main armhf libxv1 armhf 2:1.0.11-1 [23.2 kB]
[balena-cam]  Get:241 http://archive.raspbian.org/raspbian stretch/main armhf libavdevice57 armhf 7:3.2.16-1+deb9u1 [127 kB]
[balena-cam]  Get:242 http://archive.raspbian.org/raspbian stretch/main armhf libavformat-dev armhf 7:3.2.16-1+deb9u1 [1123 kB]
[balena-cam]  Get:243 http://archive.raspbian.org/raspbian stretch/main armhf libavresample-dev armhf 7:3.2.16-1+deb9u1 [110 kB]
[balena-cam]  Get:244 http://archive.raspbian.org/raspbian stretch/main armhf libpostproc-dev armhf 7:3.2.16-1+deb9u1 [94.1 kB]
[balena-cam]  Get:245 http://archive.raspbian.org/raspbian stretch/main armhf libswscale-dev armhf 7:3.2.16-1+deb9u1 [196 kB]
[balena-cam]  Get:246 http://archive.raspbian.org/raspbian stretch/main armhf libavfilter-dev armhf 7:3.2.16-1+deb9u1 [850 kB]
[balena-cam]  Get:247 http://archive.raspbian.org/raspbian stretch/main armhf libavdevice-dev armhf 7:3.2.16-1+deb9u1 [143 kB]
[balena-cam]  Get:248 http://archive.raspbian.org/raspbian stretch/main armhf libexpat1-dev armhf 2.2.0-2+deb9u3 [117 kB]
[balena-cam]  Get:249 http://archive.raspbian.org/raspbian stretch/main armhf libpng-dev armhf 1.6.28-1+deb9u1 [232 kB]
[balena-cam]  Get:250 http://archive.raspbian.org/raspbian stretch/main armhf libfreetype6-dev armhf 2.6.3-3.2+deb9u2 [5757 kB]
[balena-cam]  Get:251 http://archive.raspbian.org/raspbian stretch/main armhf libfontconfig1-dev armhf 2.11.0-6.7 [877 kB]
[balena-cam]  Get:252 http://archive.raspbian.org/raspbian stretch/main armhf xorg-sgml-doctools all 1:1.11-1 [21.9 kB]
[balena-cam]  Get:253 http://archive.raspbian.org/raspbian stretch/main armhf x11proto-core-dev all 7.0.31-1 [728 kB]
[balena-cam]  Get:254 http://archive.raspbian.org/raspbian stretch/main armhf libxau-dev armhf 1:1.0.8-1 [23.0 kB]
[balena-cam]  Get:255 http://archive.raspbian.org/raspbian stretch/main armhf libxdmcp-dev armhf 1:1.1.2-3 [40.9 kB]
[balena-cam]  Get:256 http://archive.raspbian.org/raspbian stretch/main armhf x11proto-input-dev all 2.3.2-1 [158 kB]
[balena-cam]  Get:257 http://archive.raspbian.org/raspbian stretch/main armhf x11proto-kb-dev all 1.0.7-1 [233 kB]
[balena-cam]  Get:258 http://archive.raspbian.org/raspbian stretch/main armhf xtrans-dev all 1.3.5-1 [100 kB]
[balena-cam]  Get:259 http://archive.raspbian.org/raspbian stretch/main armhf libpthread-stubs0-dev armhf 0.3-4 [4042 B]
[balena-cam]  Get:260 http://archive.raspbian.org/raspbian stretch/main armhf libxcb1-dev armhf 1.12-1 [165 kB]
[balena-cam]  Get:261 http://archive.raspbian.org/raspbian stretch/main armhf libx11-dev armhf 2:1.6.4-3+deb9u4 [754 kB]
[balena-cam]  Get:262 http://archive.raspbian.org/raspbian stretch/main armhf x11proto-render-dev all 2:0.11.1-2 [20.8 kB]
[balena-cam]  Get:263 http://archive.raspbian.org/raspbian stretch/main armhf libxrender-dev armhf 1:0.9.10-1 [37.7 kB]
[balena-cam]  Get:264 http://archive.raspbian.org/raspbian stretch/main armhf x11proto-xext-dev all 7.3.0-1 [212 kB]
[balena-cam]  Get:265 http://archive.raspbian.org/raspbian stretch/main armhf libxext-dev armhf 2:1.3.3-1 [102 kB]
[balena-cam]  Get:266 http://archive.raspbian.org/raspbian stretch/main armhf libice-dev armhf 2:1.0.9-2 [58.8 kB]
[balena-cam]  Get:267 http://archive.raspbian.org/raspbian stretch/main armhf libsm-dev armhf 2:1.2.2-1+b1 [33.5 kB]
[balena-cam]  Get:268 http://archive.raspbian.org/raspbian stretch/main armhf libxcb-render0-dev armhf 1.12-1 [108 kB]
[balena-cam]  Get:269 http://archive.raspbian.org/raspbian stretch/main armhf libxcb-shm0-dev armhf 1.12-1 [97.1 kB]
[balena-cam]  Get:270 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-core-dev armhf 2.4.9.1+dfsg1-2+deb9u1 [774 kB]
[balena-cam]  Get:271 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-imgproc-dev armhf 2.4.9.1+dfsg1-2+deb9u1 [600 kB]
[balena-cam]  Get:272 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-flann2.4v5 armhf 2.4.9.1+dfsg1-2+deb9u1 [96.3 kB]
[balena-cam]  Get:273 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-flann-dev armhf 2.4.9.1+dfsg1-2+deb9u1 [161 kB]
[balena-cam]  Get:274 http://archive.raspbian.org/raspbian stretch/main armhf libv4lconvert0 armhf 1.12.3-1 [113 kB]
[balena-cam]  Get:275 http://archive.raspbian.org/raspbian stretch/main armhf libv4l-0 armhf 1.12.3-1 [82.3 kB]
[balena-cam]  Get:276 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-highgui2.4-deb0 armhf 2.4.9.1+dfsg1-2+deb9u1 [101 kB]
[balena-cam]  Get:277 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-features2d2.4v5 armhf 2.4.9.1+dfsg1-2+deb9u1 [182 kB]
[balena-cam]  Get:278 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-features2d-dev armhf 2.4.9.1+dfsg1-2+deb9u1 [228 kB]
[balena-cam]  Get:279 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-calib3d2.4v5 armhf 2.4.9.1+dfsg1-2+deb9u1 [189 kB]
[balena-cam]  Get:280 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-calib3d-dev armhf 2.4.9.1+dfsg1-2+deb9u1 [216 kB]
[balena-cam]  Get:281 http://archive.raspbian.org/raspbian stretch/main armhf libgdk-pixbuf2.0-dev armhf 2.36.5-2+deb9u2 [53.8 kB]
[balena-cam]  Get:282 http://archive.raspbian.org/raspbian stretch/main armhf libharfbuzz-icu0 armhf 1.4.2-1 [465 kB]
[balena-cam]  Get:283 http://archive.raspbian.org/raspbian stretch/main armhf libharfbuzz-gobject0 armhf 1.4.2-1 [472 kB]
[balena-cam]  Get:284 http://archive.raspbian.org/raspbian stretch/main armhf libgraphite2-dev armhf 1.3.10-1 [21.4 kB]
[balena-cam]  Get:285 http://archive.raspbian.org/raspbian stretch/main armhf libstdc++-6-dev armhf 6.3.0-18+rpi1+deb9u1 [1448 kB]
[balena-cam]  Get:286 http://archive.raspbian.org/raspbian stretch/main armhf libicu-dev armhf 57.1-6+deb9u5 [15.8 MB]
[balena-cam]  Get:287 http://archive.raspbian.org/raspbian stretch/main armhf libharfbuzz-dev armhf 1.4.2-1 [700 kB]
[balena-cam]  Get:288 http://archive.raspbian.org/raspbian stretch/main armhf libxft-dev armhf 2.3.2-1 [59.1 kB]
[balena-cam]  Get:289 http://archive.raspbian.org/raspbian stretch/main armhf libpango1.0-dev armhf 1.40.5-1 [427 kB]
[balena-cam]  Get:290 http://archive.raspbian.org/raspbian stretch/main armhf x11proto-xinerama-dev all 1.2.1-2 [4938 B]
[balena-cam]  Get:291 http://archive.raspbian.org/raspbian stretch/main armhf libxinerama-dev armhf 2:1.1.3-1+b1 [18.7 kB]
[balena-cam]  Get:292 http://archive.raspbian.org/raspbian stretch/main armhf x11proto-fixes-dev all 1:5.0-2 [19.2 kB]
[balena-cam]  Get:293 http://archive.raspbian.org/raspbian stretch/main armhf libxfixes-dev armhf 1:5.0.3-1 [22.7 kB]
[balena-cam]  Get:294 http://archive.raspbian.org/raspbian stretch/main armhf libxi-dev armhf 2:1.7.9-1 [236 kB]
[balena-cam]  Get:295 http://archive.raspbian.org/raspbian stretch/main armhf x11proto-randr-dev all 1.5.0-1 [49.7 kB]
[balena-cam]  Get:296 http://archive.raspbian.org/raspbian stretch/main armhf libxrandr-dev armhf 2:1.5.1-1 [42.5 kB]
[balena-cam]  Get:297 http://archive.raspbian.org/raspbian stretch/main armhf libxcursor-dev armhf 1:1.1.14-1+deb9u2 [39.5 kB]
[balena-cam]  Get:298 http://archive.raspbian.org/raspbian stretch/main armhf x11proto-composite-dev all 1:0.4.2-2 [15.3 kB]
[balena-cam]  Get:299 http://archive.raspbian.org/raspbian stretch/main armhf libxcomposite-dev armhf 1:0.4.4-2 [19.8 kB]
[balena-cam]  Get:300 http://archive.raspbian.org/raspbian stretch/main armhf x11proto-damage-dev all 1:1.2.1-2 [11.8 kB]
[balena-cam]  Get:301 http://archive.raspbian.org/raspbian stretch/main armhf libxdamage-dev armhf 1:1.1.4-2+b1 [13.9 kB]
[balena-cam]  Get:302 http://archive.raspbian.org/raspbian stretch/main armhf libxml2-utils armhf 2.9.4+dfsg1-2.2+deb9u5 [101 kB]
[balena-cam]  Get:303 http://archive.raspbian.org/raspbian stretch/main armhf libgtk2.0-dev armhf 2.24.31-2 [2334 kB]
[balena-cam]  Get:304 http://archive.raspbian.org/raspbian stretch/main armhf libjpeg62-turbo-dev armhf 1:1.5.1-2+deb9u1 [179 kB]
[balena-cam]  Get:305 http://archive.raspbian.org/raspbian stretch/main armhf libjpeg-dev all 1:1.5.1-2+deb9u1 [56.5 kB]
[balena-cam]  Get:306 http://archive.raspbian.org/raspbian stretch/main armhf libjbig-dev armhf 2.1-3.1 [27.6 kB]
[balena-cam]  Get:307 http://archive.raspbian.org/raspbian stretch/main armhf liblzma-dev armhf 5.2.2-1.2 [284 kB]
[balena-cam]  Get:308 http://archive.raspbian.org/raspbian stretch/main armhf libtiffxx5 armhf 4.0.8-2+deb9u7 [96.4 kB]
[balena-cam]  Get:309 http://archive.raspbian.org/raspbian stretch/main armhf libtiff5-dev armhf 4.0.8-2+deb9u7 [332 kB]
[balena-cam]  Get:310 http://archive.raspbian.org/raspbian stretch/main armhf libraw1394-dev armhf 2.1.2-1 [54.9 kB]
[balena-cam]  Get:311 http://archive.raspbian.org/raspbian stretch/main armhf libdc1394-22-dev armhf 2.2.5-1 [130 kB]
[balena-cam]  Get:312 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-highgui-dev armhf 2.4.9.1+dfsg1-2+deb9u1 [136 kB]
[balena-cam]  Get:313 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-objdetect2.4v5 armhf 2.4.9.1+dfsg1-2+deb9u1 [163 kB]
[balena-cam]  Get:314 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-objdetect-dev armhf 2.4.9.1+dfsg1-2+deb9u1 [194 kB]
[balena-cam]  Get:315 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-video2.4v5 armhf 2.4.9.1+dfsg1-2+deb9u1 [109 kB]
[balena-cam]  Get:316 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-video-dev armhf 2.4.9.1+dfsg1-2+deb9u1 [126 kB]
[balena-cam]  Get:317 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-ml2.4v5 armhf 2.4.9.1+dfsg1-2+deb9u1 [175 kB]
[balena-cam]  Get:318 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-ml-dev armhf 2.4.9.1+dfsg1-2+deb9u1 [214 kB]
[balena-cam]  Get:319 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-legacy2.4v5 armhf 2.4.9.1+dfsg1-2+deb9u1 [349 kB]
[balena-cam]  Get:320 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-legacy-dev armhf 2.4.9.1+dfsg1-2+deb9u1 [475 kB]
[balena-cam]  Get:321 http://archive.raspbian.org/raspbian stretch/main armhf libcv-dev armhf 2.4.9.1+dfsg1-2+deb9u1 [15.0 kB]
[balena-cam]  Get:322 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-contrib2.4v5 armhf 2.4.9.1+dfsg1-2+deb9u1 [251 kB]
[balena-cam]  Get:323 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-contrib-dev armhf 2.4.9.1+dfsg1-2+deb9u1 [318 kB]
[balena-cam]  Get:324 http://archive.raspbian.org/raspbian stretch/main armhf libcvaux-dev armhf 2.4.9.1+dfsg1-2+deb9u1 [14.2 kB]
[balena-cam]  Get:325 http://archive.raspbian.org/raspbian stretch/main armhf liborc-0.4-0 armhf 1:0.4.26-2 [117 kB]
[balena-cam]  Get:326 http://archive.raspbian.org/raspbian stretch/main armhf libgstreamer-plugins-base1.0-0 armhf 1.10.4-1+deb9u2 [1572 kB]
[balena-cam]  Get:327 http://archive.raspbian.org/raspbian stretch/main armhf libhighgui-dev armhf 2.4.9.1+dfsg1-2+deb9u1 [13.9 kB]
[balena-cam]  Get:328 http://archive.raspbian.org/raspbian stretch/main armhf libjasper-dev armhf 1.900.1-debian1-2.4+deb8u1 [501 kB]
[balena-cam]  Get:329 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-ts2.4v5 armhf 2.4.9.1+dfsg1-2+deb9u1 [201 kB]
[balena-cam]  Get:330 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-ts-dev armhf 2.4.9.1+dfsg1-2+deb9u1 [339 kB]
[balena-cam]  Get:331 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-photo2.4v5 armhf 2.4.9.1+dfsg1-2+deb9u1 [46.3 kB]
[balena-cam]  Get:332 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-photo-dev armhf 2.4.9.1+dfsg1-2+deb9u1 [48.7 kB]
[balena-cam]  Get:333 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-gpu2.4v5 armhf 2.4.9.1+dfsg1-2+deb9u1 [51.1 kB]
[balena-cam]  Get:334 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-gpu-dev armhf 2.4.9.1+dfsg1-2+deb9u1 [155 kB]
[balena-cam]  Get:335 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-videostab2.4v5 armhf 2.4.9.1+dfsg1-2+deb9u1 [72.8 kB]
[balena-cam]  Get:336 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-videostab-dev armhf 2.4.9.1+dfsg1-2+deb9u1 [90.8 kB]
[balena-cam]  Get:337 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-stitching2.4v5 armhf 2.4.9.1+dfsg1-2+deb9u1 [147 kB]
[balena-cam]  Get:338 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-stitching-dev armhf 2.4.9.1+dfsg1-2+deb9u1 [179 kB]
[balena-cam]  Get:339 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-ocl2.4v5 armhf 2.4.9.1+dfsg1-2+deb9u1 [401 kB]
[balena-cam]  Get:340 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-superres2.4v5 armhf 2.4.9.1+dfsg1-2+deb9u1 [62.5 kB]
[balena-cam]  Get:341 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-superres-dev armhf 2.4.9.1+dfsg1-2+deb9u1 [78.1 kB]
[balena-cam]  Get:342 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-ocl-dev armhf 2.4.9.1+dfsg1-2+deb9u1 [475 kB]
[balena-cam]  Get:343 http://archive.raspbian.org/raspbian stretch/main armhf libopencv2.4-jni armhf 2.4.9.1+dfsg1-2+deb9u1 [130 kB]
[balena-cam]  Get:344 http://archive.raspbian.org/raspbian stretch/main armhf libopencv2.4-java all 2.4.9.1+dfsg1-2+deb9u1 [443 kB]
[balena-cam]  Get:345 http://archive.raspbian.org/raspbian stretch/main armhf libopencv-dev armhf 2.4.9.1+dfsg1-2+deb9u1 [153 kB]
[balena-cam]  Get:346 http://archive.raspbian.org/raspbian stretch/main armhf libopus-dev armhf 1.2~alpha2-1 [183 kB]
[balena-cam]  Get:347 http://archive.raspbian.org/raspbian stretch/main armhf libpcap0.8 armhf 1.8.1-3+deb9u1 [124 kB]
[balena-cam]  Get:348 http://archive.raspbian.org/raspbian stretch/main armhf libpcap0.8-dev armhf 1.8.1-3+deb9u1 [220 kB]
[balena-cam]  Get:349 http://archive.raspbian.org/raspbian stretch/main armhf libpython3.5 armhf 3.5.3-1+deb9u5 [1171 kB]
[balena-cam]  Get:350 http://archive.raspbian.org/raspbian stretch/main armhf libpython3.5-dev armhf 3.5.3-1+deb9u5 [36.9 MB]
[balena-cam]  Get:351 http://archive.raspbian.org/raspbian stretch/main armhf libpython3-dev armhf 3.5.3-1 [18.7 kB]
[balena-cam]  Get:352 http://archive.raspbian.org/raspbian stretch/main armhf qtcore4-l10n all 4:4.8.7+dfsg-11+rpi1+deb9u1 [658 kB]
[balena-cam]  Get:353 http://archive.raspbian.org/raspbian stretch/main armhf libqtcore4 armhf 4:4.8.7+dfsg-11+rpi1+deb9u1 [1360 kB]
[balena-cam]  Get:354 http://archive.raspbian.org/raspbian stretch/main armhf libqt4-test armhf 4:4.8.7+dfsg-11+rpi1+deb9u1 [97.9 kB]
[balena-cam]  Get:355 http://archive.raspbian.org/raspbian stretch/main armhf libdouble-conversion1 armhf 2.0.1-4 [33.1 kB]
[balena-cam]  Get:356 http://archive.raspbian.org/raspbian stretch/main armhf libqt5core5a armhf 5.7.1+dfsg-3+rpi1+deb9u3 [1575 kB]
[balena-cam]  Get:357 http://archive.raspbian.org/raspbian stretch/main armhf libqt5glib-2.0-0 armhf 1.2.0-4 [40.5 kB]
[balena-cam]  Get:358 http://archive.raspbian.org/raspbian stretch/main armhf libqt5gstreamer-1.0-0 armhf 1.2.0-4 [77.2 kB]
[balena-cam]  Get:359 http://archive.raspbian.org/raspbian stretch/main armhf libqtglib-2.0-0 armhf 1.2.0-4 [40.1 kB]
[balena-cam]  Get:360 http://archive.raspbian.org/raspbian stretch/main armhf libqtgstreamer-1.0-0 armhf 1.2.0-4 [78.8 kB]
[balena-cam]  Get:361 http://archive.raspbian.org/raspbian stretch/main armhf libqtgui4 armhf 4:4.8.7+dfsg-11+rpi1+deb9u1 [3429 kB]
[balena-cam]  Get:362 http://archive.raspbian.org/raspbian stretch/main armhf libsrtp2-1 armhf 2.0.0+20170123-1 [62.9 kB]
[balena-cam]  Get:363 http://archive.raspbian.org/raspbian stretch/main armhf libsrtp2-dev armhf 2.0.0+20170123-1 [78.1 kB]
[balena-cam]  Get:364 http://archive.raspbian.org/raspbian stretch/main armhf libv4l2rds0 armhf 1.12.3-1 [57.4 kB]
[balena-cam]  Get:365 http://archive.raspbian.org/raspbian stretch/main armhf libvpx-dev armhf 1.6.1-3+deb9u3 [513 kB]
[balena-cam]  Get:366 http://archive.raspbian.org/raspbian stretch/main armhf python3.5-dev armhf 3.5.3-1+deb9u5 [413 kB]
[balena-cam]  Get:367 http://archive.raspbian.org/raspbian stretch/main armhf python3-dev armhf 3.5.3-1 [1158 B]
[balena-cam]  Get:368 http://archive.raspbian.org/raspbian stretch/main armhf python3-pkg-resources all 33.1.1-1 [137 kB]
[balena-cam]  Get:369 http://archive.raspbian.org/raspbian stretch/main armhf python3-setuptools all 33.1.1-1 [215 kB]
[balena-cam]  Get:370 http://archive.raspbian.org/raspbian stretch/main armhf v4l-utils armhf 1.12.3-1 [329 kB]
[balena-cam]  debconf: delaying package configuration, since apt-utils is not installed
[balena-cam]  
[balena-cam]  Fetched 224 MB in 32s (6833 kB/s)
[balena-cam]  Selecting previously unselected package libexpat1:armhf.
[balena-cam]  (Reading database ... 
(Reading database ... 75%tabase ... 5%
[balena-cam]  (Reading database ... 80%
[balena-cam]  (Reading database ... 85%
[balena-cam]  (Reading database ... 90%
[balena-cam]  (Reading database ... 95%
(Reading database ... 10948 files and directories currently installed.)
[balena-cam]  Preparing to unpack .../00-libexpat1_2.2.0-2+deb9u3_armhf.deb ...
[balena-cam]  Unpacking libexpat1:armhf (2.2.0-2+deb9u3) ...
[balena-cam]  Selecting previously unselected package libfreetype6:armhf.
[balena-cam]  Preparing to unpack .../01-libfreetype6_2.6.3-3.2+deb9u2_armhf.deb ...
[balena-cam]  Unpacking libfreetype6:armhf (2.6.3-3.2+deb9u2) ...
[balena-cam]  Selecting previously unselected package ucf.
[balena-cam]  Preparing to unpack .../02-ucf_3.0036_all.deb ...
[balena-cam]  Moving old data out of the way
[balena-cam]  Unpacking ucf (3.0036) ...
[balena-cam]  Selecting previously unselected package fonts-dejavu-core.
[balena-cam]  Preparing to unpack .../03-fonts-dejavu-core_2.37-1_all.deb ...
[balena-cam]  Unpacking fonts-dejavu-core (2.37-1) ...
[balena-cam]  Selecting previously unselected package fontconfig-config.
[balena-cam]  Preparing to unpack .../04-fontconfig-config_2.11.0-6.7_all.deb ...
[balena-cam]  Unpacking fontconfig-config (2.11.0-6.7) ...
[balena-cam]  Selecting previously unselected package libfontconfig1:armhf.
[balena-cam]  Preparing to unpack .../05-libfontconfig1_2.11.0-6.7_armhf.deb ...
[balena-cam]  Unpacking libfontconfig1:armhf (2.11.0-6.7) ...
[balena-cam]  Selecting previously unselected package fontconfig.
[balena-cam]  Preparing to unpack .../06-fontconfig_2.11.0-6.7_armhf.deb ...
[balena-cam]  Unpacking fontconfig (2.11.0-6.7) ...
[balena-cam]  Selecting previously unselected package libxau6:armhf.
[balena-cam]  Preparing to unpack .../07-libxau6_1%3a1.0.8-1_armhf.deb ...
[balena-cam]  Unpacking libxau6:armhf (1:1.0.8-1) ...
[balena-cam]  Selecting previously unselected package libbsd0:armhf.
[balena-cam]  Preparing to unpack .../08-libbsd0_0.8.3-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libbsd0:armhf (0.8.3-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package x11-common.
[balena-cam]  Preparing to unpack .../09-x11-common_1%3a7.7+19_all.deb ...
[balena-cam]  Unpacking x11-common (1:7.7+19) ...
[balena-cam]  Selecting previously unselected package libice6:armhf.
[balena-cam]  Preparing to unpack .../10-libice6_2%3a1.0.9-2_armhf.deb ...
[balena-cam]  Unpacking libice6:armhf (2:1.0.9-2) ...
[balena-cam]  Selecting previously unselected package libsm6:armhf.
[balena-cam]  Preparing to unpack .../11-libsm6_2%3a1.2.2-1+b1_armhf.deb ...
[balena-cam]  Unpacking libsm6:armhf (2:1.2.2-1+b1) ...
[balena-cam]  Selecting previously unselected package libxdmcp6:armhf.
[balena-cam]  Preparing to unpack .../12-libxdmcp6_1%3a1.1.2-3_armhf.deb ...
[balena-cam]  Unpacking libxdmcp6:armhf (1:1.1.2-3) ...
[balena-cam]  Selecting previously unselected package libxcb1:armhf.
[balena-cam]  Preparing to unpack .../13-libxcb1_1.12-1_armhf.deb ...
[balena-cam]  Unpacking libxcb1:armhf (1.12-1) ...
[balena-cam]  Selecting previously unselected package libx11-data.
[balena-cam]  Preparing to unpack .../14-libx11-data_2%3a1.6.4-3+deb9u4_all.deb ...
[balena-cam]  Unpacking libx11-data (2:1.6.4-3+deb9u4) ...
[balena-cam]  Selecting previously unselected package libx11-6:armhf.
[balena-cam]  Preparing to unpack .../15-libx11-6_2%3a1.6.4-3+deb9u4_armhf.deb ...
[balena-cam]  Unpacking libx11-6:armhf (2:1.6.4-3+deb9u4) ...
[balena-cam]  Selecting previously unselected package libxt6:armhf.
[balena-cam]  Preparing to unpack .../16-libxt6_1%3a1.1.5-1_armhf.deb ...
[balena-cam]  Unpacking libxt6:armhf (1:1.1.5-1) ...
[balena-cam]  Selecting previously unselected package libaudio2:armhf.
[balena-cam]  Preparing to unpack .../17-libaudio2_1.9.4-5_armhf.deb ...
[balena-cam]  Unpacking libaudio2:armhf (1.9.4-5) ...
[balena-cam]  Selecting previously unselected package libgsm1:armhf.
[balena-cam]  Preparing to unpack .../18-libgsm1_1.0.13-4_armhf.deb ...
[balena-cam]  Unpacking libgsm1:armhf (1.0.13-4) ...
[balena-cam]  Selecting previously unselected package libjpeg62-turbo:armhf.
[balena-cam]  Preparing to unpack .../19-libjpeg62-turbo_1%3a1.5.1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libjpeg62-turbo:armhf (1:1.5.1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libjasper1:armhf.
[balena-cam]  Preparing to unpack .../20-libjasper1_1.900.1-debian1-2.4+deb8u1_armhf.deb ...
[balena-cam]  Unpacking libjasper1:armhf (1.900.1-debian1-2.4+deb8u1) ...
[balena-cam]  Selecting previously unselected package libjbig0:armhf.
[balena-cam]  Preparing to unpack .../21-libjbig0_2.1-3.1_armhf.deb ...
[balena-cam]  Unpacking libjbig0:armhf (2.1-3.1) ...
[balena-cam]  Selecting previously unselected package libjpeg8:armhf.
[balena-cam]  Preparing to unpack .../22-libjpeg8_8d1-2_armhf.deb ...
[balena-cam]  Unpacking libjpeg8:armhf (8d1-2) ...
[balena-cam]  Selecting previously unselected package liblzo2-2:armhf.
[balena-cam]  Preparing to unpack .../23-liblzo2-2_2.08-1.2_armhf.deb ...
[balena-cam]  Unpacking liblzo2-2:armhf (2.08-1.2) ...
[balena-cam]  Selecting previously unselected package liblcms2-2:armhf.
[balena-cam]  Preparing to unpack .../24-liblcms2-2_2.8-4+deb9u1_armhf.deb ...
[balena-cam]  Unpacking liblcms2-2:armhf (2.8-4+deb9u1) ...
[balena-cam]  Selecting previously unselected package libmng1:armhf.
[balena-cam]  Preparing to unpack .../25-libmng1_1.0.10+dfsg-3.1_armhf.deb ...
[balena-cam]  Unpacking libmng1:armhf (1.0.10+dfsg-3.1) ...
[balena-cam]  Selecting previously unselected package libogg0:armhf.
[balena-cam]  Preparing to unpack .../26-libogg0_1.3.2-1_armhf.deb ...
[balena-cam]  Unpacking libogg0:armhf (1.3.2-1) ...
[balena-cam]  Selecting previously unselected package libilmbase12:armhf.
[balena-cam]  Preparing to unpack .../27-libilmbase12_2.2.0-12_armhf.deb ...
[balena-cam]  Unpacking libilmbase12:armhf (2.2.0-12) ...
[balena-cam]  Selecting previously unselected package libilmbase-dev.
[balena-cam]  Preparing to unpack .../28-libilmbase-dev_2.2.0-12_armhf.deb ...
[balena-cam]  Unpacking libilmbase-dev (2.2.0-12) ...
[balena-cam]  Selecting previously unselected package libopenexr22:armhf.
[balena-cam]  Preparing to unpack .../29-libopenexr22_2.2.0-11+deb9u3_armhf.deb ...
[balena-cam]  Unpacking libopenexr22:armhf (2.2.0-11+deb9u3) ...
[balena-cam]  Selecting previously unselected package libopenexr-dev.
[balena-cam]  Preparing to unpack .../30-libopenexr-dev_2.2.0-11+deb9u3_armhf.deb ...
[balena-cam]  Unpacking libopenexr-dev (2.2.0-11+deb9u3) ...
[balena-cam]  Selecting previously unselected package libpcrecpp0v5:armhf.
[balena-cam]  Preparing to unpack .../31-libpcrecpp0v5_2%3a8.39-3_armhf.deb ...
[balena-cam]  Unpacking libpcrecpp0v5:armhf (2:8.39-3) ...
[balena-cam]  Selecting previously unselected package libspeex1:armhf.
[balena-cam]  Preparing to unpack .../32-libspeex1_1.2~rc1.2-1_armhf.deb ...
[balena-cam]  Unpacking libspeex1:armhf (1.2~rc1.2-1) ...
[balena-cam]  Selecting previously unselected package libxext6:armhf.
[balena-cam]  Preparing to unpack .../33-libxext6_2%3a1.3.3-1_armhf.deb ...
[balena-cam]  Unpacking libxext6:armhf (2:1.3.3-1) ...
[balena-cam]  Selecting previously unselected package libxrender1:armhf.
[balena-cam]  Preparing to unpack .../34-libxrender1_1%3a0.9.10-1_armhf.deb ...
[balena-cam]  Unpacking libxrender1:armhf (1:0.9.10-1) ...
[balena-cam]  Selecting previously unselected package libxft2:armhf.
[balena-cam]  Preparing to unpack .../35-libxft2_2.3.2-1_armhf.deb ...
[balena-cam]  Unpacking libxft2:armhf (2.3.2-1) ...
[balena-cam]  Selecting previously unselected package libxss1:armhf.
[balena-cam]  Preparing to unpack .../36-libxss1_1%3a1.2.2-1_armhf.deb ...
[balena-cam]  Unpacking libxss1:armhf (1:1.2.2-1) ...
[balena-cam]  Selecting previously unselected package libxxf86vm1:armhf.
[balena-cam]  Preparing to unpack .../37-libxxf86vm1_1%3a1.1.4-1_armhf.deb ...
[balena-cam]  Unpacking libxxf86vm1:armhf (1:1.1.4-1) ...
[balena-cam]  Selecting previously unselected package libpython3.5-minimal:armhf.
[balena-cam]  Preparing to unpack .../38-libpython3.5-minimal_3.5.3-1+deb9u5_armhf.deb ...
[balena-cam]  Unpacking libpython3.5-minimal:armhf (3.5.3-1+deb9u5) ...
[balena-cam]  Selecting previously unselected package python3.5-minimal.
[balena-cam]  Preparing to unpack .../39-python3.5-minimal_3.5.3-1+deb9u5_armhf.deb ...
[balena-cam]  Unpacking python3.5-minimal (3.5.3-1+deb9u5) ...
[balena-cam]  Selecting previously unselected package python3-minimal.
[balena-cam]  Preparing to unpack .../40-python3-minimal_3.5.3-1_armhf.deb ...
[balena-cam]  Unpacking python3-minimal (3.5.3-1) ...
[balena-cam]  Selecting previously unselected package mime-support.
[balena-cam]  Preparing to unpack .../41-mime-support_3.60_all.deb ...
[balena-cam]  Unpacking mime-support (3.60) ...
[balena-cam]  Selecting previously unselected package libmpdec2:armhf.
[balena-cam]  Preparing to unpack .../42-libmpdec2_2.4.2-1_armhf.deb ...
[balena-cam]  Unpacking libmpdec2:armhf (2.4.2-1) ...
[balena-cam]  Selecting previously unselected package libpython3.5-stdlib:armhf.
[balena-cam]  Preparing to unpack .../43-libpython3.5-stdlib_3.5.3-1+deb9u5_armhf.deb ...
[balena-cam]  Unpacking libpython3.5-stdlib:armhf (3.5.3-1+deb9u5) ...
[balena-cam]  Selecting previously unselected package python3.5.
[balena-cam]  Preparing to unpack .../44-python3.5_3.5.3-1+deb9u5_armhf.deb ...
[balena-cam]  Unpacking python3.5 (3.5.3-1+deb9u5) ...
[balena-cam]  Selecting previously unselected package libpython3-stdlib:armhf.
[balena-cam]  Preparing to unpack .../45-libpython3-stdlib_3.5.3-1_armhf.deb ...
[balena-cam]  Unpacking libpython3-stdlib:armhf (3.5.3-1) ...
[balena-cam]  Selecting previously unselected package dh-python.
[balena-cam]  Preparing to unpack .../46-dh-python_2.20170125_all.deb ...
[balena-cam]  Unpacking dh-python (2.20170125) ...
[balena-cam]  Setting up libpython3.5-minimal:armhf (3.5.3-1+deb9u5) ...
[balena-cam]  Setting up libexpat1:armhf (2.2.0-2+deb9u3) ...
[balena-cam]  Setting up python3.5-minimal (3.5.3-1+deb9u5) ...
[balena-cam]  Setting up python3-minimal (3.5.3-1) ...
[balena-cam]  Selecting previously unselected package python3.
[balena-cam]  (Reading database ... 
(Reading database ... 55%tabase ... 5%
(Reading database ... 70%tabase ... 60%
[balena-cam]  (Reading database ... 75%
[balena-cam]  (Reading database ... 80%
[balena-cam]  (Reading database ... 85%
[balena-cam]  (Reading database ... 90%
[balena-cam]  (Reading database ... 95%
(Reading database ... 12726 files and directories currently installed.)
[balena-cam]  Preparing to unpack .../000-python3_3.5.3-1_armhf.deb ...
[balena-cam]  Unpacking python3 (3.5.3-1) ...
[balena-cam]  Selecting previously unselected package libmpfr4:armhf.
[balena-cam]  Preparing to unpack .../001-libmpfr4_3.1.5-1_armhf.deb ...
[balena-cam]  Unpacking libmpfr4:armhf (3.1.5-1) ...
[balena-cam]  Selecting previously unselected package libmpc3:armhf.
[balena-cam]  Preparing to unpack .../002-libmpc3_1.0.3-1_armhf.deb ...
[balena-cam]  Unpacking libmpc3:armhf (1.0.3-1) ...
[balena-cam]  Selecting previously unselected package libcap2-bin.
[balena-cam]  Preparing to unpack .../003-libcap2-bin_1%3a2.25-1_armhf.deb ...
[balena-cam]  Unpacking libcap2-bin (1:2.25-1) ...
[balena-cam]  Selecting previously unselected package libslang2:armhf.
[balena-cam]  Preparing to unpack .../004-libslang2_2.3.1-5_armhf.deb ...
[balena-cam]  Unpacking libslang2:armhf (2.3.1-5) ...
[balena-cam]  Selecting previously unselected package libwrap0:armhf.
[balena-cam]  Preparing to unpack .../005-libwrap0_7.6.q-26_armhf.deb ...
[balena-cam]  Unpacking libwrap0:armhf (7.6.q-26) ...
[balena-cam]  Selecting previously unselected package libicu57:armhf.
[balena-cam]  Preparing to unpack .../006-libicu57_57.1-6+deb9u5_armhf.deb ...
[balena-cam]  Unpacking libicu57:armhf (57.1-6+deb9u5) ...
[balena-cam]  Selecting previously unselected package libxml2:armhf.
[balena-cam]  Preparing to unpack .../007-libxml2_2.9.4+dfsg1-2.2+deb9u5_armhf.deb ...
[balena-cam]  Unpacking libxml2:armhf (2.9.4+dfsg1-2.2+deb9u5) ...
[balena-cam]  Selecting previously unselected package binutils.
[balena-cam]  Preparing to unpack .../008-binutils_2.28-5_armhf.deb ...
[balena-cam]  Unpacking binutils (2.28-5) ...
[balena-cam]  Selecting previously unselected package libisl15:armhf.
[balena-cam]  Preparing to unpack .../009-libisl15_0.18-1_armhf.deb ...
[balena-cam]  Unpacking libisl15:armhf (0.18-1) ...
[balena-cam]  Selecting previously unselected package cpp-6.
[balena-cam]  Preparing to unpack .../010-cpp-6_6.3.0-18+rpi1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking cpp-6 (6.3.0-18+rpi1+deb9u1) ...
[balena-cam]  Selecting previously unselected package cpp.
[balena-cam]  Preparing to unpack .../011-cpp_4%3a6.3.0-4_armhf.deb ...
[balena-cam]  Unpacking cpp (4:6.3.0-4) ...
[balena-cam]  Selecting previously unselected package libcc1-0:armhf.
[balena-cam]  Preparing to unpack .../012-libcc1-0_6.3.0-18+rpi1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libcc1-0:armhf (6.3.0-18+rpi1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libgomp1:armhf.
[balena-cam]  Preparing to unpack .../013-libgomp1_6.3.0-18+rpi1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libgomp1:armhf (6.3.0-18+rpi1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libatomic1:armhf.
[balena-cam]  Preparing to unpack .../014-libatomic1_6.3.0-18+rpi1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libatomic1:armhf (6.3.0-18+rpi1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libasan3:armhf.
[balena-cam]  Preparing to unpack .../015-libasan3_6.3.0-18+rpi1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libasan3:armhf (6.3.0-18+rpi1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libubsan0:armhf.
[balena-cam]  Preparing to unpack .../016-libubsan0_6.3.0-18+rpi1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libubsan0:armhf (6.3.0-18+rpi1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libgcc-6-dev:armhf.
[balena-cam]  Preparing to unpack .../017-libgcc-6-dev_6.3.0-18+rpi1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libgcc-6-dev:armhf (6.3.0-18+rpi1+deb9u1) ...
[balena-cam]  Selecting previously unselected package gcc-6.
[balena-cam]  Preparing to unpack .../018-gcc-6_6.3.0-18+rpi1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking gcc-6 (6.3.0-18+rpi1+deb9u1) ...
[balena-cam]  Selecting previously unselected package gcc.
[balena-cam]  Preparing to unpack .../019-gcc_4%3a6.3.0-4_armhf.deb ...
[balena-cam]  Unpacking gcc (4:6.3.0-4) ...
[balena-cam]  Selecting previously unselected package libgfortran3:armhf.
[balena-cam]  Preparing to unpack .../020-libgfortran3_6.3.0-18+rpi1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libgfortran3:armhf (6.3.0-18+rpi1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libgfortran-6-dev:armhf.
[balena-cam]  Preparing to unpack .../021-libgfortran-6-dev_6.3.0-18+rpi1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libgfortran-6-dev:armhf (6.3.0-18+rpi1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libc-dev-bin.
[balena-cam]  Preparing to unpack .../022-libc-dev-bin_2.24-11+deb9u4_armhf.deb ...
[balena-cam]  Unpacking libc-dev-bin (2.24-11+deb9u4) ...
[balena-cam]  Selecting previously unselected package linux-libc-dev:armhf.
[balena-cam]  Preparing to unpack .../023-linux-libc-dev_4.9.82-1+deb9u3+rpi1_armhf.deb ...
[balena-cam]  Unpacking linux-libc-dev:armhf (4.9.82-1+deb9u3+rpi1) ...
[balena-cam]  Selecting previously unselected package libc6-dev:armhf.
[balena-cam]  Preparing to unpack .../024-libc6-dev_2.24-11+deb9u4_armhf.deb ...
[balena-cam]  Unpacking libc6-dev:armhf (2.24-11+deb9u4) ...
[balena-cam]  Selecting previously unselected package gfortran-6.
[balena-cam]  Preparing to unpack .../025-gfortran-6_6.3.0-18+rpi1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking gfortran-6 (6.3.0-18+rpi1+deb9u1) ...
[balena-cam]  Selecting previously unselected package gfortran.
[balena-cam]  Preparing to unpack .../026-gfortran_4%3a6.3.0-4_armhf.deb ...
[balena-cam]  Unpacking gfortran (4:6.3.0-4) ...
[balena-cam]  Selecting previously unselected package libglib2.0-0:armhf.
[balena-cam]  Preparing to unpack .../027-libglib2.0-0_2.50.3-2+deb9u2_armhf.deb ...
[balena-cam]  Unpacking libglib2.0-0:armhf (2.50.3-2+deb9u2) ...
[balena-cam]  Selecting previously unselected package libgirepository-1.0-1:armhf.
[balena-cam]  Preparing to unpack .../028-libgirepository-1.0-1_1.50.0-1_armhf.deb ...
[balena-cam]  Unpacking libgirepository-1.0-1:armhf (1.50.0-1) ...
[balena-cam]  Selecting previously unselected package gir1.2-glib-2.0:armhf.
[balena-cam]  Preparing to unpack .../029-gir1.2-glib-2.0_1.50.0-1_armhf.deb ...
[balena-cam]  Unpacking gir1.2-glib-2.0:armhf (1.50.0-1) ...
[balena-cam]  Selecting previously unselected package libatk1.0-data.
[balena-cam]  Preparing to unpack .../030-libatk1.0-data_2.22.0-1_all.deb ...
[balena-cam]  Unpacking libatk1.0-data (2.22.0-1) ...
[balena-cam]  Selecting previously unselected package libatk1.0-0:armhf.
[balena-cam]  Preparing to unpack .../031-libatk1.0-0_2.22.0-1_armhf.deb ...
[balena-cam]  Unpacking libatk1.0-0:armhf (2.22.0-1) ...
[balena-cam]  Selecting previously unselected package gir1.2-atk-1.0:armhf.
[balena-cam]  Preparing to unpack .../032-gir1.2-atk-1.0_2.22.0-1_armhf.deb ...
[balena-cam]  Unpacking gir1.2-atk-1.0:armhf (2.22.0-1) ...
[balena-cam]  Selecting previously unselected package libpixman-1-0:armhf.
[balena-cam]  Preparing to unpack .../033-libpixman-1-0_0.34.0-1+rpi1_armhf.deb ...
[balena-cam]  Unpacking libpixman-1-0:armhf (0.34.0-1+rpi1) ...
[balena-cam]  Selecting previously unselected package libxcb-render0:armhf.
[balena-cam]  Preparing to unpack .../034-libxcb-render0_1.12-1_armhf.deb ...
[balena-cam]  Unpacking libxcb-render0:armhf (1.12-1) ...
[balena-cam]  Selecting previously unselected package libxcb-shm0:armhf.
[balena-cam]  Preparing to unpack .../035-libxcb-shm0_1.12-1_armhf.deb ...
[balena-cam]  Unpacking libxcb-shm0:armhf (1.12-1) ...
[balena-cam]  Selecting previously unselected package libcairo2:armhf.
[balena-cam]  Preparing to unpack .../036-libcairo2_1.14.8-1+rpi1_armhf.deb ...
[balena-cam]  Unpacking libcairo2:armhf (1.14.8-1+rpi1) ...
[balena-cam]  Selecting previously unselected package libcairo-gobject2:armhf.
[balena-cam]  Preparing to unpack .../037-libcairo-gobject2_1.14.8-1+rpi1_armhf.deb ...
[balena-cam]  Unpacking libcairo-gobject2:armhf (1.14.8-1+rpi1) ...
[balena-cam]  Selecting previously unselected package gir1.2-freedesktop:armhf.
[balena-cam]  Preparing to unpack .../038-gir1.2-freedesktop_1.50.0-1_armhf.deb ...
[balena-cam]  Unpacking gir1.2-freedesktop:armhf (1.50.0-1) ...
[balena-cam]  Selecting previously unselected package libtiff5:armhf.
[balena-cam]  Preparing to unpack .../039-libtiff5_4.0.8-2+deb9u7_armhf.deb ...
[balena-cam]  Unpacking libtiff5:armhf (4.0.8-2+deb9u7) ...
[balena-cam]  Selecting previously unselected package shared-mime-info.
[balena-cam]  Preparing to unpack .../040-shared-mime-info_1.8-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking shared-mime-info (1.8-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libgdk-pixbuf2.0-common.
[balena-cam]  Preparing to unpack .../041-libgdk-pixbuf2.0-common_2.36.5-2+deb9u2_all.deb ...
[balena-cam]  Unpacking libgdk-pixbuf2.0-common (2.36.5-2+deb9u2) ...
[balena-cam]  Selecting previously unselected package libgdk-pixbuf2.0-0:armhf.
[balena-cam]  Preparing to unpack .../042-libgdk-pixbuf2.0-0_2.36.5-2+deb9u2_armhf.deb ...
[balena-cam]  Unpacking libgdk-pixbuf2.0-0:armhf (2.36.5-2+deb9u2) ...
[balena-cam]  Selecting previously unselected package gir1.2-gdkpixbuf-2.0:armhf.
[balena-cam]  Preparing to unpack .../043-gir1.2-gdkpixbuf-2.0_2.36.5-2+deb9u2_armhf.deb ...
[balena-cam]  Unpacking gir1.2-gdkpixbuf-2.0:armhf (2.36.5-2+deb9u2) ...
[balena-cam]  Selecting previously unselected package libgstreamer1.0-0:armhf.
[balena-cam]  Preparing to unpack .../044-libgstreamer1.0-0_1.10.4-1_armhf.deb ...
[balena-cam]  Unpacking libgstreamer1.0-0:armhf (1.10.4-1) ...
[balena-cam]  Selecting previously unselected package gir1.2-gstreamer-1.0.
[balena-cam]  Preparing to unpack .../045-gir1.2-gstreamer-1.0_1.10.4-1_armhf.deb ...
[balena-cam]  Unpacking gir1.2-gstreamer-1.0 (1.10.4-1) ...
[balena-cam]  Selecting previously unselected package libgtk2.0-common.
[balena-cam]  Preparing to unpack .../046-libgtk2.0-common_2.24.31-2_all.deb ...
[balena-cam]  Unpacking libgtk2.0-common (2.24.31-2) ...
[balena-cam]  Selecting previously unselected package libthai-data.
[balena-cam]  Preparing to unpack .../047-libthai-data_0.1.26-1_all.deb ...
[balena-cam]  Unpacking libthai-data (0.1.26-1) ...
[balena-cam]  Selecting previously unselected package libdatrie1:armhf.
[balena-cam]  Preparing to unpack .../048-libdatrie1_0.2.10-4_armhf.deb ...
[balena-cam]  Unpacking libdatrie1:armhf (0.2.10-4) ...
[balena-cam]  Selecting previously unselected package libthai0:armhf.
[balena-cam]  Preparing to unpack .../049-libthai0_0.1.26-1_armhf.deb ...
[balena-cam]  Unpacking libthai0:armhf (0.1.26-1) ...
[balena-cam]  Selecting previously unselected package libpango-1.0-0:armhf.
[balena-cam]  Preparing to unpack .../050-libpango-1.0-0_1.40.5-1_armhf.deb ...
[balena-cam]  Unpacking libpango-1.0-0:armhf (1.40.5-1) ...
[balena-cam]  Selecting previously unselected package libgraphite2-3:armhf.
[balena-cam]  Preparing to unpack .../051-libgraphite2-3_1.3.10-1_armhf.deb ...
[balena-cam]  Unpacking libgraphite2-3:armhf (1.3.10-1) ...
[balena-cam]  Selecting previously unselected package libharfbuzz0b:armhf.
[balena-cam]  Preparing to unpack .../052-libharfbuzz0b_1.4.2-1_armhf.deb ...
[balena-cam]  Unpacking libharfbuzz0b:armhf (1.4.2-1) ...
[balena-cam]  Selecting previously unselected package libpangoft2-1.0-0:armhf.
[balena-cam]  Preparing to unpack .../053-libpangoft2-1.0-0_1.40.5-1_armhf.deb ...
[balena-cam]  Unpacking libpangoft2-1.0-0:armhf (1.40.5-1) ...
[balena-cam]  Selecting previously unselected package libpangocairo-1.0-0:armhf.
[balena-cam]  Preparing to unpack .../054-libpangocairo-1.0-0_1.40.5-1_armhf.deb ...
[balena-cam]  Unpacking libpangocairo-1.0-0:armhf (1.40.5-1) ...
[balena-cam]  Selecting previously unselected package libpangoxft-1.0-0:armhf.
[balena-cam]  Preparing to unpack .../055-libpangoxft-1.0-0_1.40.5-1_armhf.deb ...
[balena-cam]  Unpacking libpangoxft-1.0-0:armhf (1.40.5-1) ...
[balena-cam]  Selecting previously unselected package gir1.2-pango-1.0:armhf.
[balena-cam]  Preparing to unpack .../056-gir1.2-pango-1.0_1.40.5-1_armhf.deb ...
[balena-cam]  Unpacking gir1.2-pango-1.0:armhf (1.40.5-1) ...
[balena-cam]  Selecting previously unselected package libavahi-common-data:armhf.
[balena-cam]  Preparing to unpack .../057-libavahi-common-data_0.6.32-2_armhf.deb ...
[balena-cam]  Unpacking libavahi-common-data:armhf (0.6.32-2) ...
[balena-cam]  Selecting previously unselected package libavahi-common3:armhf.
[balena-cam]  Preparing to unpack .../058-libavahi-common3_0.6.32-2_armhf.deb ...
[balena-cam]  Unpacking libavahi-common3:armhf (0.6.32-2) ...
[balena-cam]  Selecting previously unselected package libavahi-client3:armhf.
[balena-cam]  Preparing to unpack .../059-libavahi-client3_0.6.32-2_armhf.deb ...
[balena-cam]  Unpacking libavahi-client3:armhf (0.6.32-2) ...
[balena-cam]  Selecting previously unselected package libcups2:armhf.
[balena-cam]  Preparing to unpack .../060-libcups2_2.2.1-8+deb9u7_armhf.deb ...
[balena-cam]  Unpacking libcups2:armhf (2.2.1-8+deb9u7) ...
[balena-cam]  Selecting previously unselected package libxcomposite1:armhf.
[balena-cam]  Preparing to unpack .../061-libxcomposite1_1%3a0.4.4-2_armhf.deb ...
[balena-cam]  Unpacking libxcomposite1:armhf (1:0.4.4-2) ...
[balena-cam]  Selecting previously unselected package libxfixes3:armhf.
[balena-cam]  Preparing to unpack .../062-libxfixes3_1%3a5.0.3-1_armhf.deb ...
[balena-cam]  Unpacking libxfixes3:armhf (1:5.0.3-1) ...
[balena-cam]  Selecting previously unselected package libxcursor1:armhf.
[balena-cam]  Preparing to unpack .../063-libxcursor1_1%3a1.1.14-1+deb9u2_armhf.deb ...
[balena-cam]  Unpacking libxcursor1:armhf (1:1.1.14-1+deb9u2) ...
[balena-cam]  Selecting previously unselected package libxdamage1:armhf.
[balena-cam]  Preparing to unpack .../064-libxdamage1_1%3a1.1.4-2+b1_armhf.deb ...
[balena-cam]  Unpacking libxdamage1:armhf (1:1.1.4-2+b1) ...
[balena-cam]  Selecting previously unselected package libxi6:armhf.
[balena-cam]  Preparing to unpack .../065-libxi6_2%3a1.7.9-1_armhf.deb ...
[balena-cam]  Unpacking libxi6:armhf (2:1.7.9-1) ...
[balena-cam]  Selecting previously unselected package libxinerama1:armhf.
[balena-cam]  Preparing to unpack .../066-libxinerama1_2%3a1.1.3-1+b1_armhf.deb ...
[balena-cam]  Unpacking libxinerama1:armhf (2:1.1.3-1+b1) ...
[balena-cam]  Selecting previously unselected package libxrandr2:armhf.
[balena-cam]  Preparing to unpack .../067-libxrandr2_2%3a1.5.1-1_armhf.deb ...
[balena-cam]  Unpacking libxrandr2:armhf (2:1.5.1-1) ...
[balena-cam]  Selecting previously unselected package hicolor-icon-theme.
[balena-cam]  Preparing to unpack .../068-hicolor-icon-theme_0.15-1_all.deb ...
[balena-cam]  Unpacking hicolor-icon-theme (0.15-1) ...
[balena-cam]  Selecting previously unselected package gtk-update-icon-cache.
[balena-cam]  Preparing to unpack .../069-gtk-update-icon-cache_3.22.11-1+rpi3_armhf.deb ...
[balena-cam]  No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed.
[balena-cam]  No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed.
[balena-cam]  Unpacking gtk-update-icon-cache (3.22.11-1+rpi3) ...
[balena-cam]  Selecting previously unselected package libcroco3:armhf.
[balena-cam]  Preparing to unpack .../070-libcroco3_0.6.11-3_armhf.deb ...
[balena-cam]  Unpacking libcroco3:armhf (0.6.11-3) ...
[balena-cam]  Selecting previously unselected package librsvg2-2:armhf.
[balena-cam]  Preparing to unpack .../071-librsvg2-2_2.40.21-0+deb9u1_armhf.deb ...
[balena-cam]  Unpacking librsvg2-2:armhf (2.40.21-0+deb9u1) ...
[balena-cam]  Selecting previously unselected package librsvg2-common:armhf.
[balena-cam]  Preparing to unpack .../072-librsvg2-common_2.40.21-0+deb9u1_armhf.deb ...
[balena-cam]  Unpacking librsvg2-common:armhf (2.40.21-0+deb9u1) ...
[balena-cam]  Selecting previously unselected package gnome-icon-theme.
[balena-cam]  Preparing to unpack .../073-gnome-icon-theme_3.12.0-2_all.deb ...
[balena-cam]  Unpacking gnome-icon-theme (3.12.0-2) ...
[balena-cam]  Selecting previously unselected package libgtk2.0-0:armhf.
[balena-cam]  Preparing to unpack .../074-libgtk2.0-0_2.24.31-2_armhf.deb ...
[balena-cam]  Unpacking libgtk2.0-0:armhf (2.24.31-2) ...
[balena-cam]  Selecting previously unselected package gir1.2-gtk-2.0.
[balena-cam]  Preparing to unpack .../075-gir1.2-gtk-2.0_2.24.31-2_armhf.deb ...
[balena-cam]  Unpacking gir1.2-gtk-2.0 (2.24.31-2) ...
[balena-cam]  Selecting previously unselected package icu-devtools.
[balena-cam]  Preparing to unpack .../076-icu-devtools_57.1-6+deb9u5_armhf.deb ...
[balena-cam]  Unpacking icu-devtools (57.1-6+deb9u5) ...
[balena-cam]  Selecting previously unselected package iso-codes.
[balena-cam]  Preparing to unpack .../077-iso-codes_3.75-1_all.deb ...
[balena-cam]  Unpacking iso-codes (3.75-1) ...
[balena-cam]  Selecting previously unselected package libasound2-data.
[balena-cam]  Preparing to unpack .../078-libasound2-data_1.1.3-5+rpt4_all.deb ...
[balena-cam]  Unpacking libasound2-data (1.1.3-5+rpt4) ...
[balena-cam]  Selecting previously unselected package libasound2:armhf.
[balena-cam]  Preparing to unpack .../079-libasound2_1.1.3-5+rpt4_armhf.deb ...
[balena-cam]  Unpacking libasound2:armhf (1.1.3-5+rpt4) ...
[balena-cam]  Selecting previously unselected package libfribidi0:armhf.
[balena-cam]  Preparing to unpack .../080-libfribidi0_0.19.7-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libfribidi0:armhf (0.19.7-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libass5:armhf.
[balena-cam]  Preparing to unpack .../081-libass5_1%3a0.13.4-2_armhf.deb ...
[balena-cam]  Unpacking libass5:armhf (1:0.13.4-2) ...
[balena-cam]  Selecting previously unselected package libasyncns0:armhf.
[balena-cam]  Preparing to unpack .../082-libasyncns0_0.8-6_armhf.deb ...
[balena-cam]  Unpacking libasyncns0:armhf (0.8-6) ...
[balena-cam]  Selecting previously unselected package libdpkg-perl.
[balena-cam]  Preparing to unpack .../083-libdpkg-perl_1.18.25_all.deb ...
[balena-cam]  Unpacking libdpkg-perl (1.18.25) ...
[balena-cam]  Selecting previously unselected package pkg-config.
[balena-cam]  Preparing to unpack .../084-pkg-config_0.29-4_armhf.deb ...
[balena-cam]  Unpacking pkg-config (0.29-4) ...
[balena-cam]  Selecting previously unselected package libglib2.0-data.
[balena-cam]  Preparing to unpack .../085-libglib2.0-data_2.50.3-2+deb9u2_all.deb ...
[balena-cam]  Unpacking libglib2.0-data (2.50.3-2+deb9u2) ...
[balena-cam]  Selecting previously unselected package libglib2.0-bin.
[balena-cam]  Preparing to unpack .../086-libglib2.0-bin_2.50.3-2+deb9u2_armhf.deb ...
[balena-cam]  Unpacking libglib2.0-bin (2.50.3-2+deb9u2) ...
[balena-cam]  Selecting previously unselected package libpcre16-3:armhf.
[balena-cam]  Preparing to unpack .../087-libpcre16-3_2%3a8.39-3_armhf.deb ...
[balena-cam]  Unpacking libpcre16-3:armhf (2:8.39-3) ...
[balena-cam]  Selecting previously unselected package libpcre32-3:armhf.
[balena-cam]  Preparing to unpack .../088-libpcre32-3_2%3a8.39-3_armhf.deb ...
[balena-cam]  Unpacking libpcre32-3:armhf (2:8.39-3) ...
[balena-cam]  Selecting previously unselected package libpcre3-dev:armhf.
[balena-cam]  Preparing to unpack .../089-libpcre3-dev_2%3a8.39-3_armhf.deb ...
[balena-cam]  Unpacking libpcre3-dev:armhf (2:8.39-3) ...
[balena-cam]  Selecting previously unselected package zlib1g-dev:armhf.
[balena-cam]  Preparing to unpack .../090-zlib1g-dev_1%3a1.2.8.dfsg-5_armhf.deb ...
[balena-cam]  Unpacking zlib1g-dev:armhf (1:1.2.8.dfsg-5) ...
[balena-cam]  Selecting previously unselected package libglib2.0-dev.
[balena-cam]  Preparing to unpack .../091-libglib2.0-dev_2.50.3-2+deb9u2_armhf.deb ...
[balena-cam]  Unpacking libglib2.0-dev (2.50.3-2+deb9u2) ...
[balena-cam]  Selecting previously unselected package libatk1.0-dev:armhf.
[balena-cam]  Preparing to unpack .../092-libatk1.0-dev_2.22.0-1_armhf.deb ...
[balena-cam]  Unpacking libatk1.0-dev:armhf (2.22.0-1) ...
[balena-cam]  Selecting previously unselected package libblas-common.
[balena-cam]  Preparing to unpack .../093-libblas-common_3.7.0-2_armhf.deb ...
[balena-cam]  Unpacking libblas-common (3.7.0-2) ...
[balena-cam]  Selecting previously unselected package libatlas3-base.
[balena-cam]  Preparing to unpack .../094-libatlas3-base_3.10.3-1+rpi1_armhf.deb ...
[balena-cam]  Unpacking libatlas3-base (3.10.3-1+rpi1) ...
[balena-cam]  Selecting previously unselected package libblas3.
[balena-cam]  Preparing to unpack .../095-libblas3_3.7.0-2_armhf.deb ...
[balena-cam]  Unpacking libblas3 (3.7.0-2) ...
[balena-cam]  Selecting previously unselected package libblas-dev.
[balena-cam]  Preparing to unpack .../096-libblas-dev_3.7.0-2_armhf.deb ...
[balena-cam]  Unpacking libblas-dev (3.7.0-2) ...
[balena-cam]  Selecting previously unselected package libatlas-dev.
[balena-cam]  Preparing to unpack .../097-libatlas-dev_3.10.3-1+rpi1_armhf.deb ...
[balena-cam]  Unpacking libatlas-dev (3.10.3-1+rpi1) ...
[balena-cam]  Selecting previously unselected package libatlas-base-dev.
[balena-cam]  Preparing to unpack .../098-libatlas-base-dev_3.10.3-1+rpi1_armhf.deb ...
[balena-cam]  Unpacking libatlas-base-dev (3.10.3-1+rpi1) ...
[balena-cam]  Selecting previously unselected package libraw1394-11:armhf.
[balena-cam]  Preparing to unpack .../099-libraw1394-11_2.1.2-1_armhf.deb ...
[balena-cam]  Unpacking libraw1394-11:armhf (2.1.2-1) ...
[balena-cam]  Selecting previously unselected package libavc1394-0:armhf.
[balena-cam]  Preparing to unpack .../100-libavc1394-0_0.5.4-4_armhf.deb ...
[balena-cam]  Unpacking libavc1394-0:armhf (0.5.4-4) ...
[balena-cam]  Selecting previously unselected package libva1:armhf.
[balena-cam]  Preparing to unpack .../101-libva1_1.7.3-2_armhf.deb ...
[balena-cam]  Unpacking libva1:armhf (1.7.3-2) ...
[balena-cam]  Selecting previously unselected package libva-drm1:armhf.
[balena-cam]  Preparing to unpack .../102-libva-drm1_1.7.3-2_armhf.deb ...
[balena-cam]  Unpacking libva-drm1:armhf (1.7.3-2) ...
[balena-cam]  Selecting previously unselected package libva-x11-1:armhf.
[balena-cam]  Preparing to unpack .../103-libva-x11-1_1.7.3-2_armhf.deb ...
[balena-cam]  Unpacking libva-x11-1:armhf (1.7.3-2) ...
[balena-cam]  Selecting previously unselected package libvdpau1:armhf.
[balena-cam]  Preparing to unpack .../104-libvdpau1_1.1.1-6_armhf.deb ...
[balena-cam]  Unpacking libvdpau1:armhf (1.1.1-6) ...
[balena-cam]  Selecting previously unselected package libavutil55:armhf.
[balena-cam]  Preparing to unpack .../105-libavutil55_7%3a3.2.16-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libavutil55:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libmp3lame0:armhf.
[balena-cam]  Preparing to unpack .../106-libmp3lame0_3.99.5+repack1-9_armhf.deb ...
[balena-cam]  Unpacking libmp3lame0:armhf (3.99.5+repack1-9) ...
[balena-cam]  Selecting previously unselected package libopenjp2-7:armhf.
[balena-cam]  Preparing to unpack .../107-libopenjp2-7_2.1.2-1.1+deb9u6_armhf.deb ...
[balena-cam]  Unpacking libopenjp2-7:armhf (2.1.2-1.1+deb9u6) ...
[balena-cam]  Selecting previously unselected package libopus0:armhf.
[balena-cam]  Preparing to unpack .../108-libopus0_1.2~alpha2-1_armhf.deb ...
[balena-cam]  Unpacking libopus0:armhf (1.2~alpha2-1) ...
[balena-cam]  Selecting previously unselected package libshine3:armhf.
[balena-cam]  Preparing to unpack .../109-libshine3_3.1.0-5_armhf.deb ...
[balena-cam]  Unpacking libshine3:armhf (3.1.0-5) ...
[balena-cam]  Selecting previously unselected package libsnappy1v5:armhf.
[balena-cam]  Preparing to unpack .../110-libsnappy1v5_1.1.3-3_armhf.deb ...
[balena-cam]  Unpacking libsnappy1v5:armhf (1.1.3-3) ...
[balena-cam]  Selecting previously unselected package libsoxr0:armhf.
[balena-cam]  Preparing to unpack .../111-libsoxr0_0.1.2-2_armhf.deb ...
[balena-cam]  Unpacking libsoxr0:armhf (0.1.2-2) ...
[balena-cam]  Selecting previously unselected package libswresample2:armhf.
[balena-cam]  Preparing to unpack .../112-libswresample2_7%3a3.2.16-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libswresample2:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libtheora0:armhf.
[balena-cam]  Preparing to unpack .../113-libtheora0_1.1.1+dfsg.1-14_armhf.deb ...
[balena-cam]  Unpacking libtheora0:armhf (1.1.1+dfsg.1-14) ...
[balena-cam]  Selecting previously unselected package libtwolame0:armhf.
[balena-cam]  Preparing to unpack .../114-libtwolame0_0.3.13-2_armhf.deb ...
[balena-cam]  Unpacking libtwolame0:armhf (0.3.13-2) ...
[balena-cam]  Selecting previously unselected package libvorbis0a:armhf.
[balena-cam]  Preparing to unpack .../115-libvorbis0a_1.3.5-4+deb9u3_armhf.deb ...
[balena-cam]  Unpacking libvorbis0a:armhf (1.3.5-4+deb9u3) ...
[balena-cam]  Selecting previously unselected package libvorbisenc2:armhf.
[balena-cam]  Preparing to unpack .../116-libvorbisenc2_1.3.5-4+deb9u3_armhf.deb ...
[balena-cam]  Unpacking libvorbisenc2:armhf (1.3.5-4+deb9u3) ...
[balena-cam]  Selecting previously unselected package libvpx4:armhf.
[balena-cam]  Preparing to unpack .../117-libvpx4_1.6.1-3+deb9u3_armhf.deb ...
[balena-cam]  Unpacking libvpx4:armhf (1.6.1-3+deb9u3) ...
[balena-cam]  Selecting previously unselected package libwavpack1:armhf.
[balena-cam]  Preparing to unpack .../118-libwavpack1_5.0.0-2+deb9u3_armhf.deb ...
[balena-cam]  Unpacking libwavpack1:armhf (5.0.0-2+deb9u3) ...
[balena-cam]  Selecting previously unselected package libwebp6:armhf.
[balena-cam]  Preparing to unpack .../119-libwebp6_0.5.2-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libwebp6:armhf (0.5.2-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libwebpmux2:armhf.
[balena-cam]  Preparing to unpack .../120-libwebpmux2_0.5.2-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libwebpmux2:armhf (0.5.2-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libx264-148:armhf.
[balena-cam]  Preparing to unpack .../121-libx264-148_2%3a0.148.2748+git97eaef2-1+rpi1_armhf.deb ...
[balena-cam]  Unpacking libx264-148:armhf (2:0.148.2748+git97eaef2-1+rpi1) ...
[balena-cam]  Selecting previously unselected package libx265-95:armhf.
[balena-cam]  Preparing to unpack .../122-libx265-95_2.1-2_armhf.deb ...
[balena-cam]  Unpacking libx265-95:armhf (2.1-2) ...
[balena-cam]  Selecting previously unselected package libxvidcore4:armhf.
[balena-cam]  Preparing to unpack .../123-libxvidcore4_2%3a1.3.4-1_armhf.deb ...
[balena-cam]  Unpacking libxvidcore4:armhf (2:1.3.4-1) ...
[balena-cam]  Selecting previously unselected package libzvbi-common.
[balena-cam]  Preparing to unpack .../124-libzvbi-common_0.2.35-13_all.deb ...
[balena-cam]  Unpacking libzvbi-common (0.2.35-13) ...
[balena-cam]  Selecting previously unselected package libzvbi0:armhf.
[balena-cam]  Preparing to unpack .../125-libzvbi0_0.2.35-13_armhf.deb ...
[balena-cam]  Unpacking libzvbi0:armhf (0.2.35-13) ...
[balena-cam]  Selecting previously unselected package libavcodec57:armhf.
[balena-cam]  Preparing to unpack .../126-libavcodec57_7%3a3.2.16-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libavcodec57:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libavutil-dev:armhf.
[balena-cam]  Preparing to unpack .../127-libavutil-dev_7%3a3.2.16-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libavutil-dev:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libswresample-dev:armhf.
[balena-cam]  Preparing to unpack .../128-libswresample-dev_7%3a3.2.16-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libswresample-dev:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libavcodec-dev:armhf.
[balena-cam]  Preparing to unpack .../129-libavcodec-dev_7%3a3.2.16-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libavcodec-dev:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libbluray1:armhf.
[balena-cam]  Preparing to unpack .../130-libbluray1_1%3a0.9.3-4_armhf.deb ...
[balena-cam]  Unpacking libbluray1:armhf (1:0.9.3-4) ...
[balena-cam]  Selecting previously unselected package libchromaprint1:armhf.
[balena-cam]  Preparing to unpack .../131-libchromaprint1_1.4.2-1_armhf.deb ...
[balena-cam]  Unpacking libchromaprint1:armhf (1.4.2-1) ...
[balena-cam]  Selecting previously unselected package libgme0:armhf.
[balena-cam]  Preparing to unpack .../132-libgme0_0.6.0-4_armhf.deb ...
[balena-cam]  Unpacking libgme0:armhf (0.6.0-4) ...
[balena-cam]  Selecting previously unselected package libmpg123-0:armhf.
[balena-cam]  Preparing to unpack .../133-libmpg123-0_1.23.8-1_armhf.deb ...
[balena-cam]  Unpacking libmpg123-0:armhf (1.23.8-1) ...
[balena-cam]  Selecting previously unselected package libvorbisfile3:armhf.
[balena-cam]  Preparing to unpack .../134-libvorbisfile3_1.3.5-4+deb9u3_armhf.deb ...
[balena-cam]  Unpacking libvorbisfile3:armhf (1.3.5-4+deb9u3) ...
[balena-cam]  Selecting previously unselected package libopenmpt0:armhf.
[balena-cam]  Preparing to unpack .../135-libopenmpt0_0.2.7386~beta20.3-3+deb9u4_armhf.deb ...
[balena-cam]  Unpacking libopenmpt0:armhf (0.2.7386~beta20.3-3+deb9u4) ...
[balena-cam]  Selecting previously unselected package libssh-gcrypt-4:armhf.
[balena-cam]  Preparing to unpack .../136-libssh-gcrypt-4_0.7.3-2+deb9u3_armhf.deb ...
[balena-cam]  Unpacking libssh-gcrypt-4:armhf (0.7.3-2+deb9u3) ...
[balena-cam]  Selecting previously unselected package libavformat57:armhf.
[balena-cam]  Preparing to unpack .../137-libavformat57_7%3a3.2.16-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libavformat57:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libavresample3:armhf.
[balena-cam]  Preparing to unpack .../138-libavresample3_7%3a3.2.16-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libavresample3:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libbs2b0:armhf.
[balena-cam]  Preparing to unpack .../139-libbs2b0_3.1.0+dfsg-2.2_armhf.deb ...
[balena-cam]  Unpacking libbs2b0:armhf (3.1.0+dfsg-2.2) ...
[balena-cam]  Selecting previously unselected package libebur128-1:armhf.
[balena-cam]  Preparing to unpack .../140-libebur128-1_1.2.2-2_armhf.deb ...
[balena-cam]  Unpacking libebur128-1:armhf (1.2.2-2) ...
[balena-cam]  Selecting previously unselected package libflite1:armhf.
[balena-cam]  Preparing to unpack .../141-libflite1_2.0.0-release-3_armhf.deb ...
[balena-cam]  Unpacking libflite1:armhf (2.0.0-release-3) ...
[balena-cam]  Selecting previously unselected package libopencv-core2.4v5:armhf.
[balena-cam]  Preparing to unpack .../142-libopencv-core2.4v5_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-core2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-imgproc2.4v5:armhf.
[balena-cam]  Preparing to unpack .../143-libopencv-imgproc2.4v5_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-imgproc2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libpostproc54:armhf.
[balena-cam]  Preparing to unpack .../144-libpostproc54_7%3a3.2.16-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libpostproc54:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libfftw3-double3:armhf.
[balena-cam]  Preparing to unpack .../145-libfftw3-double3_3.3.5-3_armhf.deb ...
[balena-cam]  Unpacking libfftw3-double3:armhf (3.3.5-3) ...
[balena-cam]  Selecting previously unselected package libsamplerate0:armhf.
[balena-cam]  Preparing to unpack .../146-libsamplerate0_0.1.8-8+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libsamplerate0:armhf (0.1.8-8+deb9u1) ...
[balena-cam]  Selecting previously unselected package librubberband2:armhf.
[balena-cam]  Preparing to unpack .../147-librubberband2_1.8.1-7_armhf.deb ...
[balena-cam]  Unpacking librubberband2:armhf (1.8.1-7) ...
[balena-cam]  Selecting previously unselected package libswscale4:armhf.
[balena-cam]  Preparing to unpack .../148-libswscale4_7%3a3.2.16-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libswscale4:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libpgm-5.2-0:armhf.
[balena-cam]  Preparing to unpack .../149-libpgm-5.2-0_5.2.122~dfsg-2_armhf.deb ...
[balena-cam]  Unpacking libpgm-5.2-0:armhf (5.2.122~dfsg-2) ...
[balena-cam]  Selecting previously unselected package libsodium18:armhf.
[balena-cam]  Preparing to unpack .../150-libsodium18_1.0.11-2_armhf.deb ...
[balena-cam]  Unpacking libsodium18:armhf (1.0.11-2) ...
[balena-cam]  Selecting previously unselected package libzmq5:armhf.
[balena-cam]  Preparing to unpack .../151-libzmq5_4.2.1-4+deb9u4_armhf.deb ...
[balena-cam]  Unpacking libzmq5:armhf (4.2.1-4+deb9u4) ...
[balena-cam]  Selecting previously unselected package libavfilter6:armhf.
[balena-cam]  Preparing to unpack .../152-libavfilter6_7%3a3.2.16-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libavfilter6:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libcaca0:armhf.
[balena-cam]  Preparing to unpack .../153-libcaca0_0.99.beta19-2.1~deb9u2_armhf.deb ...
[balena-cam]  Unpacking libcaca0:armhf (0.99.beta19-2.1~deb9u2) ...
[balena-cam]  Selecting previously unselected package libcdio13:armhf.
[balena-cam]  Preparing to unpack .../154-libcdio13_0.83-4.3_armhf.deb ...
[balena-cam]  Unpacking libcdio13:armhf (0.83-4.3) ...
[balena-cam]  Selecting previously unselected package libcdio-cdda1:armhf.
[balena-cam]  Preparing to unpack .../155-libcdio-cdda1_0.83-4.3_armhf.deb ...
[balena-cam]  Unpacking libcdio-cdda1:armhf (0.83-4.3) ...
[balena-cam]  Selecting previously unselected package libcdio-paranoia1:armhf.
[balena-cam]  Preparing to unpack .../156-libcdio-paranoia1_0.83-4.3_armhf.deb ...
[balena-cam]  Unpacking libcdio-paranoia1:armhf (0.83-4.3) ...
[balena-cam]  Selecting previously unselected package libdc1394-22:armhf.
[balena-cam]  Preparing to unpack .../157-libdc1394-22_2.2.5-1_armhf.deb ...
[balena-cam]  Unpacking libdc1394-22:armhf (2.2.5-1) ...
[balena-cam]  Selecting previously unselected package libglapi-mesa:armhf.
[balena-cam]  Preparing to unpack .../158-libglapi-mesa_13.0.6-1+rpi2_armhf.deb ...
[balena-cam]  Unpacking libglapi-mesa:armhf (13.0.6-1+rpi2) ...
[balena-cam]  Selecting previously unselected package libx11-xcb1:armhf.
[balena-cam]  Preparing to unpack .../159-libx11-xcb1_2%3a1.6.4-3+deb9u4_armhf.deb ...
[balena-cam]  Unpacking libx11-xcb1:armhf (2:1.6.4-3+deb9u4) ...
[balena-cam]  Selecting previously unselected package libxcb-dri2-0:armhf.
[balena-cam]  Preparing to unpack .../160-libxcb-dri2-0_1.12-1_armhf.deb ...
[balena-cam]  Unpacking libxcb-dri2-0:armhf (1.12-1) ...
[balena-cam]  Selecting previously unselected package libxcb-dri3-0:armhf.
[balena-cam]  Preparing to unpack .../161-libxcb-dri3-0_1.12-1_armhf.deb ...
[balena-cam]  Unpacking libxcb-dri3-0:armhf (1.12-1) ...
[balena-cam]  Selecting previously unselected package libxcb-glx0:armhf.
[balena-cam]  Preparing to unpack .../162-libxcb-glx0_1.12-1_armhf.deb ...
[balena-cam]  Unpacking libxcb-glx0:armhf (1.12-1) ...
[balena-cam]  Selecting previously unselected package libxcb-present0:armhf.
[balena-cam]  Preparing to unpack .../163-libxcb-present0_1.12-1_armhf.deb ...
[balena-cam]  Unpacking libxcb-present0:armhf (1.12-1) ...
[balena-cam]  Selecting previously unselected package libxcb-sync1:armhf.
[balena-cam]  Preparing to unpack .../164-libxcb-sync1_1.12-1_armhf.deb ...
[balena-cam]  Unpacking libxcb-sync1:armhf (1.12-1) ...
[balena-cam]  Selecting previously unselected package libxshmfence1:armhf.
[balena-cam]  Preparing to unpack .../165-libxshmfence1_1.2-1_armhf.deb ...
[balena-cam]  Unpacking libxshmfence1:armhf (1.2-1) ...
[balena-cam]  Selecting previously unselected package libgl1-mesa-glx:armhf.
[balena-cam]  Preparing to unpack .../166-libgl1-mesa-glx_13.0.6-1+rpi2_armhf.deb ...
[balena-cam]  Unpacking libgl1-mesa-glx:armhf (13.0.6-1+rpi2) ...
[balena-cam]  Selecting previously unselected package libiec61883-0:armhf.
[balena-cam]  Preparing to unpack .../167-libiec61883-0_1.2.0-2_armhf.deb ...
[balena-cam]  Unpacking libiec61883-0:armhf (1.2.0-2) ...
[balena-cam]  Selecting previously unselected package libjack-jackd2-0:armhf.
[balena-cam]  Preparing to unpack .../168-libjack-jackd2-0_1.9.10+20150825git1ed50c92~dfsg-5_armhf.deb ...
[balena-cam]  Unpacking libjack-jackd2-0:armhf (1.9.10+20150825git1ed50c92~dfsg-5) ...
[balena-cam]  Selecting previously unselected package libopenal-data.
[balena-cam]  Preparing to unpack .../169-libopenal-data_1%3a1.17.2-4_all.deb ...
[balena-cam]  Unpacking libopenal-data (1:1.17.2-4) ...
[balena-cam]  Selecting previously unselected package libsndio6.1:armhf.
[balena-cam]  Preparing to unpack .../170-libsndio6.1_1.1.0-3_armhf.deb ...
[balena-cam]  Unpacking libsndio6.1:armhf (1.1.0-3) ...
[balena-cam]  Selecting previously unselected package libopenal1:armhf.
[balena-cam]  Preparing to unpack .../171-libopenal1_1%3a1.17.2-4_armhf.deb ...
[balena-cam]  Unpacking libopenal1:armhf (1:1.17.2-4) ...
[balena-cam]  Selecting previously unselected package libflac8:armhf.
[balena-cam]  Preparing to unpack .../172-libflac8_1.3.2-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libflac8:armhf (1.3.2-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libsndfile1:armhf.
[balena-cam]  Preparing to unpack .../173-libsndfile1_1.0.27-3+deb9u2_armhf.deb ...
[balena-cam]  Unpacking libsndfile1:armhf (1.0.27-3+deb9u2) ...
[balena-cam]  Selecting previously unselected package libxtst6:armhf.
[balena-cam]  Preparing to unpack .../174-libxtst6_2%3a1.2.3-1_armhf.deb ...
[balena-cam]  Unpacking libxtst6:armhf (2:1.2.3-1) ...
[balena-cam]  Selecting previously unselected package libpulse0:armhf.
[balena-cam]  Preparing to unpack .../175-libpulse0_10.0-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libpulse0:armhf (10.0-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libwayland-client0:armhf.
[balena-cam]  Preparing to unpack .../176-libwayland-client0_1.12.0-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libwayland-client0:armhf (1.12.0-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libwayland-cursor0:armhf.
[balena-cam]  Preparing to unpack .../177-libwayland-cursor0_1.12.0-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libwayland-cursor0:armhf (1.12.0-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libwayland-server0:armhf.
[balena-cam]  Preparing to unpack .../178-libwayland-server0_1.12.0-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libwayland-server0:armhf (1.12.0-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libgbm1:armhf.
[balena-cam]  Preparing to unpack .../179-libgbm1_13.0.6-1+rpi2_armhf.deb ...
[balena-cam]  Unpacking libgbm1:armhf (13.0.6-1+rpi2) ...
[balena-cam]  Selecting previously unselected package libxcb-xfixes0:armhf.
[balena-cam]  Preparing to unpack .../180-libxcb-xfixes0_1.12-1_armhf.deb ...
[balena-cam]  Unpacking libxcb-xfixes0:armhf (1.12-1) ...
[balena-cam]  Selecting previously unselected package libegl1-mesa:armhf.
[balena-cam]  Preparing to unpack .../181-libegl1-mesa_13.0.6-1+rpi2_armhf.deb ...
[balena-cam]  Unpacking libegl1-mesa:armhf (13.0.6-1+rpi2) ...
[balena-cam]  Selecting previously unselected package libwayland-egl1-mesa:armhf.
[balena-cam]  Preparing to unpack .../182-libwayland-egl1-mesa_13.0.6-1+rpi2_armhf.deb ...
[balena-cam]  Unpacking libwayland-egl1-mesa:armhf (13.0.6-1+rpi2) ...
[balena-cam]  Selecting previously unselected package xkb-data.
[balena-cam]  Preparing to unpack .../183-xkb-data_2.19-1+deb9u1_all.deb ...
[balena-cam]  Unpacking xkb-data (2.19-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libxkbcommon0:armhf.
[balena-cam]  Preparing to unpack .../184-libxkbcommon0_0.7.1-2~deb9u1_armhf.deb ...
[balena-cam]  Unpacking libxkbcommon0:armhf (0.7.1-2~deb9u1) ...
[balena-cam]  Selecting previously unselected package libsdl2-2.0-0:armhf.
[balena-cam]  Preparing to unpack .../185-libsdl2-2.0-0_2.0.5+dfsg1-2+rpt1_armhf.deb ...
[balena-cam]  Unpacking libsdl2-2.0-0:armhf (2.0.5+dfsg1-2+rpt1) ...
[balena-cam]  Selecting previously unselected package libxcb-shape0:armhf.
[balena-cam]  Preparing to unpack .../186-libxcb-shape0_1.12-1_armhf.deb ...
[balena-cam]  Unpacking libxcb-shape0:armhf (1.12-1) ...
[balena-cam]  Selecting previously unselected package libxv1:armhf.
[balena-cam]  Preparing to unpack .../187-libxv1_2%3a1.0.11-1_armhf.deb ...
[balena-cam]  Unpacking libxv1:armhf (2:1.0.11-1) ...
[balena-cam]  Selecting previously unselected package libavdevice57:armhf.
[balena-cam]  Preparing to unpack .../188-libavdevice57_7%3a3.2.16-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libavdevice57:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libavformat-dev:armhf.
[balena-cam]  Preparing to unpack .../189-libavformat-dev_7%3a3.2.16-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libavformat-dev:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libavresample-dev:armhf.
[balena-cam]  Preparing to unpack .../190-libavresample-dev_7%3a3.2.16-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libavresample-dev:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libpostproc-dev:armhf.
[balena-cam]  Preparing to unpack .../191-libpostproc-dev_7%3a3.2.16-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libpostproc-dev:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libswscale-dev:armhf.
[balena-cam]  Preparing to unpack .../192-libswscale-dev_7%3a3.2.16-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libswscale-dev:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libavfilter-dev:armhf.
[balena-cam]  Preparing to unpack .../193-libavfilter-dev_7%3a3.2.16-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libavfilter-dev:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libavdevice-dev:armhf.
[balena-cam]  Preparing to unpack .../194-libavdevice-dev_7%3a3.2.16-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libavdevice-dev:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libcairo-script-interpreter2:armhf.
[balena-cam]  Preparing to unpack .../195-libcairo-script-interpreter2_1.14.8-1+rpi1_armhf.deb ...
[balena-cam]  Unpacking libcairo-script-interpreter2:armhf (1.14.8-1+rpi1) ...
[balena-cam]  Selecting previously unselected package libexpat1-dev:armhf.
[balena-cam]  Preparing to unpack .../196-libexpat1-dev_2.2.0-2+deb9u3_armhf.deb ...
[balena-cam]  Unpacking libexpat1-dev:armhf (2.2.0-2+deb9u3) ...
[balena-cam]  Selecting previously unselected package libpng-dev:armhf.
[balena-cam]  Preparing to unpack .../197-libpng-dev_1.6.28-1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libpng-dev:armhf (1.6.28-1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libfreetype6-dev.
[balena-cam]  Preparing to unpack .../198-libfreetype6-dev_2.6.3-3.2+deb9u2_armhf.deb ...
[balena-cam]  Unpacking libfreetype6-dev (2.6.3-3.2+deb9u2) ...
[balena-cam]  Selecting previously unselected package libfontconfig1-dev:armhf.
[balena-cam]  Preparing to unpack .../199-libfontconfig1-dev_2.11.0-6.7_armhf.deb ...
[balena-cam]  Unpacking libfontconfig1-dev:armhf (2.11.0-6.7) ...
[balena-cam]  Selecting previously unselected package xorg-sgml-doctools.
[balena-cam]  Preparing to unpack .../200-xorg-sgml-doctools_1%3a1.11-1_all.deb ...
[balena-cam]  Unpacking xorg-sgml-doctools (1:1.11-1) ...
[balena-cam]  Selecting previously unselected package x11proto-core-dev.
[balena-cam]  Preparing to unpack .../201-x11proto-core-dev_7.0.31-1_all.deb ...
[balena-cam]  Unpacking x11proto-core-dev (7.0.31-1) ...
[balena-cam]  Selecting previously unselected package libxau-dev:armhf.
[balena-cam]  Preparing to unpack .../202-libxau-dev_1%3a1.0.8-1_armhf.deb ...
[balena-cam]  Unpacking libxau-dev:armhf (1:1.0.8-1) ...
[balena-cam]  Selecting previously unselected package libxdmcp-dev:armhf.
[balena-cam]  Preparing to unpack .../203-libxdmcp-dev_1%3a1.1.2-3_armhf.deb ...
[balena-cam]  Unpacking libxdmcp-dev:armhf (1:1.1.2-3) ...
[balena-cam]  Selecting previously unselected package x11proto-input-dev.
[balena-cam]  Preparing to unpack .../204-x11proto-input-dev_2.3.2-1_all.deb ...
[balena-cam]  Unpacking x11proto-input-dev (2.3.2-1) ...
[balena-cam]  Selecting previously unselected package x11proto-kb-dev.
[balena-cam]  Preparing to unpack .../205-x11proto-kb-dev_1.0.7-1_all.deb ...
[balena-cam]  Unpacking x11proto-kb-dev (1.0.7-1) ...
[balena-cam]  Selecting previously unselected package xtrans-dev.
[balena-cam]  Preparing to unpack .../206-xtrans-dev_1.3.5-1_all.deb ...
[balena-cam]  Unpacking xtrans-dev (1.3.5-1) ...
[balena-cam]  Selecting previously unselected package libpthread-stubs0-dev:armhf.
[balena-cam]  Preparing to unpack .../207-libpthread-stubs0-dev_0.3-4_armhf.deb ...
[balena-cam]  Unpacking libpthread-stubs0-dev:armhf (0.3-4) ...
[balena-cam]  Selecting previously unselected package libxcb1-dev:armhf.
[balena-cam]  Preparing to unpack .../208-libxcb1-dev_1.12-1_armhf.deb ...
[balena-cam]  Unpacking libxcb1-dev:armhf (1.12-1) ...
[balena-cam]  Selecting previously unselected package libx11-dev:armhf.
[balena-cam]  Preparing to unpack .../209-libx11-dev_2%3a1.6.4-3+deb9u4_armhf.deb ...
[balena-cam]  Unpacking libx11-dev:armhf (2:1.6.4-3+deb9u4) ...
[balena-cam]  Selecting previously unselected package x11proto-render-dev.
[balena-cam]  Preparing to unpack .../210-x11proto-render-dev_2%3a0.11.1-2_all.deb ...
[balena-cam]  Unpacking x11proto-render-dev (2:0.11.1-2) ...
[balena-cam]  Selecting previously unselected package libxrender-dev:armhf.
[balena-cam]  Preparing to unpack .../211-libxrender-dev_1%3a0.9.10-1_armhf.deb ...
[balena-cam]  Unpacking libxrender-dev:armhf (1:0.9.10-1) ...
[balena-cam]  Selecting previously unselected package x11proto-xext-dev.
[balena-cam]  Preparing to unpack .../212-x11proto-xext-dev_7.3.0-1_all.deb ...
[balena-cam]  Unpacking x11proto-xext-dev (7.3.0-1) ...
[balena-cam]  Selecting previously unselected package libxext-dev:armhf.
[balena-cam]  Preparing to unpack .../213-libxext-dev_2%3a1.3.3-1_armhf.deb ...
[balena-cam]  Unpacking libxext-dev:armhf (2:1.3.3-1) ...
[balena-cam]  Selecting previously unselected package libice-dev:armhf.
[balena-cam]  Preparing to unpack .../214-libice-dev_2%3a1.0.9-2_armhf.deb ...
[balena-cam]  Unpacking libice-dev:armhf (2:1.0.9-2) ...
[balena-cam]  Selecting previously unselected package libsm-dev:armhf.
[balena-cam]  Preparing to unpack .../215-libsm-dev_2%3a1.2.2-1+b1_armhf.deb ...
[balena-cam]  Unpacking libsm-dev:armhf (2:1.2.2-1+b1) ...
[balena-cam]  Selecting previously unselected package libpixman-1-dev.
[balena-cam]  Preparing to unpack .../216-libpixman-1-dev_0.34.0-1+rpi1_armhf.deb ...
[balena-cam]  Unpacking libpixman-1-dev (0.34.0-1+rpi1) ...
[balena-cam]  Selecting previously unselected package libxcb-render0-dev:armhf.
[balena-cam]  Preparing to unpack .../217-libxcb-render0-dev_1.12-1_armhf.deb ...
[balena-cam]  Unpacking libxcb-render0-dev:armhf (1.12-1) ...
[balena-cam]  Selecting previously unselected package libxcb-shm0-dev:armhf.
[balena-cam]  Preparing to unpack .../218-libxcb-shm0-dev_1.12-1_armhf.deb ...
[balena-cam]  Unpacking libxcb-shm0-dev:armhf (1.12-1) ...
[balena-cam]  Selecting previously unselected package libcairo2-dev.
[balena-cam]  Preparing to unpack .../219-libcairo2-dev_1.14.8-1+rpi1_armhf.deb ...
[balena-cam]  Unpacking libcairo2-dev (1.14.8-1+rpi1) ...
[balena-cam]  Selecting previously unselected package libopencv-core-dev:armhf.
[balena-cam]  Preparing to unpack .../220-libopencv-core-dev_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-core-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-imgproc-dev:armhf.
[balena-cam]  Preparing to unpack .../221-libopencv-imgproc-dev_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-imgproc-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-flann2.4v5:armhf.
[balena-cam]  Preparing to unpack .../222-libopencv-flann2.4v5_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-flann2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-flann-dev:armhf.
[balena-cam]  Preparing to unpack .../223-libopencv-flann-dev_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-flann-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libv4lconvert0:armhf.
[balena-cam]  Preparing to unpack .../224-libv4lconvert0_1.12.3-1_armhf.deb ...
[balena-cam]  Unpacking libv4lconvert0:armhf (1.12.3-1) ...
[balena-cam]  Selecting previously unselected package libv4l-0:armhf.
[balena-cam]  Preparing to unpack .../225-libv4l-0_1.12.3-1_armhf.deb ...
[balena-cam]  Unpacking libv4l-0:armhf (1.12.3-1) ...
[balena-cam]  Selecting previously unselected package libopencv-highgui2.4-deb0:armhf.
[balena-cam]  Preparing to unpack .../226-libopencv-highgui2.4-deb0_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-highgui2.4-deb0:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-features2d2.4v5:armhf.
[balena-cam]  Preparing to unpack .../227-libopencv-features2d2.4v5_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-features2d2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-features2d-dev:armhf.
[balena-cam]  Preparing to unpack .../228-libopencv-features2d-dev_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-features2d-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-calib3d2.4v5:armhf.
[balena-cam]  Preparing to unpack .../229-libopencv-calib3d2.4v5_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-calib3d2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-calib3d-dev:armhf.
[balena-cam]  Preparing to unpack .../230-libopencv-calib3d-dev_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-calib3d-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libgdk-pixbuf2.0-dev.
[balena-cam]  Preparing to unpack .../231-libgdk-pixbuf2.0-dev_2.36.5-2+deb9u2_armhf.deb ...
[balena-cam]  Unpacking libgdk-pixbuf2.0-dev (2.36.5-2+deb9u2) ...
[balena-cam]  Selecting previously unselected package libharfbuzz-icu0:armhf.
[balena-cam]  Preparing to unpack .../232-libharfbuzz-icu0_1.4.2-1_armhf.deb ...
[balena-cam]  Unpacking libharfbuzz-icu0:armhf (1.4.2-1) ...
[balena-cam]  Selecting previously unselected package libharfbuzz-gobject0:armhf.
[balena-cam]  Preparing to unpack .../233-libharfbuzz-gobject0_1.4.2-1_armhf.deb ...
[balena-cam]  Unpacking libharfbuzz-gobject0:armhf (1.4.2-1) ...
[balena-cam]  Selecting previously unselected package libgraphite2-dev.
[balena-cam]  Preparing to unpack .../234-libgraphite2-dev_1.3.10-1_armhf.deb ...
[balena-cam]  Unpacking libgraphite2-dev (1.3.10-1) ...
[balena-cam]  Selecting previously unselected package libstdc++-6-dev:armhf.
[balena-cam]  Preparing to unpack .../235-libstdc++-6-dev_6.3.0-18+rpi1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libstdc++-6-dev:armhf (6.3.0-18+rpi1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libicu-dev.
[balena-cam]  Preparing to unpack .../236-libicu-dev_57.1-6+deb9u5_armhf.deb ...
[balena-cam]  Unpacking libicu-dev (57.1-6+deb9u5) ...
[balena-cam]  Selecting previously unselected package libharfbuzz-dev:armhf.
[balena-cam]  Preparing to unpack .../237-libharfbuzz-dev_1.4.2-1_armhf.deb ...
[balena-cam]  Unpacking libharfbuzz-dev:armhf (1.4.2-1) ...
[balena-cam]  Selecting previously unselected package libxft-dev.
[balena-cam]  Preparing to unpack .../238-libxft-dev_2.3.2-1_armhf.deb ...
[balena-cam]  Unpacking libxft-dev (2.3.2-1) ...
[balena-cam]  Selecting previously unselected package libpango1.0-dev.
[balena-cam]  Preparing to unpack .../239-libpango1.0-dev_1.40.5-1_armhf.deb ...
[balena-cam]  Unpacking libpango1.0-dev (1.40.5-1) ...
[balena-cam]  Selecting previously unselected package x11proto-xinerama-dev.
[balena-cam]  Preparing to unpack .../240-x11proto-xinerama-dev_1.2.1-2_all.deb ...
[balena-cam]  Unpacking x11proto-xinerama-dev (1.2.1-2) ...
[balena-cam]  Selecting previously unselected package libxinerama-dev:armhf.
[balena-cam]  Preparing to unpack .../241-libxinerama-dev_2%3a1.1.3-1+b1_armhf.deb ...
[balena-cam]  Unpacking libxinerama-dev:armhf (2:1.1.3-1+b1) ...
[balena-cam]  Selecting previously unselected package x11proto-fixes-dev.
[balena-cam]  Preparing to unpack .../242-x11proto-fixes-dev_1%3a5.0-2_all.deb ...
[balena-cam]  Unpacking x11proto-fixes-dev (1:5.0-2) ...
[balena-cam]  Selecting previously unselected package libxfixes-dev:armhf.
[balena-cam]  Preparing to unpack .../243-libxfixes-dev_1%3a5.0.3-1_armhf.deb ...
[balena-cam]  Unpacking libxfixes-dev:armhf (1:5.0.3-1) ...
[balena-cam]  Selecting previously unselected package libxi-dev:armhf.
[balena-cam]  Preparing to unpack .../244-libxi-dev_2%3a1.7.9-1_armhf.deb ...
[balena-cam]  Unpacking libxi-dev:armhf (2:1.7.9-1) ...
[balena-cam]  Selecting previously unselected package x11proto-randr-dev.
[balena-cam]  Preparing to unpack .../245-x11proto-randr-dev_1.5.0-1_all.deb ...
[balena-cam]  Unpacking x11proto-randr-dev (1.5.0-1) ...
[balena-cam]  Selecting previously unselected package libxrandr-dev:armhf.
[balena-cam]  Preparing to unpack .../246-libxrandr-dev_2%3a1.5.1-1_armhf.deb ...
[balena-cam]  Unpacking libxrandr-dev:armhf (2:1.5.1-1) ...
[balena-cam]  Selecting previously unselected package libxcursor-dev:armhf.
[balena-cam]  Preparing to unpack .../247-libxcursor-dev_1%3a1.1.14-1+deb9u2_armhf.deb ...
[balena-cam]  Unpacking libxcursor-dev:armhf (1:1.1.14-1+deb9u2) ...
[balena-cam]  Selecting previously unselected package x11proto-composite-dev.
[balena-cam]  Preparing to unpack .../248-x11proto-composite-dev_1%3a0.4.2-2_all.deb ...
[balena-cam]  Unpacking x11proto-composite-dev (1:0.4.2-2) ...
[balena-cam]  Selecting previously unselected package libxcomposite-dev:armhf.
[balena-cam]  Preparing to unpack .../249-libxcomposite-dev_1%3a0.4.4-2_armhf.deb ...
[balena-cam]  Unpacking libxcomposite-dev:armhf (1:0.4.4-2) ...
[balena-cam]  Selecting previously unselected package x11proto-damage-dev.
[balena-cam]  Preparing to unpack .../250-x11proto-damage-dev_1%3a1.2.1-2_all.deb ...
[balena-cam]  Unpacking x11proto-damage-dev (1:1.2.1-2) ...
[balena-cam]  Selecting previously unselected package libxdamage-dev:armhf.
[balena-cam]  Preparing to unpack .../251-libxdamage-dev_1%3a1.1.4-2+b1_armhf.deb ...
[balena-cam]  Unpacking libxdamage-dev:armhf (1:1.1.4-2+b1) ...
[balena-cam]  Selecting previously unselected package libxml2-utils.
[balena-cam]  Preparing to unpack .../252-libxml2-utils_2.9.4+dfsg1-2.2+deb9u5_armhf.deb ...
[balena-cam]  Unpacking libxml2-utils (2.9.4+dfsg1-2.2+deb9u5) ...
[balena-cam]  Selecting previously unselected package libgtk2.0-dev.
[balena-cam]  Preparing to unpack .../253-libgtk2.0-dev_2.24.31-2_armhf.deb ...
[balena-cam]  Unpacking libgtk2.0-dev (2.24.31-2) ...
[balena-cam]  Selecting previously unselected package libjpeg62-turbo-dev:armhf.
[balena-cam]  Preparing to unpack .../254-libjpeg62-turbo-dev_1%3a1.5.1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libjpeg62-turbo-dev:armhf (1:1.5.1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libjpeg-dev.
[balena-cam]  Preparing to unpack .../255-libjpeg-dev_1%3a1.5.1-2+deb9u1_all.deb ...
[balena-cam]  Unpacking libjpeg-dev (1:1.5.1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libjbig-dev:armhf.
[balena-cam]  Preparing to unpack .../256-libjbig-dev_2.1-3.1_armhf.deb ...
[balena-cam]  Unpacking libjbig-dev:armhf (2.1-3.1) ...
[balena-cam]  Selecting previously unselected package liblzma-dev:armhf.
[balena-cam]  Preparing to unpack .../257-liblzma-dev_5.2.2-1.2_armhf.deb ...
[balena-cam]  Unpacking liblzma-dev:armhf (5.2.2-1.2) ...
[balena-cam]  Selecting previously unselected package libtiffxx5:armhf.
[balena-cam]  Preparing to unpack .../258-libtiffxx5_4.0.8-2+deb9u7_armhf.deb ...
[balena-cam]  Unpacking libtiffxx5:armhf (4.0.8-2+deb9u7) ...
[balena-cam]  Selecting previously unselected package libtiff5-dev:armhf.
[balena-cam]  Preparing to unpack .../259-libtiff5-dev_4.0.8-2+deb9u7_armhf.deb ...
[balena-cam]  Unpacking libtiff5-dev:armhf (4.0.8-2+deb9u7) ...
[balena-cam]  Selecting previously unselected package libraw1394-dev:armhf.
[balena-cam]  Preparing to unpack .../260-libraw1394-dev_2.1.2-1_armhf.deb ...
[balena-cam]  Unpacking libraw1394-dev:armhf (2.1.2-1) ...
[balena-cam]  Selecting previously unselected package libdc1394-22-dev:armhf.
[balena-cam]  Preparing to unpack .../261-libdc1394-22-dev_2.2.5-1_armhf.deb ...
[balena-cam]  Unpacking libdc1394-22-dev:armhf (2.2.5-1) ...
[balena-cam]  Selecting previously unselected package libopencv-highgui-dev:armhf.
[balena-cam]  Preparing to unpack .../262-libopencv-highgui-dev_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-highgui-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-objdetect2.4v5:armhf.
[balena-cam]  Preparing to unpack .../263-libopencv-objdetect2.4v5_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-objdetect2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-objdetect-dev:armhf.
[balena-cam]  Preparing to unpack .../264-libopencv-objdetect-dev_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-objdetect-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-video2.4v5:armhf.
[balena-cam]  Preparing to unpack .../265-libopencv-video2.4v5_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-video2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-video-dev:armhf.
[balena-cam]  Preparing to unpack .../266-libopencv-video-dev_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-video-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-ml2.4v5:armhf.
[balena-cam]  Preparing to unpack .../267-libopencv-ml2.4v5_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-ml2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-ml-dev:armhf.
[balena-cam]  Preparing to unpack .../268-libopencv-ml-dev_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-ml-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-legacy2.4v5:armhf.
[balena-cam]  Preparing to unpack .../269-libopencv-legacy2.4v5_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-legacy2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-legacy-dev:armhf.
[balena-cam]  Preparing to unpack .../270-libopencv-legacy-dev_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-legacy-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libcv-dev:armhf.
[balena-cam]  Preparing to unpack .../271-libcv-dev_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libcv-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-contrib2.4v5:armhf.
[balena-cam]  Preparing to unpack .../272-libopencv-contrib2.4v5_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-contrib2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-contrib-dev:armhf.
[balena-cam]  Preparing to unpack .../273-libopencv-contrib-dev_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-contrib-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libcvaux-dev:armhf.
[balena-cam]  Preparing to unpack .../274-libcvaux-dev_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libcvaux-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package liborc-0.4-0:armhf.
[balena-cam]  Preparing to unpack .../275-liborc-0.4-0_1%3a0.4.26-2_armhf.deb ...
[balena-cam]  Unpacking liborc-0.4-0:armhf (1:0.4.26-2) ...
[balena-cam]  Selecting previously unselected package libgstreamer-plugins-base1.0-0:armhf.
[balena-cam]  Preparing to unpack .../276-libgstreamer-plugins-base1.0-0_1.10.4-1+deb9u2_armhf.deb ...
[balena-cam]  Unpacking libgstreamer-plugins-base1.0-0:armhf (1.10.4-1+deb9u2) ...
[balena-cam]  Selecting previously unselected package libhighgui-dev:armhf.
[balena-cam]  Preparing to unpack .../277-libhighgui-dev_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libhighgui-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libjasper-dev.
[balena-cam]  Preparing to unpack .../278-libjasper-dev_1.900.1-debian1-2.4+deb8u1_armhf.deb ...
[balena-cam]  Unpacking libjasper-dev (1.900.1-debian1-2.4+deb8u1) ...
[balena-cam]  Selecting previously unselected package libopencv-ts2.4v5:armhf.
[balena-cam]  Preparing to unpack .../279-libopencv-ts2.4v5_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-ts2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-ts-dev:armhf.
[balena-cam]  Preparing to unpack .../280-libopencv-ts-dev_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-ts-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-photo2.4v5:armhf.
[balena-cam]  Preparing to unpack .../281-libopencv-photo2.4v5_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-photo2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-photo-dev:armhf.
[balena-cam]  Preparing to unpack .../282-libopencv-photo-dev_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-photo-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-gpu2.4v5:armhf.
[balena-cam]  Preparing to unpack .../283-libopencv-gpu2.4v5_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-gpu2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-gpu-dev:armhf.
[balena-cam]  Preparing to unpack .../284-libopencv-gpu-dev_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-gpu-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-videostab2.4v5:armhf.
[balena-cam]  Preparing to unpack .../285-libopencv-videostab2.4v5_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-videostab2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-videostab-dev:armhf.
[balena-cam]  Preparing to unpack .../286-libopencv-videostab-dev_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-videostab-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-stitching2.4v5:armhf.
[balena-cam]  Preparing to unpack .../287-libopencv-stitching2.4v5_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-stitching2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-stitching-dev:armhf.
[balena-cam]  Preparing to unpack .../288-libopencv-stitching-dev_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-stitching-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-ocl2.4v5:armhf.
[balena-cam]  Preparing to unpack .../289-libopencv-ocl2.4v5_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-ocl2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-superres2.4v5:armhf.
[balena-cam]  Preparing to unpack .../290-libopencv-superres2.4v5_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-superres2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-superres-dev:armhf.
[balena-cam]  Preparing to unpack .../291-libopencv-superres-dev_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-superres-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-ocl-dev:armhf.
[balena-cam]  Preparing to unpack .../292-libopencv-ocl-dev_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-ocl-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv2.4-jni.
[balena-cam]  Preparing to unpack .../293-libopencv2.4-jni_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv2.4-jni (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv2.4-java.
[balena-cam]  Preparing to unpack .../294-libopencv2.4-java_2.4.9.1+dfsg1-2+deb9u1_all.deb ...
[balena-cam]  Unpacking libopencv2.4-java (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopencv-dev.
[balena-cam]  Preparing to unpack .../295-libopencv-dev_2.4.9.1+dfsg1-2+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libopencv-dev (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Selecting previously unselected package libopus-dev:armhf.
[balena-cam]  Preparing to unpack .../296-libopus-dev_1.2~alpha2-1_armhf.deb ...
[balena-cam]  Unpacking libopus-dev:armhf (1.2~alpha2-1) ...
[balena-cam]  Selecting previously unselected package libpcap0.8:armhf.
[balena-cam]  Preparing to unpack .../297-libpcap0.8_1.8.1-3+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libpcap0.8:armhf (1.8.1-3+deb9u1) ...
[balena-cam]  Selecting previously unselected package libpcap0.8-dev.
[balena-cam]  Preparing to unpack .../298-libpcap0.8-dev_1.8.1-3+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libpcap0.8-dev (1.8.1-3+deb9u1) ...
[balena-cam]  Selecting previously unselected package libpython3.5:armhf.
[balena-cam]  Preparing to unpack .../299-libpython3.5_3.5.3-1+deb9u5_armhf.deb ...
[balena-cam]  Unpacking libpython3.5:armhf (3.5.3-1+deb9u5) ...
[balena-cam]  Selecting previously unselected package libpython3.5-dev:armhf.
[balena-cam]  Preparing to unpack .../300-libpython3.5-dev_3.5.3-1+deb9u5_armhf.deb ...
[balena-cam]  Unpacking libpython3.5-dev:armhf (3.5.3-1+deb9u5) ...
[balena-cam]  Selecting previously unselected package libpython3-dev:armhf.
[balena-cam]  Preparing to unpack .../301-libpython3-dev_3.5.3-1_armhf.deb ...
[balena-cam]  Unpacking libpython3-dev:armhf (3.5.3-1) ...
[balena-cam]  Selecting previously unselected package qtcore4-l10n.
[balena-cam]  Preparing to unpack .../302-qtcore4-l10n_4%3a4.8.7+dfsg-11+rpi1+deb9u1_all.deb ...
[balena-cam]  Unpacking qtcore4-l10n (4:4.8.7+dfsg-11+rpi1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libqtcore4:armhf.
[balena-cam]  Preparing to unpack .../303-libqtcore4_4%3a4.8.7+dfsg-11+rpi1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libqtcore4:armhf (4:4.8.7+dfsg-11+rpi1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libqt4-test:armhf.
[balena-cam]  Preparing to unpack .../304-libqt4-test_4%3a4.8.7+dfsg-11+rpi1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libqt4-test:armhf (4:4.8.7+dfsg-11+rpi1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libdouble-conversion1:armhf.
[balena-cam]  Preparing to unpack .../305-libdouble-conversion1_2.0.1-4_armhf.deb ...
[balena-cam]  Unpacking libdouble-conversion1:armhf (2.0.1-4) ...
[balena-cam]  Selecting previously unselected package libqt5core5a:armhf.
[balena-cam]  Preparing to unpack .../306-libqt5core5a_5.7.1+dfsg-3+rpi1+deb9u3_armhf.deb ...
[balena-cam]  Unpacking libqt5core5a:armhf (5.7.1+dfsg-3+rpi1+deb9u3) ...
[balena-cam]  Selecting previously unselected package libqt5glib-2.0-0:armhf.
[balena-cam]  Preparing to unpack .../307-libqt5glib-2.0-0_1.2.0-4_armhf.deb ...
[balena-cam]  Unpacking libqt5glib-2.0-0:armhf (1.2.0-4) ...
[balena-cam]  Selecting previously unselected package libqt5gstreamer-1.0-0:armhf.
[balena-cam]  Preparing to unpack .../308-libqt5gstreamer-1.0-0_1.2.0-4_armhf.deb ...
[balena-cam]  Unpacking libqt5gstreamer-1.0-0:armhf (1.2.0-4) ...
[balena-cam]  Selecting previously unselected package libqtglib-2.0-0:armhf.
[balena-cam]  Preparing to unpack .../309-libqtglib-2.0-0_1.2.0-4_armhf.deb ...
[balena-cam]  Unpacking libqtglib-2.0-0:armhf (1.2.0-4) ...
[balena-cam]  Selecting previously unselected package libqtgstreamer-1.0-0:armhf.
[balena-cam]  Preparing to unpack .../310-libqtgstreamer-1.0-0_1.2.0-4_armhf.deb ...
[balena-cam]  Unpacking libqtgstreamer-1.0-0:armhf (1.2.0-4) ...
[balena-cam]  Selecting previously unselected package libqtgui4:armhf.
[balena-cam]  Preparing to unpack .../311-libqtgui4_4%3a4.8.7+dfsg-11+rpi1+deb9u1_armhf.deb ...
[balena-cam]  Unpacking libqtgui4:armhf (4:4.8.7+dfsg-11+rpi1+deb9u1) ...
[balena-cam]  Selecting previously unselected package libsrtp2-1:armhf.
[balena-cam]  Preparing to unpack .../312-libsrtp2-1_2.0.0+20170123-1_armhf.deb ...
[balena-cam]  Unpacking libsrtp2-1:armhf (2.0.0+20170123-1) ...
[balena-cam]  Selecting previously unselected package libsrtp2-dev.
[balena-cam]  Preparing to unpack .../313-libsrtp2-dev_2.0.0+20170123-1_armhf.deb ...
[balena-cam]  Unpacking libsrtp2-dev (2.0.0+20170123-1) ...
[balena-cam]  Selecting previously unselected package libv4l2rds0:armhf.
[balena-cam]  Preparing to unpack .../314-libv4l2rds0_1.12.3-1_armhf.deb ...
[balena-cam]  Unpacking libv4l2rds0:armhf (1.12.3-1) ...
[balena-cam]  Selecting previously unselected package libvpx-dev:armhf.
[balena-cam]  Preparing to unpack .../315-libvpx-dev_1.6.1-3+deb9u3_armhf.deb ...
[balena-cam]  Unpacking libvpx-dev:armhf (1.6.1-3+deb9u3) ...
[balena-cam]  Selecting previously unselected package python-pip-whl.
[balena-cam]  Preparing to unpack .../316-python-pip-whl_9.0.1-2+rpt2_all.deb ...
[balena-cam]  Unpacking python-pip-whl (9.0.1-2+rpt2) ...
[balena-cam]  Selecting previously unselected package python3.5-dev.
[balena-cam]  Preparing to unpack .../317-python3.5-dev_3.5.3-1+deb9u5_armhf.deb ...
[balena-cam]  Unpacking python3.5-dev (3.5.3-1+deb9u5) ...
[balena-cam]  Selecting previously unselected package python3-dev.
[balena-cam]  Preparing to unpack .../318-python3-dev_3.5.3-1_armhf.deb ...
[balena-cam]  Unpacking python3-dev (3.5.3-1) ...
[balena-cam]  Selecting previously unselected package python3-pip.
[balena-cam]  Preparing to unpack .../319-python3-pip_9.0.1-2+rpt2_all.deb ...
[balena-cam]  Unpacking python3-pip (9.0.1-2+rpt2) ...
[balena-cam]  Selecting previously unselected package python3-pkg-resources.
[balena-cam]  Preparing to unpack .../320-python3-pkg-resources_33.1.1-1_all.deb ...
[balena-cam]  Unpacking python3-pkg-resources (33.1.1-1) ...
[balena-cam]  Selecting previously unselected package python3-setuptools.
[balena-cam]  Preparing to unpack .../321-python3-setuptools_33.1.1-1_all.deb ...
[balena-cam]  Unpacking python3-setuptools (33.1.1-1) ...
[balena-cam]  Selecting previously unselected package v4l-utils.
[balena-cam]  Preparing to unpack .../322-v4l-utils_1.12.3-1_armhf.deb ...
[balena-cam]  Unpacking v4l-utils (1.12.3-1) ...
[balena-cam]  Setting up libgomp1:armhf (6.3.0-18+rpi1+deb9u1) ...
[balena-cam]  Setting up libpgm-5.2-0:armhf (5.2.122~dfsg-2) ...
[balena-cam]  Setting up libatomic1:armhf (6.3.0-18+rpi1+deb9u1) ...
[balena-cam]  Setting up python-pip-whl (9.0.1-2+rpt2) ...
[balena-cam]  Setting up libx265-95:armhf (2.1-2) ...
[balena-cam]  Setting up libcc1-0:armhf (6.3.0-18+rpi1+deb9u1) ...
[balena-cam]  Setting up libtwolame0:armhf (0.3.13-2) ...
[balena-cam]  Setting up libraw1394-11:armhf (2.1.2-1) ...
[balena-cam]  Setting up libasan3:armhf (6.3.0-18+rpi1+deb9u1) ...
[balena-cam]  Setting up libgtk2.0-common (2.24.31-2) ...
[balena-cam]  Setting up libv4l2rds0:armhf (1.12.3-1) ...
[balena-cam]  Setting up libopenjp2-7:armhf (2.1.2-1.1+deb9u6) ...
[balena-cam]  Setting up libasyncns0:armhf (0.8-6) ...
[balena-cam]  Setting up libcdio13:armhf (0.83-4.3) ...
[balena-cam]  Setting up libx264-148:armhf (2:0.148.2748+git97eaef2-1+rpi1) ...
[balena-cam]  Setting up libjpeg62-turbo:armhf (1:1.5.1-2+deb9u1) ...
[balena-cam]  Setting up libdouble-conversion1:armhf (2.0.1-4) ...
[balena-cam]  Setting up mime-support (3.60) ...
[balena-cam]  Setting up iso-codes (3.75-1) ...
[balena-cam]  Setting up libebur128-1:armhf (1.2.2-2) ...
[balena-cam]  Setting up libjasper1:armhf (1.900.1-debian1-2.4+deb8u1) ...
[balena-cam]  Setting up libwavpack1:armhf (5.0.0-2+deb9u3) ...
[balena-cam]  Setting up liblcms2-2:armhf (2.8-4+deb9u1) ...
[balena-cam]  Setting up libjbig0:armhf (2.1-3.1) ...
[balena-cam]  Setting up libpthread-stubs0-dev:armhf (0.3-4) ...
[balena-cam]  Setting up fonts-dejavu-core (2.37-1) ...
[balena-cam]  Setting up libcap2-bin (1:2.25-1) ...
[balena-cam]  Setting up libblas-common (3.7.0-2) ...
[balena-cam]  Setting up libv4lconvert0:armhf (1.12.3-1) ...
[balena-cam]  Setting up libubsan0:armhf (6.3.0-18+rpi1+deb9u1) ...
[balena-cam]  Setting up qtcore4-l10n (4:4.8.7+dfsg-11+rpi1+deb9u1) ...
[balena-cam]  Setting up libgfortran3:armhf (6.3.0-18+rpi1+deb9u1) ...
[balena-cam]  Setting up libcdio-cdda1:armhf (0.83-4.3) ...
[balena-cam]  Setting up libsoxr0:armhf (0.1.2-2) ...
[balena-cam]  Setting up libglib2.0-0:armhf (2.50.3-2+deb9u2) ...
[balena-cam]  No schema files found: doing nothing.
[balena-cam]  Setting up libssh-gcrypt-4:armhf (0.7.3-2+deb9u3) ...
[balena-cam]  Setting up libasound2-data (1.1.3-5+rpt4) ...
[balena-cam]  Setting up libxshmfence1:armhf (1.2-1) ...
[balena-cam]  Setting up xorg-sgml-doctools (1:1.11-1) ...
[balena-cam]  Setting up libwayland-client0:armhf (1.12.0-1+deb9u1) ...
[balena-cam]  Setting up xkb-data (2.19-1+deb9u1) ...
[balena-cam]  Setting up linux-libc-dev:armhf (4.9.82-1+deb9u3+rpi1) ...
[balena-cam]  Setting up libdpkg-perl (1.18.25) ...
[balena-cam]  Setting up libgdk-pixbuf2.0-common (2.36.5-2+deb9u2) ...
[balena-cam]  Setting up libdc1394-22:armhf (2.2.5-1) ...
[balena-cam]  Setting up libdatrie1:armhf (0.2.10-4) ...
[balena-cam]  Setting up libtiff5:armhf (4.0.8-2+deb9u7) ...
[balena-cam]  Setting up libshine3:armhf (3.1.0-5) ...
[balena-cam]  Setting up libopencv-core2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libiec61883-0:armhf (1.2.0-2) ...
[balena-cam]  Setting up x11proto-kb-dev (1.0.7-1) ...
[balena-cam]  Setting up libglapi-mesa:armhf (13.0.6-1+rpi2) ...
[balena-cam]  Setting up libspeex1:armhf (1.2~rc1.2-1) ...
[balena-cam]  Setting up libfftw3-double3:armhf (3.3.5-3) ...
[balena-cam]  Setting up libxvidcore4:armhf (2:1.3.4-1) ...
[balena-cam]  Setting up libicu57:armhf (57.1-6+deb9u5) ...
[balena-cam]  Setting up libbsd0:armhf (0.8.3-1+deb9u1) ...
[balena-cam]  Setting up ucf (3.0036) ...
[balena-cam]  Setting up libgirepository-1.0-1:armhf (1.50.0-1) ...
[balena-cam]  Setting up libvpx4:armhf (1.6.1-3+deb9u3) ...
[balena-cam]  Setting up libxml2:armhf (2.9.4+dfsg1-2.2+deb9u5) ...
[balena-cam]  Setting up libopus0:armhf (1.2~alpha2-1) ...
[balena-cam]  Setting up libfreetype6:armhf (2.6.3-3.2+deb9u2) ...
[balena-cam]  Setting up libva1:armhf (1.7.3-2) ...
[balena-cam]  Setting up libasound2:armhf (1.1.3-5+rpt4) ...
[balena-cam]  Setting up libopenal-data (1:1.17.2-4) ...
[balena-cam]  Setting up libgraphite2-3:armhf (1.3.10-1) ...
[balena-cam]  Setting up libjbig-dev:armhf (2.1-3.1) ...
[balena-cam]  Setting up libbs2b0:armhf (3.1.0+dfsg-2.2) ...
[balena-cam]  Setting up libcroco3:armhf (0.6.11-3) ...
[balena-cam]  Setting up libogg0:armhf (1.3.2-1) ...
[balena-cam]  Setting up libilmbase12:armhf (2.2.0-12) ...
[balena-cam]  Setting up libatk1.0-data (2.22.0-1) ...
[balena-cam]  Setting up pkg-config (0.29-4) ...
[balena-cam]  Setting up libvpx-dev:armhf (1.6.1-3+deb9u3) ...
[balena-cam]  Setting up libisl15:armhf (0.18-1) ...
[balena-cam]  Setting up libx11-xcb1:armhf (2:1.6.4-3+deb9u4) ...
[balena-cam]  Setting up libpixman-1-0:armhf (0.34.0-1+rpi1) ...
[balena-cam]  Setting up xtrans-dev (1.3.5-1) ...
[balena-cam]  Setting up libmp3lame0:armhf (3.99.5+repack1-9) ...
[balena-cam]  Setting up libblas3 (3.7.0-2) ...
[balena-cam]  update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode
[balena-cam]  Setting up gir1.2-glib-2.0:armhf (1.50.0-1) ...
[balena-cam]  Setting up libglib2.0-data (2.50.3-2+deb9u2) ...
[balena-cam]  Processing triggers for libc-bin (2.24-11+deb9u4) ...
[balena-cam]  Setting up libqtcore4:armhf (4:4.8.7+dfsg-11+rpi1+deb9u1) ...
[balena-cam]  Setting up x11proto-xinerama-dev (1.2.1-2) ...
[balena-cam]  Setting up libpixman-1-dev (0.34.0-1+rpi1) ...
[balena-cam]  Setting up libatk1.0-0:armhf (2.22.0-1) ...
[balena-cam]  Setting up x11proto-randr-dev (1.5.0-1) ...
[balena-cam]  Setting up libsnappy1v5:armhf (1.1.3-3) ...
[balena-cam]  Processing triggers for systemd (232-25+deb9u11) ...
[balena-cam]  Setting up libavc1394-0:armhf (0.5.4-4) ...
[balena-cam]  Setting up libtiffxx5:armhf (4.0.8-2+deb9u7) ...
[balena-cam]  Setting up libzvbi-common (0.2.35-13) ...
[balena-cam]  Setting up libfribidi0:armhf (0.19.7-1+deb9u1) ...
[balena-cam]  Setting up libmpfr4:armhf (3.1.5-1) ...
[balena-cam]  Setting up libopus-dev:armhf (1.2~alpha2-1) ...
[balena-cam]  Setting up shared-mime-info (1.8-1+deb9u1) ...
[balena-cam]  Setting up libxkbcommon0:armhf (0.7.1-2~deb9u1) ...
[balena-cam]  Setting up libpcrecpp0v5:armhf (2:8.39-3) ...
[balena-cam]  Setting up libpcre32-3:armhf (2:8.39-3) ...
[balena-cam]  Setting up libmpc3:armhf (1.0.3-1) ...
[balena-cam]  Setting up binutils (2.28-5) ...
[balena-cam]  Setting up cpp-6 (6.3.0-18+rpi1+deb9u1) ...
[balena-cam]  Setting up libcdio-paranoia1:armhf (0.83-4.3) ...
[balena-cam]  Setting up libva-drm1:armhf (1.7.3-2) ...
[balena-cam]  Setting up icu-devtools (57.1-6+deb9u5) ...
[balena-cam]  Setting up libc-dev-bin (2.24-11+deb9u4) ...
[balena-cam]  Setting up liborc-0.4-0:armhf (1:0.4.26-2) ...
[balena-cam]  Setting up libpcre16-3:armhf (2:8.39-3) ...
[balena-cam]  Setting up libgme0:armhf (0.6.0-4) ...
[balena-cam]  Setting up libthai-data (0.1.26-1) ...
[balena-cam]  Setting up liblzma-dev:armhf (5.2.2-1.2) ...
[balena-cam]  Setting up libsodium18:armhf (1.0.11-2) ...
[balena-cam]  Setting up libxdmcp6:armhf (1:1.1.2-3) ...
[balena-cam]  Setting up libzvbi0:armhf (0.2.35-13) ...
[balena-cam]  Setting up libopencv-flann2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libsamplerate0:armhf (0.1.8-8+deb9u1) ...
[balena-cam]  Setting up libsndio6.1:armhf (1.1.0-3) ...
[balena-cam]  Setting up libvorbis0a:armhf (1.3.5-4+deb9u3) ...
[balena-cam]  Setting up x11-common (1:7.7+19) ...
[balena-cam]  update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
[balena-cam]  invoke-rc.d: could not determine current runlevel
[balena-cam]  invoke-rc.d: policy-rc.d denied execution of start.
[balena-cam]  Setting up libqt4-test:armhf (4:4.8.7+dfsg-11+rpi1+deb9u1) ...
[balena-cam]  Setting up libmpg123-0:armhf (1.23.8-1) ...
[balena-cam]  Setting up hicolor-icon-theme (0.15-1) ...
[balena-cam]  Setting up libglib2.0-bin (2.50.3-2+deb9u2) ...
[balena-cam]  Setting up libc6-dev:armhf (2.24-11+deb9u4) ...
[balena-cam]  Setting up libslang2:armhf (2.3.1-5) ...
[balena-cam]  Setting up libgraphite2-dev (1.3.10-1) ...
[balena-cam]  Setting up libwayland-cursor0:armhf (1.12.0-1+deb9u1) ...
[balena-cam]  Setting up libopencv-imgproc2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libgsm1:armhf (1.0.13-4) ...
[balena-cam]  Setting up libx11-data (2:1.6.4-3+deb9u4) ...
[balena-cam]  Setting up libxau6:armhf (1:1.0.8-1) ...
[balena-cam]  Setting up libmpdec2:armhf (2.4.2-1) ...
[balena-cam]  Setting up liblzo2-2:armhf (2.08-1.2) ...
[balena-cam]  Setting up libwrap0:armhf (7.6.q-26) ...
[balena-cam]  Setting up libavahi-common-data:armhf (0.6.32-2) ...
[balena-cam]  Setting up libpcap0.8:armhf (1.8.1-3+deb9u1) ...
[balena-cam]  Setting up libwayland-server0:armhf (1.12.0-1+deb9u1) ...
[balena-cam]  Setting up libwebp6:armhf (0.5.2-1+deb9u1) ...
[balena-cam]  Setting up zlib1g-dev:armhf (1:1.2.8.dfsg-5) ...
[balena-cam]  Setting up libjpeg8:armhf (8d1-2) ...
[balena-cam]  Setting up libvorbisfile3:armhf (1.3.5-4+deb9u3) ...
[balena-cam]  Setting up libqt5core5a:armhf (5.7.1+dfsg-3+rpi1+deb9u3) ...
[balena-cam]  Setting up cpp (4:6.3.0-4) ...
[balena-cam]  Setting up libraw1394-dev:armhf (2.1.2-1) ...
[balena-cam]  Setting up libqt5glib-2.0-0:armhf (1.2.0-4) ...
[balena-cam]  Setting up libatlas3-base (3.10.3-1+rpi1) ...
[balena-cam]  update-alternatives: using /usr/lib/atlas-base/atlas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode
[balena-cam]  update-alternatives: using /usr/lib/atlas-base/atlas/liblapack.so.3 to provide /usr/lib/liblapack.so.3 (liblapack.so.3) in auto mode
[balena-cam]  Setting up libpcre3-dev:armhf (2:8.39-3) ...
[balena-cam]  Setting up gir1.2-atk-1.0:armhf (2.22.0-1) ...
[balena-cam]  Setting up fontconfig-config (2.11.0-6.7) ...
[balena-cam]  Setting up libzmq5:armhf (4.2.1-4+deb9u4) ...
[balena-cam]  Setting up libgcc-6-dev:armhf (6.3.0-18+rpi1+deb9u1) ...
[balena-cam]  Setting up libopencv-ml2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libstdc++-6-dev:armhf (6.3.0-18+rpi1+deb9u1) ...
[balena-cam]  Setting up libgstreamer1.0-0:armhf (1.10.4-1) ...
[balena-cam]  Setcap worked! gst-ptp-helper is not suid!
[balena-cam]  Setting up x11proto-core-dev (7.0.31-1) ...
[balena-cam]  Setting up libmng1:armhf (1.0.10+dfsg-3.1) ...
[balena-cam]  Setting up libjasper-dev (1.900.1-debian1-2.4+deb8u1) ...
[balena-cam]  Setting up libilmbase-dev (2.2.0-12) ...
[balena-cam]  Setting up libv4l-0:armhf (1.12.3-1) ...
[balena-cam]  Setting up libopenmpt0:armhf (0.2.7386~beta20.3-3+deb9u4) ...
[balena-cam]  Setting up libqtglib-2.0-0:armhf (1.2.0-4) ...
[balena-cam]  Setting up libflite1:armhf (2.0.0-release-3) ...
[balena-cam]  Setting up libpython3.5-stdlib:armhf (3.5.3-1+deb9u5) ...
[balena-cam]  Setting up libdc1394-22-dev:armhf (2.2.5-1) ...
[balena-cam]  Setting up libgbm1:armhf (13.0.6-1+rpi2) ...
[balena-cam]  Setting up libgfortran-6-dev:armhf (6.3.0-18+rpi1+deb9u1) ...
[balena-cam]  Setting up v4l-utils (1.12.3-1) ...
[balena-cam]  Setting up libflac8:armhf (1.3.2-2+deb9u1) ...
[balena-cam]  Setting up libxml2-utils (2.9.4+dfsg1-2.2+deb9u5) ...
[balena-cam]  Setting up libwebpmux2:armhf (0.5.2-1+deb9u1) ...
[balena-cam]  Setting up libpcap0.8-dev (1.8.1-3+deb9u1) ...
[balena-cam]  Setting up libharfbuzz0b:armhf (1.4.2-1) ...
[balena-cam]  Setting up libxau-dev:armhf (1:1.0.8-1) ...
[balena-cam]  Setting up libthai0:armhf (0.1.26-1) ...
[balena-cam]  Setting up libicu-dev (57.1-6+deb9u5) ...
[balena-cam]  Setting up libopenexr22:armhf (2.2.0-11+deb9u3) ...
[balena-cam]  Setting up gcc-6 (6.3.0-18+rpi1+deb9u1) ...
[balena-cam]  Setting up libxdmcp-dev:armhf (1:1.1.2-3) ...
[balena-cam]  Setting up librubberband2:armhf (1.8.1-7) ...
[balena-cam]  Setting up libopencv-core-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libjack-jackd2-0:armhf (1.9.10+20150825git1ed50c92~dfsg-5) ...
[balena-cam]  Setting up libice6:armhf (2:1.0.9-2) ...
[balena-cam]  Setting up libexpat1-dev:armhf (2.2.0-2+deb9u3) ...
[balena-cam]  Setting up libopencv-ml-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libopenexr-dev (2.2.0-11+deb9u3) ...
[balena-cam]  Setting up libopenal1:armhf (1:1.17.2-4) ...
[balena-cam]  Setting up libavahi-common3:armhf (0.6.32-2) ...
[balena-cam]  Setting up libjpeg62-turbo-dev:armhf (1:1.5.1-2+deb9u1) ...
[balena-cam]  Setting up libpng-dev:armhf (1.6.28-1+deb9u1) ...
[balena-cam]  Setting up x11proto-render-dev (2:0.11.1-2) ...
[balena-cam]  Setting up libopencv-photo2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libsrtp2-1:armhf (2.0.0+20170123-1) ...
[balena-cam]  Setting up libvorbisenc2:armhf (1.3.5-4+deb9u3) ...
[balena-cam]  Setting up libcaca0:armhf (0.99.beta19-2.1~deb9u2) ...
[balena-cam]  Setting up libopencv-video2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up gir1.2-gstreamer-1.0 (1.10.4-1) ...
[balena-cam]  Setting up libxcb1:armhf (1.12-1) ...
[balena-cam]  Setting up x11proto-input-dev (2.3.2-1) ...
[balena-cam]  Setting up libharfbuzz-gobject0:armhf (1.4.2-1) ...
[balena-cam]  Setting up libopencv-imgproc-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up python3.5 (3.5.3-1+deb9u5) ...
[balena-cam]  Setting up libpython3-stdlib:armhf (3.5.3-1) ...
[balena-cam]  Setting up libxcb-present0:armhf (1.12-1) ...
[balena-cam]  Setting up libgstreamer-plugins-base1.0-0:armhf (1.10.4-1+deb9u2) ...
[balena-cam]  Setting up libfontconfig1:armhf (2.11.0-6.7) ...
[balena-cam]  Setting up libqtgstreamer-1.0-0:armhf (1.2.0-4) ...
[balena-cam]  Setting up libxcb-dri2-0:armhf (1.12-1) ...
[balena-cam]  Setting up libsm6:armhf (2:1.2.2-1+b1) ...
[balena-cam]  Setting up libxcb-dri3-0:armhf (1.12-1) ...
[balena-cam]  Setting up libxcb-glx0:armhf (1.12-1) ...
[balena-cam]  Setting up gfortran-6 (6.3.0-18+rpi1+deb9u1) ...
[balena-cam]  Setting up libxcb-xfixes0:armhf (1.12-1) ...
[balena-cam]  Setting up libxcb-render0:armhf (1.12-1) ...
[balena-cam]  Setting up libopencv-photo-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libharfbuzz-icu0:armhf (1.4.2-1) ...
[balena-cam]  Setting up libpython3.5:armhf (3.5.3-1+deb9u5) ...
[balena-cam]  Setting up libsrtp2-dev (2.0.0+20170123-1) ...
[balena-cam]  Setting up libqt5gstreamer-1.0-0:armhf (1.2.0-4) ...
[balena-cam]  Setting up libtiff5-dev:armhf (4.0.8-2+deb9u7) ...
[balena-cam]  Setting up libopencv-flann-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libx11-6:armhf (2:1.6.4-3+deb9u4) ...
[balena-cam]  Setting up gcc (4:6.3.0-4) ...
[balena-cam]  Setting up libpython3.5-dev:armhf (3.5.3-1+deb9u5) ...
[balena-cam]  Setting up libxcb-sync1:armhf (1.12-1) ...
[balena-cam]  Setting up libass5:armhf (1:0.13.4-2) ...
[balena-cam]  Setting up libsndfile1:armhf (1.0.27-3+deb9u2) ...
[balena-cam]  Setting up x11proto-xext-dev (7.3.0-1) ...
[balena-cam]  Setting up libjpeg-dev (1:1.5.1-2+deb9u1) ...
[balena-cam]  Setting up libfreetype6-dev (2.6.3-3.2+deb9u2) ...
[balena-cam]  Setting up libice-dev:armhf (2:1.0.9-2) ...
[balena-cam]  Setting up libbluray1:armhf (1:0.9.3-4) ...
[balena-cam]  Setting up libxcomposite1:armhf (1:0.4.4-2) ...
[balena-cam]  Setting up libxcb-shm0:armhf (1.12-1) ...
[balena-cam]  Setting up libxt6:armhf (1:1.1.5-1) ...
[balena-cam]  Setting up libxcb-shape0:armhf (1.12-1) ...
[balena-cam]  Setting up libxrender1:armhf (1:0.9.10-1) ...
[balena-cam]  Setting up libxcb1-dev:armhf (1.12-1) ...
[balena-cam]  Setting up libavahi-client3:armhf (0.6.32-2) ...
[balena-cam]  Setting up libx11-dev:armhf (2:1.6.4-3+deb9u4) ...
[balena-cam]  Setting up libxft2:armhf (2.3.2-1) ...
[balena-cam]  Setting up python3.5-dev (3.5.3-1+deb9u5) ...
[balena-cam]  Setting up libopencv-video-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libaudio2:armhf (1.9.4-5) ...
[balena-cam]  Setting up fontconfig (2.11.0-6.7) ...
[balena-cam]  Regenerating fonts cache... 
[balena-cam]  done.
[balena-cam]  Setting up libcups2:armhf (2.2.1-8+deb9u7) ...
[balena-cam]  Setting up libegl1-mesa:armhf (13.0.6-1+rpi2) ...
[balena-cam]  Setting up libpython3-dev:armhf (3.5.3-1) ...
[balena-cam]  Setting up libfontconfig1-dev:armhf (2.11.0-6.7) ...
[balena-cam]  Setting up gfortran (4:6.3.0-4) ...
[balena-cam]  update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode
[balena-cam]  update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode
[balena-cam]  Setting up libsm-dev:armhf (2:1.2.2-1+b1) ...
[balena-cam]  Setting up libxext6:armhf (2:1.3.3-1) ...
[balena-cam]  Setting up libxfixes3:armhf (1:5.0.3-1) ...
[balena-cam]  Setting up libblas-dev (3.7.0-2) ...
[balena-cam]  update-alternatives: using /usr/lib/libblas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode
[balena-cam]  Setting up libxss1:armhf (1:1.2.2-1) ...
[balena-cam]  Setting up x11proto-fixes-dev (1:5.0-2) ...
[balena-cam]  Setting up libgdk-pixbuf2.0-0:armhf (2.36.5-2+deb9u2) ...
[balena-cam]  Setting up libxcb-shm0-dev:armhf (1.12-1) ...
[balena-cam]  Setting up libvdpau1:armhf (1.1.1-6) ...
[balena-cam]  Setting up gir1.2-gdkpixbuf-2.0:armhf (2.36.5-2+deb9u2) ...
[balena-cam]  Setting up libxrender-dev:armhf (1:0.9.10-1) ...
[balena-cam]  Setting up libxcb-render0-dev:armhf (1.12-1) ...
[balena-cam]  Setting up x11proto-damage-dev (1:1.2.1-2) ...
[balena-cam]  Setting up libxft-dev (2.3.2-1) ...
[balena-cam]  Setting up gtk-update-icon-cache (3.22.11-1+rpi3) ...
[balena-cam]  Setting up libxcursor1:armhf (1:1.1.14-1+deb9u2) ...
[balena-cam]  Setting up libxext-dev:armhf (2:1.3.3-1) ...
[balena-cam]  Setting up libpango-1.0-0:armhf (1.40.5-1) ...
[balena-cam]  Setting up libwayland-egl1-mesa:armhf (13.0.6-1+rpi2) ...
[balena-cam]  Setting up libxv1:armhf (2:1.0.11-1) ...
[balena-cam]  Setting up libatlas-dev (3.10.3-1+rpi1) ...
[balena-cam]  Setting up libxxf86vm1:armhf (1:1.1.4-1) ...
[balena-cam]  Setting up libxfixes-dev:armhf (1:5.0.3-1) ...
[balena-cam]  Setting up x11proto-composite-dev (1:0.4.2-2) ...
[balena-cam]  Setting up libxrandr2:armhf (2:1.5.1-1) ...
[balena-cam]  Setting up libva-x11-1:armhf (1.7.3-2) ...
[balena-cam]  Setting up libxi6:armhf (2:1.7.9-1) ...
[balena-cam]  Setting up libcairo2:armhf (1.14.8-1+rpi1) ...
[balena-cam]  Setting up libxinerama1:armhf (2:1.1.3-1+b1) ...
[balena-cam]  Setting up libxcursor-dev:armhf (1:1.1.14-1+deb9u2) ...
[balena-cam]  Setting up libqtgui4:armhf (4:4.8.7+dfsg-11+rpi1+deb9u1) ...
[balena-cam]  Setting up libxdamage1:armhf (1:1.1.4-2+b1) ...
[balena-cam]  Setting up libavutil55:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Setting up libxrandr-dev:armhf (2:1.5.1-1) ...
[balena-cam]  Setting up libxcomposite-dev:armhf (1:0.4.4-2) ...
[balena-cam]  Setting up libcairo-script-interpreter2:armhf (1.14.8-1+rpi1) ...
[balena-cam]  Setting up libcairo-gobject2:armhf (1.14.8-1+rpi1) ...
[balena-cam]  Setting up libxdamage-dev:armhf (1:1.1.4-2+b1) ...
[balena-cam]  Setting up libswresample2:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Setting up libxtst6:armhf (2:1.2.3-1) ...
[balena-cam]  Setting up libpangoft2-1.0-0:armhf (1.40.5-1) ...
[balena-cam]  Setting up libatlas-base-dev (3.10.3-1+rpi1) ...
[balena-cam]  update-alternatives: using /usr/lib/atlas-base/atlas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode
[balena-cam]  update-alternatives: using /usr/lib/atlas-base/atlas/liblapack.so to provide /usr/lib/liblapack.so (liblapack.so) in auto mode
[balena-cam]  Setting up libgl1-mesa-glx:armhf (13.0.6-1+rpi2) ...
[balena-cam]  Setting up libswscale4:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Setting up libxinerama-dev:armhf (2:1.1.3-1+b1) ...
[balena-cam]  Setting up libpostproc54:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Setting up libxi-dev:armhf (2:1.7.9-1) ...
[balena-cam]  Setting up libtheora0:armhf (1.1.1+dfsg.1-14) ...
[balena-cam]  Setting up libavutil-dev:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Setting up libavresample3:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Setting up gir1.2-freedesktop:armhf (1.50.0-1) ...
[balena-cam]  Setting up libavcodec57:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Setting up libavresample-dev:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Setting up libpangoxft-1.0-0:armhf (1.40.5-1) ...
[balena-cam]  Setting up libpostproc-dev:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Setting up libpangocairo-1.0-0:armhf (1.40.5-1) ...
[balena-cam]  Setting up libpulse0:armhf (10.0-1+deb9u1) ...
[balena-cam]  Setting up gir1.2-pango-1.0:armhf (1.40.5-1) ...
[balena-cam]  Setting up libswscale-dev:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Setting up libsdl2-2.0-0:armhf (2.0.5+dfsg1-2+rpt1) ...
[balena-cam]  Setting up libswresample-dev:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Setting up libchromaprint1:armhf (1.4.2-1) ...
[balena-cam]  Setting up librsvg2-2:armhf (2.40.21-0+deb9u1) ...
[balena-cam]  Setting up libavcodec-dev:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Setting up librsvg2-common:armhf (2.40.21-0+deb9u1) ...
[balena-cam]  Setting up libavformat57:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Setting up libavfilter6:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Setting up gnome-icon-theme (3.12.0-2) ...
[balena-cam]  update-alternatives: using /usr/share/icons/gnome/scalable/places/debian-swirl.svg to provide /usr/share/icons/gnome/scalable/places/start-here.svg (start-here.svg) in auto mode
[balena-cam]  Setting up libavformat-dev:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Setting up libgtk2.0-0:armhf (2.24.31-2) ...
[balena-cam]  Setting up libavdevice57:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Setting up libavfilter-dev:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Setting up libopencv-highgui2.4-deb0:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libavdevice-dev:armhf (7:3.2.16-1+deb9u1) ...
[balena-cam]  Setting up libopencv-objdetect2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up gir1.2-gtk-2.0 (2.24.31-2) ...
[balena-cam]  Setting up libopencv-features2d2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libopencv-features2d-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libopencv-calib3d2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libopencv-calib3d-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libopencv-legacy2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libopencv-ts2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libopencv-contrib2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libopencv-gpu2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libopencv2.4-jni (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libopencv-ocl2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libopencv-stitching2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libopencv-gpu-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libopencv-ts-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libopencv2.4-java (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libopencv-videostab2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libopencv-superres2.4v5:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libopencv-stitching-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up python3 (3.5.3-1) ...
[balena-cam]  Setting up python3-dev (3.5.3-1) ...
[balena-cam]  Setting up python3-pkg-resources (33.1.1-1) ...
[balena-cam]  Setting up libglib2.0-dev (2.50.3-2+deb9u2) ...
[balena-cam]  Setting up libgdk-pixbuf2.0-dev (2.36.5-2+deb9u2) ...
[balena-cam]  Setting up python3-pip (9.0.1-2+rpt2) ...
[balena-cam]  Setting up python3-setuptools (33.1.1-1) ...
[balena-cam]  Setting up libharfbuzz-dev:armhf (1.4.2-1) ...
[balena-cam]  Setting up dh-python (2.20170125) ...
[balena-cam]  Setting up libcairo2-dev (1.14.8-1+rpi1) ...
[balena-cam]  Setting up libatk1.0-dev:armhf (2.22.0-1) ...
[balena-cam]  Setting up libpango1.0-dev (1.40.5-1) ...
[balena-cam]  Setting up libgtk2.0-dev (2.24.31-2) ...
[balena-cam]  Setting up libopencv-highgui-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libopencv-superres-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libopencv-videostab-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libopencv-legacy-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libopencv-objdetect-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libhighgui-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libopencv-ocl-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libcv-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libopencv-contrib-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libcvaux-dev:armhf (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Setting up libopencv-dev (2.4.9.1+dfsg1-2+deb9u1) ...
[balena-cam]  Processing triggers for libc-bin (2.24-11+deb9u4) ...
[balena-cam]  Processing triggers for systemd (232-25+deb9u11) ...
[balena-cam]  Processing triggers for libgdk-pixbuf2.0-0:armhf (2.36.5-2+deb9u2) ...
[balena-cam]  Removing intermediate container e53e61aaf3a9
[balena-cam]   ---> 5d8453e24d27
[balena-cam]  Step 3/8 : RUN pip3 install --upgrade pip
[balena-cam]   ---> Running in e5658181b933
[balena-cam]  Collecting pip
[balena-cam]    Downloading https://files.pythonhosted.org/packages/27/79/8a850fe3496446ff0d584327ae44e7500daf6764ca1a382d2d02789accf7/pip-20.3.4-py2.py3-none-any.whl (1.5MB)
[balena-cam]  Installing collected packages: pip
[balena-cam]    Found existing installation: pip 9.0.1
[balena-cam]      Not uninstalling pip at /usr/lib/python3/dist-packages, outside environment /usr
[balena-cam]  Successfully installed pip-20.3.4
[balena-cam]  Removing intermediate container e5658181b933
[balena-cam]   ---> 4dccefcec383
[balena-cam]  Step 4/8 : RUN pip3 install async-timeout av==6.1.0
[balena-cam]   ---> Running in 923ac3a87dee
[balena-cam]  DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality.
[balena-cam]  
[balena-cam]  Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
[balena-cam]  Collecting async-timeout
[balena-cam]    Downloading https://www.piwheels.org/simple/async-timeout/async_timeout-3.0.1-py3-none-any.whl (8.2 kB)
[balena-cam]  Collecting av==6.1.0
[balena-cam]    Downloading av-6.1.0.tar.gz (2.0 MB)
[balena-cam]  Using legacy 'setup.py install' for av, since package 'wheel' is not installed.
[balena-cam]  Installing collected packages: av, async-timeout
[balena-cam]      Running setup.py install for av: started
[Info]        Still Working...
[balena-cam]      Running setup.py install for av: still running...
[balena-cam]      Running setup.py install for av: finished with status 'done'
[balena-cam]  Successfully installed async-timeout-3.0.1 av-6.1.0
[balena-cam]  Removing intermediate container 923ac3a87dee
[balena-cam]   ---> c11fa025f7a9
[balena-cam]  Step 5/8 : RUN pip3 install aiohttp aiohttp_basicauth==0.1.3 aioice==0.6.10 aiortc==0.9.11 numpy==1.15.4 opencv-python==3.4.4.19 --index-url https://www.piwheels.org/simple
[balena-cam]   ---> Running in 13c7d4725a76
[balena-cam]  DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality.
[balena-cam]  
[balena-cam]  Looking in indexes: https://www.piwheels.org/simple, https://www.piwheels.org/simple
[balena-cam]  Collecting aiohttp
[balena-cam]    Downloading https://www.piwheels.org/simple/aiohttp/aiohttp-3.6.3-cp35-cp35m-linux_armv6l.whl (1.1 MB)
[balena-cam]  Collecting aiohttp_basicauth==0.1.3
[balena-cam]    Downloading https://www.piwheels.org/simple/aiohttp-basicauth/aiohttp_basicauth-0.1.3-py3-none-any.whl (7.0 kB)
[balena-cam]  Collecting aioice==0.6.10
[balena-cam]    Downloading https://www.piwheels.org/simple/aioice/aioice-0.6.10-py3-none-any.whl (19 kB)
[balena-cam]  Collecting aiortc==0.9.11
[balena-cam]    Downloading https://www.piwheels.org/simple/aiortc/aiortc-0.9.11-cp35-cp35m-linux_armv6l.whl (112 kB)
[balena-cam]  Collecting numpy==1.15.4
[balena-cam]    Downloading https://www.piwheels.org/simple/numpy/numpy-1.15.4-cp35-cp35m-linux_armv6l.whl (6.4 MB)
[balena-cam]  Collecting opencv-python==3.4.4.19
[balena-cam]    Downloading https://www.piwheels.org/simple/opencv-python/opencv_python-3.4.4.19-cp35-cp35m-linux_armv6l.whl (8.7 MB)
[balena-cam]  ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.
[balena-cam]      opencv-python==3.4.4.19 from https://www.piwheels.org/simple/opencv-python/opencv_python-3.4.4.19-cp35-cp35m-linux_armv6l.whl#sha256=42f2f1b004012f826ae67ca40831387a624129bcc534e0ce122ec4dfce9d3eca:
[balena-cam]          Expected sha256 42f2f1b004012f826ae67ca40831387a624129bcc534e0ce122ec4dfce9d3eca
[balena-cam]               Got        9c0659632b2520720d4c0155045af33b5c2f16a2ab85ee92120a528c49c28b2d
[balena-cam]  
[balena-cam]  Removing intermediate container 13c7d4725a76
[balena-cam]  The command '/bin/sh -c pip3 install aiohttp aiohttp_basicauth==0.1.3 aioice==0.6.10 aiortc==0.9.11 numpy==1.15.4 opencv-python==3.4.4.19 --index-url https://www.piwheels.org/simple' returned a non-zero code: 1
[Info]        Uploading images
[Success]     Successfully uploaded images
[Error]       Some services failed to build:
[Error]         Service: balena-cam
[Error]           Error: The command '/bin/sh -c pip3 install aiohttp aiohttp_basicauth==0.1.3 aioice==0.6.10 aiortc==0.9.11 numpy==1.15.4 opencv-python==3.4.4.19 --index-url https://www.piwheels.org/simple' returned a non-zero code: 1
[Info]        Built on arm01
[Error]       Not deploying release.
Remote build failed

Flag to disable "Anonymize local IPs exposed by WebRTC" is expired in Chrome 86

[rahul-thakoor] this project required disabling the feature in browsers where the local IP address is hidden. In recent versions of Chrome, the flag is not available. It can be brought back with chrome://flags/#temporary-unexpire-flags-m85 but this is temporary.

We should find an alternative and possibly fallback to mjpeg streaming when WebRTC doesn't work.

Conform to RFC 1341 Content-Type multipart boundary specification

I've been toying around with this project on my RPi2 as a way of exploring the Balena concepts and got curious about the Content-Type 'multipart/x-mixed-replace' where a boundary is specified for each stream frame.

According to RFC 1341, section 7.2 The Multipart Content-Type, subsection 7.2.1 Multipart: The common syntax (Link: https://tools.ietf.org/html/rfc1341):

The encapsulation boundary is defined as a line consisting entirely of two hyphen characters ("-", decimal code 45) followed by the boundary parameter value from the Content-Type header field.

...

Thus, a typical multipart Content-Type header field might look like this:

Content-Type: multipart/mixed;
boundary=gc0p4Jq0M2Yt08jU534c0p

This indicates that the entity consists of several parts, each itself with a structure that is syntactically identical to an RFC 822 message, except that the header area might be completely empty, and that the parts are each preceded by the line

--gc0p4Jq0M2Yt08jU534c0p

Thus, the server.py code:

response = web.StreamResponse(status=200, reason='OK', headers={
        'Content-Type': 'multipart/x-mixed-replace; '
                        'boundary=--%s' % boundary,
    })

Should be changed to:

response = web.StreamResponse(status=200, reason='OK', headers={
        'Content-Type': 'multipart/x-mixed-replace; '
                        'boundary=%s' % boundary,
    })

Doesn't seem to be a big deal though, it seems to work pretty well regardless :)

Thank you for a bunch of great examples on how to use Balena!

Best regards
Daniel

Weird error - "/usr/lib/arm-linux-gnueabihf/libxml2.so.2: unsupported version 0 of Verdef record"

Hihi,

I'm trying to run this on a Pi Zero W, but it gets stuck in a service restart loop.

11.12.19 21:38:43 (-0800) Supervisor starting
11.12.19 21:39:01 (-0800) Applying configuration change {"SUPERVISOR_POLL_INTERVAL":"900000","SUPERVISOR_DELTA":"1","SUPERVISOR_DELTA_VERSION":"3"}
11.12.19 21:39:01 (-0800) Applying boot config: {"gpu_mem_1024":"448","gpu_mem_256":"192","gpu_mem_512":"256","start_x":"1","avoid_warnings":"1","disable_splash":"1","dtparam":["i2c_arm=on","spi=on","audio=on"],"gpu_mem":"16"}
11.12.19 21:39:02 (-0800) Applied boot config: {"gpu_mem_1024":"448","gpu_mem_256":"192","gpu_mem_512":"256","start_x":"1","avoid_warnings":"1","disable_splash":"1","dtparam":["i2c_arm=on","spi=on","audio=on"],"gpu_mem":"16"}
11.12.19 21:39:02 (-0800) Applied configuration change {"SUPERVISOR_POLL_INTERVAL":"900000","SUPERVISOR_DELTA":"1","SUPERVISOR_DELTA_VERSION":"3"}
11.12.19 21:39:04 (-0800) Rebooting
11.12.19 21:41:35 (-0800) Supervisor starting
11.12.19 21:41:44 (-0800) Creating network 'default'
11.12.19 21:48:39 (-0800) Downloading image 'registry2.balena-cloud.com/v2/898cd2b6d672d4b05645347dbbf606d0@sha256:136ed155eefef960c3feddbb8f76fe49803ece0a52d064d73adcb642acdae167'
11.12.19 22:12:43 (-0800) Downloaded image 'registry2.balena-cloud.com/v2/898cd2b6d672d4b05645347dbbf606d0@sha256:136ed155eefef960c3feddbb8f76fe49803ece0a52d064d73adcb642acdae167'
11.12.19 22:12:46 (-0800) Installing service 'balena-cam sha256:f0c7276b7116b308f1dba9a7cde3318e45fb3ea7d83f5c690a2ff7ed36bf7c52'
11.12.19 22:13:08 (-0800) Installed service 'balena-cam sha256:f0c7276b7116b308f1dba9a7cde3318e45fb3ea7d83f5c690a2ff7ed36bf7c52'
11.12.19 22:13:08 (-0800) Starting service 'balena-cam sha256:f0c7276b7116b308f1dba9a7cde3318e45fb3ea7d83f5c690a2ff7ed36bf7c52'
11.12.19 22:13:28 (-0800) Started service 'balena-cam sha256:f0c7276b7116b308f1dba9a7cde3318e45fb3ea7d83f5c690a2ff7ed36bf7c52'
11.12.19 22:13:36 (-0800) <balena-cam> Traceback (most recent call last):
11.12.19 22:13:36 (-0800) <balena-cam>   File "/usr/src/app/server.py", line 1, in <module>
11.12.19 22:13:36 (-0800) <balena-cam>     import asyncio, json, os, cv2, platform, sys
11.12.19 22:13:36 (-0800) <balena-cam>   File "/usr/local/lib/python3.5/dist-packages/cv2/__init__.py", line 3, in <module>
11.12.19 22:13:36 (-0800) <balena-cam>     from .cv2 import *
11.12.19 22:13:36 (-0800) <balena-cam> ImportError: /usr/lib/arm-linux-gnueabihf/libxml2.so.2: unsupported version 0 of Verdef record```

Is this project working on latest balena infrastructure?

Hi,
This project looks fantastic, and should be a great starter for a something I'm working on. The problem I'm finding is that it doesn't display video in Chrome from my raspberry pi. The connecting spinner shows for a couple of seconds the disappears. The Chrome logs look positive:

a=candidate:297898e4296c74660bb3ab65d8da90ec 1 udp 1694498815 81.153.71.214 55523 typ srflx raddr 172.18.0.1 rport 55523
a=candidate:0ad8db753210ce9554cf251a9e51e792 1 udp 1694498815 81.153.71.214 32827 typ srflx raddr 172.17.0.1 rport 32827
a=candidate:ea2179218112e69c0463eae46ff5f653 1 udp 1694498815 81.153.71.214 56339 typ srflx raddr 10.114.101.1 rport 56339
a=end-of-candidates
a=ice-ufrag:HGOO
a=ice-pwd:tYQFDadW5na9tgoFBNbIYl
a=fingerprint:sha-256 19:49:12:E9:CF:AE:EA:F1:D0:66:94:F7:31:BC:DC:88:4D:FC:85:A2:76:AA:10:06:E5:34:EE:B1:D9:28:24:2B
a=setup:active
client.js:12 checking
client.js:22 stable
client.js:26 incoming track
client.js:29 Video element added.
client.js:12 connected
client.js:12 completed

and the logs in Balena Cloud also don't show that anthing is wrong:

24.01.19 16:41:05 (+0000) balena-cam +++++++ Frame Capture Testing +++++++
24.01.19 16:41:16 (+0000) balena-cam Min: 0.999051123000001 seconds
24.01.19 16:41:16 (+0000) balena-cam Max: 1.6828183119999984 seconds
24.01.19 16:41:16 (+0000) balena-cam Avg: 1.0680984991000013 seconds
24.01.19 16:41:19 (+0000) balena-cam +++++++ VideoFrame Generation Testing +++++++
24.01.19 16:41:22 (+0000) balena-cam Min: 0.18706517700000092 seconds
24.01.19 16:41:22 (+0000) balena-cam Max: 0.1999926510000023 seconds
24.01.19 16:41:22 (+0000) balena-cam Avg: 0.1901715952999993 seconds
24.01.19 16:41:27 (+0000) balena-cam ======== Running on http://0.0.0.0:3000 ========
24.01.19 16:41:27 (+0000) balena-cam (Press CTRL+C to quit)

I followed the instructions and everything seemed to go smoothly. I'm just wondering whether this has been tested recently.

Any help would be very much appreciated.

Thanks,

Steve

Avoid unnecessary pip package installations when editing and rebuilding the source code

Since the Dockerfile.template file has COPY ./app/ /usr/src/app/ before the pip install instructions, each time one edits the code and rebuilds, all pip packages are reinstalled.

This takes some time, especially when working in local mode.

Thus, the Dockerfile statement
COPY ./app/ /usr/src/app/

Should be moved to after the pip install instructions

Fixing this will make it more convenient for people toying with and evaluating Balena to tinker with the code as you won't waste time reinstalling the same pip packages.

User would like to get live stream feed via public url

[rahul-thakoor] The current implementation of balenaCam has a client webpage that streams the video feed. It would make sense to allow the feed directly over the public url so it can be consumed directly in other applications. E.g Ant Media

No video, probable WebRTC problem on Pi4

I cloned the repo and followed the instructions in README.md.

I am using a Raspberry Pi 4, 4GB. Official Pi camera module v2 attached.

When I point my browser at the device public URL (https://xxx.balena-devices.com) the page loads and all seems to be going OK, until my browser looks like this with no video:

image

The text 'Double tap the video to enter fullscreen mode!' pops up if I move the mouse around.

In the device logs I see the following:

Supervisor starting
<balena-cam> Video device is ready
<balena-cam> 
<balena-cam> #############################################################
<balena-cam> Authorization is disabled.
<balena-cam> Anyone can access your balenaCam, using the device's URL!
<balena-cam> Set the username and password environment variables 
<balena-cam> to enable authorization.
<balena-cam> For more info visit: 
<balena-cam> https://github.com/balena-io-playground/balena-cam
<balena-cam> #############################################################
<balena-cam> 
<balena-cam> ======== Running on http://0.0.0.0:80 ========
<balena-cam> (Press CTRL+C to quit)
<balena-cam> Task exception was never retrieved
<balena-cam> future: <Task finished coro=<RTCPeerConnection.__connect() done, defined at /usr/local/lib/python3.5/dist-packages/aiortc/rtcpeerconnection.py:554> exception=ValueError("'da65f2fd-7b20-4bdd-b0fb-6a472657d77d.local' does not appear to be an IPv4 or IPv6 address",)>
<balena-cam> Traceback (most recent call last):
<balena-cam>   File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
<balena-cam>     result = coro.send(None)
<balena-cam>   File "/usr/local/lib/python3.5/dist-packages/aiortc/rtcpeerconnection.py", line 559, in __connect
<balena-cam>     await iceTransport.start(self.__remoteIce[transceiver])
<balena-cam>   File "/usr/local/lib/python3.5/dist-packages/aiortc/rtcicetransport.py", line 284, in start
<balena-cam>     await self._connection.connect()
<balena-cam>   File "/usr/local/lib/python3.5/dist-packages/aioice/ice.py", line 356, in connect
<balena-cam>     if (protocol.local_candidate.can_pair_with(remote_candidate) and
<balena-cam>   File "/usr/local/lib/python3.5/dist-packages/aioice/candidate.py", line 114, in can_pair_with
<balena-cam>     b = ipaddress.ip_address(other.host)
<balena-cam>   File "/usr/lib/python3.5/ipaddress.py", line 54, in ip_address
<balena-cam>     address)
<balena-cam> ValueError: 'da65f2fd-7b20-4bdd-b0fb-6a472657d77d.local' does not appear to be an IPv4 or IPv6 address

I suspect that error message is due to aiortc/aiortc#187. As far as I can tell it's unlikely to be causing the problem I see.

I've spent time trying to rebuild this project with newer versions of aioice and other packages, but failed to find a combination of versions which will build happily.

My browser is 'Chrome Version 83.0.4103.106 (Official Build) (64-bit)'. Here's the browser console output from visiting the page:

client.js:112 Offer SDP
client.js:113 v=0
o=- 4261409655020767845 2 IN IP4 127.0.0.1
s=-
t=0 0
a=group:BUNDLE 0
a=msid-semantic: WMS
m=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 100 101 102 122 127 121 125 107 108 109 124 120 123
c=IN IP4 0.0.0.0
a=rtcp:9 IN IP4 0.0.0.0
a=candidate:3199543849 1 udp 2113937151 a4fa2528-a9f8-4f30-b479-6991d9101a71.local 48065 typ host generation 0 network-cost 999
a=candidate:559844702 1 udp 2113939711 bce860ed-e1d0-4ad8-810f-0ef967ee58c2.local 36761 typ host generation 0 network-cost 999
a=ice-ufrag:BNW/
a=ice-pwd:JEp9VV3l5qs66xwHVR8Df6Ie
a=ice-options:trickle
a=fingerprint:sha-256 07:F5:B1:03:C5:75:22:01:E2:F1:39:FC:B7:E1:F8:ED:87:6A:E9:7A:DC:0B:B8:C2:62:17:BC:D9:41:1E:49:CE
a=setup:actpass
a=mid:0
a=extmap:14 urn:ietf:params:rtp-hdrext:toffset
a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
a=extmap:13 urn:3gpp:video-orientation
a=extmap:3 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
a=extmap:12 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay
a=extmap:11 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type
a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-timing
a=extmap:8 http://tools.ietf.org/html/draft-ietf-avtext-framemarking-07
a=extmap:9 http://www.webrtc.org/experiments/rtp-hdrext/color-space
a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid
a=extmap:5 urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id
a=extmap:6 urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id
a=recvonly
a=rtcp-mux
a=rtcp-rsize
a=rtpmap:96 VP8/90000
a=rtcp-fb:96 goog-remb
a=rtcp-fb:96 transport-cc
a=rtcp-fb:96 ccm fir
a=rtcp-fb:96 nack
a=rtcp-fb:96 nack pli
a=rtpmap:97 rtx/90000
a=fmtp:97 apt=96
a=rtpmap:98 VP9/90000
a=rtcp-fb:98 goog-remb
a=rtcp-fb:98 transport-cc
a=rtcp-fb:98 ccm fir
a=rtcp-fb:98 nack
a=rtcp-fb:98 nack pli
a=fmtp:98 profile-id=0
a=rtpmap:99 rtx/90000
a=fmtp:99 apt=98
a=rtpmap:100 VP9/90000
a=rtcp-fb:100 goog-remb
a=rtcp-fb:100 transport-cc
a=rtcp-fb:100 ccm fir
a=rtcp-fb:100 nack
a=rtcp-fb:100 nack pli
a=fmtp:100 profile-id=2
a=rtpmap:101 rtx/90000
a=fmtp:101 apt=100
a=rtpmap:102 H264/90000
a=rtcp-fb:102 goog-remb
a=rtcp-fb:102 transport-cc
a=rtcp-fb:102 ccm fir
a=rtcp-fb:102 nack
a=rtcp-fb:102 nack pli
a=fmtp:102 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42001f
a=rtpmap:122 rtx/90000
a=fmtp:122 apt=102
a=rtpmap:127 H264/90000
a=rtcp-fb:127 goog-remb
a=rtcp-fb:127 transport-cc
a=rtcp-fb:127 ccm fir
a=rtcp-fb:127 nack
a=rtcp-fb:127 nack pli
a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42001f
a=rtpmap:121 rtx/90000
a=fmtp:121 apt=127
a=rtpmap:125 H264/90000
a=rtcp-fb:125 goog-remb
a=rtcp-fb:125 transport-cc
a=rtcp-fb:125 ccm fir
a=rtcp-fb:125 nack
a=rtcp-fb:125 nack pli
a=fmtp:125 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f
a=rtpmap:107 rtx/90000
a=fmtp:107 apt=125
a=rtpmap:108 H264/90000
a=rtcp-fb:108 goog-remb
a=rtcp-fb:108 transport-cc
a=rtcp-fb:108 ccm fir
a=rtcp-fb:108 nack
a=rtcp-fb:108 nack pli
a=fmtp:108 level-asymmetry-allowed=1;packetization-mode=0;profile-level-id=42e01f
a=rtpmap:109 rtx/90000
a=fmtp:109 apt=108
a=rtpmap:124 red/90000
a=rtpmap:120 rtx/90000
a=fmtp:120 apt=124
a=rtpmap:123 ulpfec/90000

client.js:127 Answer SDP
client.js:128 v=0
o=- 3802163393 3802163393 IN IP4 0.0.0.0
s=-
t=0 0
a=group:BUNDLE 0
m=video 51929 UDP/TLS/RTP/SAVPF 96 102 125
c=IN IP4 192.168.1.208
a=sendonly
a=extmap:2 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
a=extmap:4 urn:ietf:params:rtp-hdrext:sdes:mid
a=mid:0
a=rtcp:9 IN IP4 0.0.0.0
a=rtcp-mux
a=ssrc:3960971726 cname:{6d8b996c-925a-4b17-8130-a26bc0da478d}
a=rtpmap:96 VP8/90000
a=rtcp-fb:96 nack
a=rtcp-fb:96 nack pli
a=rtcp-fb:96 goog-remb
a=rtpmap:102 H264/90000
a=rtcp-fb:102 nack
a=rtcp-fb:102 nack pli
a=rtcp-fb:102 goog-remb
a=fmtp:102 profile-level-id=42001f;packetization-mode=1;level-asymmetry-allowed=1
a=rtpmap:125 H264/90000
a=rtcp-fb:125 nack
a=fmtp:125 profile-level-id=42e01f;packetization-mode=1;level-asymmetry-allowed=1
a=candidate:1ca67abb0de160439e2b97a25cbca3d3 1 udp 2130706431 192.168.1.208 51929 typ host
a=candidate:cf50604904dba48bcca6c33a0952139c 1 udp 2130706431 2a00:23c7:682:e601:5df2:5d28:5982:6e67 60504 typ host
a=candidate:6023c2604ec050669e1ed7b3429afd22 1 udp 2130706431 10.114.102.1 65148 typ host
a=candidate:83f0d7982cc74ffd6cf0805b1c70b14f 1 udp 2130706431 10.114.101.1 64902 typ host
a=candidate:98878514fb0b951fbaeec78e059c2f85 1 udp 2130706431 10.114.104.1 56527 typ host
a=candidate:580b5f32035da7f14a30ea7a8d826c67 1 udp 2130706431 172.17.0.1 52483 typ host
a=candidate:3f746d0a55efc1da799b1fcd969c908c 1 udp 2130706431 10.240.52.203 59097 typ host
a=candidate:ea2179218112e69c0463eae46ff5f653 1 udp 1694498815 109.158.209.172 64902 typ srflx raddr 10.114.101.1 rport 64902
a=candidate:401429fb19a72255c8ce07f92fe227f9 1 udp 1694498815 109.158.209.172 56527 typ srflx raddr 10.114.104.1 rport 56527
a=candidate:0ad8db753210ce9554cf251a9e51e792 1 udp 1694498815 109.158.209.172 52483 typ srflx raddr 172.17.0.1 rport 52483
a=candidate:c2ed111e16f11519afec0b3650ccc346 1 udp 1694498815 109.158.209.172 51929 typ srflx raddr 192.168.1.208 rport 51929
a=end-of-candidates
a=ice-ufrag:yZJE
a=ice-pwd:vU87PjBw1nH2ZCgpo6AHWf
a=fingerprint:sha-256 B9:42:0E:E7:D9:7B:98:3F:0A:90:C1:E7:24:E1:F9:36:BD:3C:43:0E:1B:A0:13:04:00:E4:6D:94:58:B0:AC:FA
a=setup:active

client.js:64 checking
mainIceListener @ client.js:64
client.js:64 connected
mainIceListener @ client.js:64
client.js:25 Attaching stream...

I have tried one other thing, which is to force mjpeg mode in client.js:

- if (window.navigator.userAgent.indexOf("Edge") > -1  || safariOnIos) {
+ if (true) {

This works: I see mjpeg video in the browser. So I suspect the problem is to do specifically with WebRTC.

Cannot build: No matching distribution found for av<7.0.0,>=0.5.3 (from aiortc==0.9.11)

I hit the big 'Deploy with balena' button on https://github.com/balenalabs/balena-cam/blob/master/README.md, and this is what happened:

Step 1/9 : FROM balenalib/raspberrypi3-debian:stretch-20190612
 ---> 9a857048cc34
Step 2/9 : RUN apt-get update &&   apt-get install -yq     python3     python3-dev     python3-pip     python3-setuptools     gstreamer-1.0     v4l-utils     libopus-dev     libvpx-dev     libsrtp2-dev     libopencv-dev     libatlas3-base     libatlas-base-dev     libjasper-dev     libilmbase12     libopenexr22     libavformat-dev     libswscale-dev     libqtgui4     libqt4-test     libavdevice-dev     libavfilter-dev     libavcodec-dev   && apt-get clean && rm -rf /var/lib/apt/lists/*
Using cache
 ---> 050a958f4078
Step 3/9 : RUN pip3 install --upgrade pip
Using cache
 ---> 03e352a70ab7
Step 4/9 : RUN pip3 install async-timeout
Using cache
 ---> 02ece5446493
Step 5/9 : RUN pip3 install aiohttp aiohttp_basicauth==0.1.3 aioice==0.6.10 aiortc==0.9.11 numpy==1.15.4 opencv-python==3.4.4.19 --index-url https://www.piwheels.org/simple
 ---> Running in 5e69f8b59472
Looking in indexes: https://www.piwheels.org/simple, https://www.piwheels.org/simple
Collecting aiohttp
  Downloading https://www.piwheels.org/simple/aiohttp/aiohttp-3.6.2-py3-none-any.whl (441 kB)
Collecting aiohttp_basicauth==0.1.3
  Downloading https://www.piwheels.org/simple/aiohttp-basicauth/aiohttp_basicauth-0.1.3-py3-none-any.whl (7.0 kB)
Collecting aioice==0.6.10
  Downloading https://www.piwheels.org/simple/aioice/aioice-0.6.10-py3-none-any.whl (19 kB)
Collecting aiortc==0.9.11
  Downloading https://www.piwheels.org/simple/aiortc/aiortc-0.9.11-cp35-cp35m-linux_armv7l.whl (112 kB)
Collecting numpy==1.15.4
  Downloading https://www.piwheels.org/simple/numpy/numpy-1.15.4-cp35-cp35m-linux_armv7l.whl (6.4 MB)
Collecting opencv-python==3.4.4.19
  Downloading https://www.piwheels.org/simple/opencv-python/opencv_python-3.4.4.19-cp35-cp35m-linux_armv7l.whl (8.8 MB)
Collecting multidict<5.0,>=4.5
  Downloading https://www.piwheels.org/simple/multidict/multidict-4.7.6-cp35-cp35m-linux_armv7l.whl (139 kB)
Requirement already satisfied: async-timeout<4.0,>=3.0 in /usr/local/lib/python3.5/dist-packages (from aiohttp) (3.0.1)
Collecting attrs>=17.3.0
  Downloading https://www.piwheels.org/simple/attrs/attrs-19.3.0-py2.py3-none-any.whl (39 kB)
Collecting idna-ssl>=1.0; python_version < "3.7"
  Downloading https://www.piwheels.org/simple/idna-ssl/idna_ssl-1.1.0-py3-none-any.whl (2.3 kB)
Collecting yarl<2.0,>=1.0
  Downloading https://www.piwheels.org/simple/yarl/yarl-1.4.2-cp35-cp35m-linux_armv7l.whl (234 kB)
Collecting typing-extensions>=3.6.5; python_version < "3.7"
  Downloading https://www.piwheels.org/simple/typing-extensions/typing_extensions-3.7.4.2-py3-none-any.whl (22 kB)
Collecting chardet<4.0,>=2.0
  Downloading https://www.piwheels.org/simple/chardet/chardet-3.0.4-py2.py3-none-any.whl (133 kB)
Collecting netifaces
  Downloading https://www.piwheels.org/simple/netifaces/netifaces-0.10.9-cp35-cp35m-linux_armv7l.whl (40 kB)
Collecting crcmod
  Downloading https://www.piwheels.org/simple/crcmod/crcmod-1.7-cp35-cp35m-linux_armv7l.whl (37 kB)
Collecting pylibsrtp>=0.5.6
  Downloading https://www.piwheels.org/simple/pylibsrtp/pylibsrtp-0.6.0-cp35-cp35m-linux_armv7l.whl (25 kB)
Collecting pyee
  Downloading https://www.piwheels.org/simple/pyee/pyee-7.0.2-py2.py3-none-any.whl (12 kB)
ERROR: Could not find a version that satisfies the requirement av<7.0.0,>=0.5.3 (from aiortc==0.9.11) (from versions: none)

ERROR: No matching distribution found for av<7.0.0,>=0.5.3 (from aiortc==0.9.11)

Removing intermediate container 5e69f8b59472
The command '/bin/sh -c pip3 install aiohttp aiohttp_basicauth==0.1.3 aioice==0.6.10 aiortc==0.9.11 numpy==1.15.4 opencv-python==3.4.4.19 --index-url https://www.piwheels.org/simple' returned a non-zero code: 1

I see that https://www.piwheels.org/simple/av is completely empty. Is that a 'bug' by piwheels? I'm not sure how to tell.

My thinking was 'well there's no pre-built wheel, never mind, I'll just build it myself'. So I changed line 34 of the Dockerfile from --index-url to --extra-index-url. Rather than failing when it can't find a ready-build wheel for av, it tries to built the package.

[balena-cam]  Using legacy setup.py install for pylibsrtp, since package 'wheel' is not installed.
[balena-cam]  Using legacy setup.py install for av, since package 'wheel' is not installed.

It also tried to build pylibsrtp, which failed, but that is fixed by adding libffi-dev to the apt-get install list earlier in the Dockerfile.

I'm not sure if the fix I've made is the right one, since I'm unsure of the rationale behind the existing series of pip commands. In particular, I'm not sure why pip3 install av is a separate line in the Dockerfile, since aiortc already depends on av. If my fix is considered a win though, let me know and I'll open a PR.

Fallback solution

Add some fallback solution, when rtc fails. (eg. use an on device TURN server)

Capturing video from second camera on balenaFin

I have enabled 'Dual camera mode' as per instructions for the balenaFin: https://www.balena.io/fin/1.1/docs/developers/#Dual-camera-mode
I also changed the Fleet Configuration. I get the following output when switching cv2.VideoCapture(0) in server.py to cv2.VideoCapture(1) to get the feed of the second camera.
Note: Works fine with main camera

 balena-cam  select timeout
 balena-cam  VIDIOC_DQBUF: Resource temporarily unavailable
 balena-cam  Failed to open default camera. Exiting...
 balena-cam  Video device is ready
 balena-cam  select timeout
 balena-cam  VIDIOC_DQBUF: Resource temporarily unavailable
 balena-cam  Failed to open default camera. Exiting...
Service exited 'balena-cam'
Restarting service 'balena-cam' 

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.