Giter VIP home page Giter VIP logo

kortex_vision's People

Contributors

708yamaguchi avatar alexvannobel avatar felixmaisonneuve avatar iory avatar jpcotekinova avatar lscarton avatar mgelinaskinova avatar sthoduka avatar zal-rdenz avatar

Stargazers

 avatar

Watchers

 avatar

kortex_vision's Issues

[Main] Ideal use case.

KinovaVision kv;
kv.start();
cv::Mat img, depth_img;
kv.get_color_image(img);
kv.get_depth_image(depth_img);
kv.get_color_and_depth_image(img, depth_img);

@sthoduka

  • are img and deepth_img passed by reference or by pointer?
  • what do you prefear to set the parameters of kv (by constructor of by set_parameter function?)

Maybe the json parser should be outside KinovaVision so they are loosely cuppled, and play together in the main

add single config file

Currently configuration parameters are in the launch files and camera calibration parameters are in .ini files. A single JSON file with all configuration and calibration parameters would be preferable.

Some important config parameters are:

  • device IP address
  • static transform between RGB and depth cameras
  • RTSP urls for color and depth

remove ROS-specific files

this includes:

  • package.xml
  • launch files
  • rviz config
  • remove catkin from CMakeLists
  • vision_node.cpp

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.