User Tools

Site Tools


shotdetect

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
shotdetect [2016/06/03 14:39]
wbeckett [SHOTDETECT]
shotdetect [2021/06/04 02:16] (current)
Line 16: Line 16:
  
 sudo apt-get install clang-3.5 llvm sudo apt-get install clang-3.5 llvm
 +
 +rpi: sudo apt-get install clang
  
 <​code>​ <​code>​
Line 27: Line 29:
 sudo apt-get install libswscale-dev sudo apt-get install libswscale-dev
  
 +
 +apt-get install libxml-dev
 ==== XML errors - fixed: ===== ==== XML errors - fixed: =====
  
Line 61: Line 65:
  
  
 +
 +==== Compile options for RPI =====
 +
 +-ccc-host-triple armv6-unknown-eabi -march=armv6 -mfpu=vfp -mcpu=arm1176jzf-s -mtune=arm1176jzf-s -mfloat-abi=hard
 +
 +Added to build:
 +CMakeCache.txt:​CMAKE_CXX_FLAGS:​STRING=-ccc-host-triple armv6-unknown-eabi -march=armv6 -mfpu=vfp -mcpu=arm1176jzf-s -mtune=arm1176jzf-s -mfloat-abi=hard
shotdetect.1464964741.txt.gz ยท Last modified: 2021/06/04 02:16 (external edit)