All Projects → guardianproject → CameraV

guardianproject / CameraV

Licence: GPL-3.0 License
CameraV: InformaCam Default Android App

Programming Languages

java
68154 projects - #9 most used programming language
C++
36643 projects - #6 most used programming language
Makefile
30231 projects
HTML
75241 projects
CSS
56736 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to CameraV

avp-bev-open
A pkg stiching around view images(4-6cameras) to generate bird's eye view.
Stars: ✭ 34 (-58.02%)
Mutual labels:  camera
pmvr
Raspberry Pi Motion Video Recorder
Stars: ✭ 22 (-72.84%)
Mutual labels:  camera
isaac ros argus camera
ROS2 packages based on NVIDIA libArgus library for hardware-accelerated CSI camera support.
Stars: ✭ 21 (-74.07%)
Mutual labels:  camera
OctoPrint-CameraSettings
An OctoPrint plugin that allows a user to interactively change camera settings.
Stars: ✭ 31 (-61.73%)
Mutual labels:  camera
fmo-cpp-demo
Fast Moving Objects Detection (demo version)
Stars: ✭ 36 (-55.56%)
Mutual labels:  camera
Slate
A better iOS camera
Stars: ✭ 80 (-1.23%)
Mutual labels:  camera
vision-camera-image-labeler
VisionCamera Frame Processor Plugin to label images using MLKit Vision
Stars: ✭ 62 (-23.46%)
Mutual labels:  camera
infinitree
Scalable and encrypted embedded database with 3-tier caching
Stars: ✭ 80 (-1.23%)
Mutual labels:  encryption
TouchControl
Control at your fingertips.
Stars: ✭ 16 (-80.25%)
Mutual labels:  camera
Colorwaver
🎨 An app to detect color palettes in the real world - powered by VisionCamera
Stars: ✭ 365 (+350.62%)
Mutual labels:  camera
Automated-Social-Distancing-Monitoring
automated social distancing monitoring system
Stars: ✭ 1 (-98.77%)
Mutual labels:  camera
nazar
Electronic component detection, identification and recognition system in realtime from camera image using react-native and tensorflow for classification along with Clarifai API with option to search the component details from web with description shown from Octopart fetched from server
Stars: ✭ 25 (-69.14%)
Mutual labels:  camera
frigate-hass-integration
Frigate integration for Home Assistant
Stars: ✭ 241 (+197.53%)
Mutual labels:  camera
capacitor-vue-ionicv4-app
sample app using capacitor vuejs and ionicv4 components
Stars: ✭ 70 (-13.58%)
Mutual labels:  camera
diary-app
🔐An End-To-End Encrypted Diary Web App
Stars: ✭ 83 (+2.47%)
Mutual labels:  encryption
usgscsm
This repository stores USGS Community Sensor Model (CSM) camera models
Stars: ✭ 14 (-82.72%)
Mutual labels:  camera
aliceandbob
🔐 A free, light and easy to use client-side tool to generate PGP key pairs, encrypt and decrypt messages.
Stars: ✭ 24 (-70.37%)
Mutual labels:  encryption
FlashPaper
One-time encrypted password/secret sharing
Stars: ✭ 85 (+4.94%)
Mutual labels:  encryption
userless
A client and server side solution for zero knowledge authentication, in Go
Stars: ✭ 15 (-81.48%)
Mutual labels:  encryption
DiscordEncryption
🔐 Configurable end to end encryption for Discord
Stars: ✭ 30 (-62.96%)
Mutual labels:  encryption

InformaApp

An InformaCam app to generate verifiable media.

Building

git clone https://github.com/guardianproject/InformaApp

cd InformaApp/

git submodules update --init --recursive

./setup-ant.sh

./build-native.sh

cd app/

ant clean debug

=======

InformaCam

This is information for building the primary submodule for InformaApp, the InformaCam Core Library, located at external/InformCam

Setting up Development Environment

Prerequisites:

Follow these steps to setup your dev environment:

  1. Checkout InformaCam git repo

  2. Init and update git submodules

    git submodule update --init --recursive

  3. Ensure NDK_BASE env variable is set to the location of your NDK, example:

    export NDK_BASE=/path/to/android-ndk

  4. Build android-ffmpeg

    cd external/android-ffmpeg-java/external/android-ffmpeg/ ./configure_make_everything.sh

  5. Build IOCipher

    cd external/IOCipher/ make -C external ndk-build

  6. Using Eclipse

    Import into Eclipse (using the "existing projects" option) the projects in this order:

     external/OnionKit/library
     external/android-ffmpeg-java/
     external/IOCipher/
     external/ODKFormParser/
    

    Using ANT

     ./setup-ant.sh
     ant clean debug
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].