Hi
I'm running docker on a Pi 3B+ with the latest Buster as of this post. All is good.
I want to run Dropbox in docker... does anyone know of a working implementation for Buster on the Pi? There are x86 versions around, e.g. adamkdean/docker-dropbox but he doesn't support the Pi...
Thanks!
Nick
Search found 8 matches
- Sat Apr 18, 2020 8:16 pm
- Forum: Networking and servers
- Topic: Dropbox in docker on a Pi...
- Replies: 1
- Views: 358
- Wed Apr 06, 2016 9:38 am
- Forum: Compute Module
- Topic: v4l2 on a CM - where is /dev/video1?
- Replies: 21
- Views: 5470
Re: v4l2 on a CM - where is /dev/video1?
Thanks again - interesting - The gstreamer use of fakesink indeed does work well, but by adding in each other of other elements in turn I found that the CPU killer is x264enc - as soon as that element is there, CPU goes to 98% and stays there. I'd be interested if you see the same. Not sure if there...
- Tue Apr 05, 2016 10:54 am
- Forum: Compute Module
- Topic: v4l2 on a CM - where is /dev/video1?
- Replies: 21
- Views: 5470
Re: v4l2 on a CM - where is /dev/video1?
Well - all upgraded and running 4.4.6+ #869 with your modified driver... I have both cameras running, but now have my gstreamer command just stopping... FPS=10 # Frames per second WIDTH=320 # Image width HEIGHT=240 # Image height UPLINK_HOST=192.168.1.73 # Receiving host PORT=5200 # UDP port # # Sta...
- Fri Apr 01, 2016 1:59 pm
- Forum: Compute Module
- Topic: v4l2 on a CM - where is /dev/video1?
- Replies: 21
- Views: 5470
Re: v4l2 on a CM - where is /dev/video1?
I've noticed one theoretical issue, but as the GPU will never say it has more than 2 cameras it isn't in reality. It needs a slightly more thorough code review and more testing, but I'm not anticipating any great changes. Yep - I saw that you'd hard-coded literal "2" as the maximum number...
- Fri Apr 01, 2016 10:57 am
- Forum: Compute Module
- Topic: v4l2 on a CM - where is /dev/video1?
- Replies: 21
- Views: 5470
Re: v4l2 on a CM - where is /dev/video1?
Hi - this is great - what is the risk of taking this update? Should I wait a few more days or are you done with this for now? I'm fairly new to RPis, especially the CM as I'm helping someone out here - is there a risk of bricking the unit? I need a reasonably stable environment for the next week or ...
- Fri Apr 01, 2016 8:05 am
- Forum: Compute Module
- Topic: v4l2 on a CM - where is /dev/video1?
- Replies: 21
- Views: 5470
Re: v4l2 on a CM - where is /dev/video1?
That is hugely impressive - I'm really grateful for your work on this - as it happens, I don't currently have facilities to build a kernel - is this just a library change or is it part of the kernel proper? If so, is there any way to get a kernel build to test?
Many thanks
Many thanks
- Thu Mar 31, 2016 7:34 pm
- Forum: Compute Module
- Topic: v4l2 on a CM - where is /dev/video1?
- Replies: 21
- Views: 5470
Re: v4l2 on a CM - where is /dev/video1?
Hi,
Thanks for the prompt reply. I thought of UV4L2 but was concerned that there might be a performance hit vs. the kernel drivers - the CM is not exactly blessed with excess CPU
Any thoughts would be appreciated...
Thanks for the prompt reply. I thought of UV4L2 but was concerned that there might be a performance hit vs. the kernel drivers - the CM is not exactly blessed with excess CPU

Any thoughts would be appreciated...
- Thu Mar 31, 2016 4:37 pm
- Forum: Compute Module
- Topic: v4l2 on a CM - where is /dev/video1?
- Replies: 21
- Views: 5470
v4l2 on a CM - where is /dev/video1?
Hi, I'm trying to do some fairly complex streaming with gstreamer using a CM with cam0 & cam1 (both official RPi cameras) - both work fine individually using raspivid and -cs 0 & -cs 1. I would really really prefer to have both /dev/video0 and /dev/video1 available for this, but loading bcm2...