Ask Your Question

vannem95's profile - activity

2018-08-15 00:26:04 -0600 commented question detectmarkers segmentation fault error

oh well. thanks anyway.

2018-08-15 00:09:16 -0600 commented question detectmarkers segmentation fault error

I had that when i was trying to check if imread was working fine. Later realized that it wasn't the issue. The segfault

2018-08-15 00:03:37 -0600 received badge  Enthusiast
2018-08-14 19:37:37 -0600 received badge  Editor (source)
2018-08-14 19:37:37 -0600 edited question detectmarkers segmentation fault error

detectmarkers segmentation fault error Opencv version - 3.3.1 Ubuntu 16.04 All i'm trying to do is get the pose of the

2018-08-14 19:36:25 -0600 asked a question detectmarkers segmentation fault error

detectmarkers segmentation fault error Opencv version - 3.3.1 Ubuntu 16.04 All i'm trying to do is detect the marker i

2018-08-13 18:02:47 -0600 asked a question camera pose using multiple aruco markers

camera pose using multiple aruco markers I am trying to find the pose of the camera with aruco markers fixed on the wall

2017-04-20 03:30:42 -0600 commented answer Videocapture.get() not working

I figured out a way around it. Thanks for your help.

2017-04-20 03:30:15 -0600 received badge  Scholar (source)
2017-04-17 06:11:35 -0600 commented answer Videocapture.get() not working

I need to change/get the exposure times and position in millisec. Do you know of any other way to get that info?

2017-04-17 04:10:21 -0600 asked a question Videocapture.get() not working

I am using logitech quickcam pro and trying to get/change camera properties.(I tried v4l2 and it works but i can't change the things i want using that). Here is my code:

import cv2

import time

import os

vidcap=cv2.VideoCapture(0)

success,image = vidcap.read()

count = 0

success = True

a=10000

debug=0

print vidcap.get(0)

This is the error i get:

HIGHGUI ERROR: V4L2: Unable to get property <unknown property="" string="">(0) - Invalid argument -1.0