ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Ragav's profile - activity

2016-05-09 11:26:33 -0500 received badge  Famous Question (source)
2015-06-24 14:37:05 -0500 received badge  Popular Question (source)
2015-06-24 14:37:05 -0500 received badge  Notable Question (source)
2015-02-17 00:56:49 -0500 asked a question Simple image capture with camera

I am trying to develop a small C application with below specs:

  1. Capture image (JPEG / BMP) from a specific camera based on VID / PID
  2. Cross platform

Although the implementation looks to be simple. For noob who started to work with CAMERA . This implementation looks little hard.

I tried OPENCV to capture image was successful.But, I see that I was not able to access a specific camera based on its (VID / PID ).

Thought LIBUVC should help. If somebody could helpme with sequential pointers & examples it could be a real starter for my simple APP devlopment