Git Product home page Git Product logo

ccv15's Introduction

Hi! I'm an open source developer looking for new things to learn, challenges and low-level stuff (except electronics. don't make me do electronics, please. or PHP). ๐Ÿณ๏ธโ€๐ŸŒˆ Soft, polyam, trans and very shy, but I like meeting new people ๐Ÿ˜Š

What I usually work on

โš™๏ธ Kernels
๐Ÿ”ฌ Forensics & reverse engineering
๐Ÿ“  Networks
๐Ÿ“ก Radio
๐ŸŽฅ A/V (sometimes)

Favorite languages

Typescript, Haskell, Python, Rust, C++, Agda

ccv15's People

Contributors

mildsunrise avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ccv15's Issues

project.pbxproj file is missing

When ccv15/apps/addonsExamples/XCode/Community Core Vision.xcodeproj is opened, it says:

Project ccv15/apps/addonsExamples/XCode/Community Core Vision.xcodeproj cannot be opened because it is missing its project.pbxproj file.

Any idea how to CCV's source code get working in Xcode?

Compilation problem on ubuntu 64 bit undefined reference to `pglGenFramebuffersEXT' etc.

Hello

I've tried compiling ccv15 on a ubuntu 64 bit, I've solved most of libs issue, but during linking I got the following error (see below)

I think I have all the dependency installed and correctly put, but the error is weird because when reading the symbol I got i have for example

glGenFramebuffersEXT

without a p
and the code itself ccv15/addons/ofxNCore/src/Filters/GPUImageFilter.cpp line 15 has a reference to the function without p

it seems people there got the same issue http://nuigroup.com/forums/viewthread/8691/P15/ but there's no clear explanation on how to solve it

/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/GPUImageFilter.cpp:38: undefined reference to `pglGenFramebuffersEXT'
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/GPUImageFilter.cpp:39: undefined reference to `pglBindFramebufferEXT'
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/GPUImageFilter.cpp:42: undefined reference to `pglFramebufferTexture2DEXT'
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/GPUImageFilter.cpp:44: undefined reference to `pglBindFramebufferEXT'
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/GPUImageFilter.cpp:46: undefined reference to `pglCheckFramebufferStatusEXT'
obj/Debug/addons/ofxNCore/src/Filters/GPUImageFilter.o: In function `GPUImageFilter::apply(unsigned int, unsigned int)':
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/GPUImageFilter.cpp:134: undefined reference to `pglBindFramebufferEXT'
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/GPUImageFilter.cpp:209: undefined reference to `pglBindFramebufferEXT'
obj/Debug/addons/ofxNCore/src/Filters/GPUImageFilter.o: In function `ShaderProgram::enable()':
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/ShaderProgram.h:34: undefined reference to `pglUseProgram'
obj/Debug/addons/ofxNCore/src/Filters/GPUImageFilter.o: In function `ShaderProgram::disable()':
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/ShaderProgram.h:35: undefined reference to `pglUseProgram'
obj/Debug/addons/ofxNCore/src/Filters/GPUImageFilter.o: In function `ShaderProgram::setUniform1f(char const*, float)':
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/ShaderProgram.h:36: undefined reference to `pglUniform1f'
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/ShaderProgram.h:36: undefined reference to `pglGetUniformLocation'
obj/Debug/addons/ofxNCore/src/Filters/GPUImageFilter.o: In function `ShaderProgram::setUniform1i(char const*, int)':
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/ShaderProgram.h:37: undefined reference to `pglUniform1i'
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/ShaderProgram.h:37: undefined reference to `pglGetUniformLocation'
obj/Debug/addons/ofxNCore/src/Filters/ShaderProgram.o: In function `printShaderInfoLog(unsigned int)':
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/ShaderProgram.cpp:51: undefined reference to `pglGetShaderiv'
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/ShaderProgram.cpp:55: undefined reference to `pglGetShaderInfoLog'
obj/Debug/addons/ofxNCore/src/Filters/ShaderProgram.o: In function `printProgramInfoLog(unsigned int)':
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/ShaderProgram.cpp:68: undefined reference to `pglGetProgramiv'
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/ShaderProgram.cpp:72: undefined reference to `pglGetProgramInfoLog'
obj/Debug/addons/ofxNCore/src/Filters/ShaderProgram.o: In function `loadShader(char const*, unsigned int)':
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/ShaderProgram.cpp:83: undefined reference to `pglCreateShader'
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/ShaderProgram.cpp:87: undefined reference to `pglShaderSource'
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/ShaderProgram.cpp:88: undefined reference to `pglCompileShader'
obj/Debug/addons/ofxNCore/src/Filters/ShaderProgram.o: In function `ShaderProgram::ShaderProgram(char const*, char const*, char const*)':
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/ShaderProgram.cpp:99: undefined reference to `pglCreateProgram'
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/ShaderProgram.cpp:106: undefined reference to `pglAttachShader'
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/ShaderProgram.cpp:112: undefined reference to `pglAttachShader'
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/ShaderProgram.cpp:116: undefined reference to `pglProgramParameteriEXT'
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/ShaderProgram.cpp:117: undefined reference to `pglProgramParameteriEXT'
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/ShaderProgram.cpp:118: undefined reference to `pglProgramParameteriEXT'
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/ShaderProgram.cpp:125: undefined reference to `pglAttachShader'
/home/ccv/Dev/ccv15/addons/ofxNCore/src/Filters/ShaderProgram.cpp:128: undefined reference to `pglLinkProgram'
obj/Debug/addons/ofxNCore/src/Modules/ofxNCoreVision.o: In function `ProcessFilters::applyGPUFilters()':
/home/ccv/Dev/ccv15/apps/addonsExamples/Codeblocks_64bit/../../../addons/ofxNCore/src/Filters/ProcessFilters.h:186: undefined reference to `pglBindFramebufferEXT'
/home/ccv/Dev/ccv15/apps/addonsExamples/Codeblocks_64bit/../../../addons/ofxNCore/src/Filters/ProcessFilters.h:189: undefined reference to `pglBindFramebufferEXT'

Can't compile on Ubuntu 13.04

There's plenty of windows-only headers:

#include <windows.h>
#include <conio.h>

etc.

As I've already seen a binary for Linux, I was wondering how it was compiled in a first place?

setup instructions

thanks a lot for porting this to linux!

i downloaded the compiled version, but its a bit painful to guess the dependencies one by one. i managed to figure out i have to install pocofoundation and freeimage, but now its missing libcv.so.1. if i understand correctly, this is a predecessor of opencv. i do have libopencv_core.so and libopencv_video.so but no libcv.so.1. what do i need to install?

i am on ubuntu 12.04.

Hey! Firstly: Thanks!

Using http://nuigc.com/?go=https://github.com/downloads/jmendeth/ccv15/CCV-1.5-lin-prev-alpha-i368.zip
that You posted 01 August 2012 02:45 PM on http://nuigroup.com/forums/viewthread/13330/P165/

I found bug on Ubuntu 12.10 64 bit:
error while loading shared libraries: libglut.so.3: cannot open shared object file: No such file or directory

I have found this file in /usr/lib32/i386-linux-gnu and in /usr/lib/x86_64-linux-gnu, but I don't know where I have to symlink it.
I'll be thankful for Your time and help.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.