Close
0%
0%

CamWRT

OpenWRT for DM368 IP camera module

Similar projects worth following
Porting OpenWRT to DM368 based OEM IP camera module.

I this project i want to make opensource firmware for ip cameras based on OEM modules from TopSee.

I want a system that did not require MSIE for configuration (like original firmware) and suitable for simple UDP multicast streaming (via gstreamer).

Now i got working OpenWRT and know configuration for most GPIO's.

WIP: starting image capture for MT9P031 sensor and hardware video processing unit.

  • 1
    Step 1

    Clone repository

    git clone https://github.com/CamWRT/openwrt-davinci.git
  • 2
    Step 2

    Setup feeds

    cd openwrt-davinci
    cp feeds.conf.default feeds.conf
    echo 'src-git camwrt https://github.com/CamWRT/packages.git' >> feeds.conf

  • 3
    Step 3

    Pull feeds

    ./scripts/feeds update -a

View all 5 instructions

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates