tomeshnet / meshstream

Live video stream with a distributed file system over a physical mesh network
GNU General Public License v3.0
22 stars 4 forks source link

Raspberry Pi camera #5

Open benhylau opened 6 years ago

benhylau commented 6 years ago

Get it working on mesh-orange, otherwise we use Raspbian as base.

darkdrgn2k commented 6 years ago

Because of issues with mesh-orange i built on prototype

Working module for ipfs-pi-stream (streaming a raspberry pi camera over ipfs) https://github.com/tomeshnet/prototype-cjdns-pi/pull/158

The code needed to activate the camera has been extracted from raspi-config. It seems it requires 128mb of GPU memory which further limits the amount of ram we have at our disposal.

benhylau commented 6 years ago

Do you think we should use prototype on Raspbian for Meshstream altogether? I am okay with that.

darkdrgn2k commented 6 years ago

At the moment we don't have much choice. also prototype at the moment is more stable, easier to debug and has a bit more resources

I think this work can be easily migrated to mesh-orange at a later time