Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 314 Bytes

File metadata and controls

7 lines (4 loc) · 314 Bytes

Camera2Activity

A simple App to stream images to server (without "clicking" any button) for further processing

Running Server

Run post server using flask run --host 0.0.0.0. Make sure to export FLASK_APP=upload_server.py before running the server and change the URL in UploadService.java