Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 834 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 834 Bytes

CameraApp

Introduction

This is a piece of code based off of Sony SDK to download pictures as they are clicked and directly store them on a raspberry pi or NVIDIA Jetson.

How to run -new

Run run.py

How to run -old

(you will have to change the directory in run.py after running this)

  1. Change directories to the folder where main.cpp is stored
  2. Remove the build folder
  3. In CMakeLists.txt file change the file paths for libraries and directories to match their actual location in Cameraremote_SDK
  4. Change directory to build folder: cd build
  5. Generate the build files: cmake ..
  6. Make the project: make
  7. To run use: ./CameraApp

always build the project after downloading from github

Use RemoteCli.cpp as reference

For camera change SSH password in CameraDevice.cpp line 179