Ask Your Question

Agus's profile - activity

2019-07-11 11:46:43 -0600 commented question [Android] How to show a camera processed frame before finish onCameraFrame method

Someone can help me? Thanks so much in advance.

2019-07-01 13:55:47 -0600 edited question [Android] How to show a camera processed frame before finish onCameraFrame method

[Android] How to show a camera processed frame before endind onCameraFrame method Hi guys, working with Aruco markers in

2019-07-01 13:06:47 -0600 asked a question [Android] How to show a camera processed frame before finish onCameraFrame method

[Android] How to show a camera processed frame before endind onCameraFrame method Hi guys, working with Aruco markers in

2019-05-16 03:38:43 -0600 answered a question Autonomous robot, line following and Aruco detection. Android Java

I need some help, thanks in advance :)

2019-05-13 10:35:40 -0600 edited question Autonomous robot, line following and Aruco detection. Android Java

Autonomous robot, line following and Aruco detection. Android Java Hi guys, firstly let me thank you for this fantastic

2019-05-13 07:38:01 -0600 edited question Autonomous robot, line following and Aruco detection. Android Java

Autonomous robot, line following and Aruco detection. Android Java Hi guys, firstly let me thank you for this fantastic

2019-05-13 07:35:10 -0600 asked a question Autonomous robot, line following and Aruco detection. Android Java

Autonomous robot, line following and Aruco detection. Android Java Hi guys, firstly let me thank you for this fantastic

2019-04-13 04:02:04 -0600 edited question Aruco java, trying to get marker IDs [solved]

SOLVED Aruco java, trying to get marker IDs Hi all, first of all thanks for this amazing library. I´m working on my fina

2019-04-13 04:01:33 -0600 edited question Aruco java, trying to get marker IDs [solved]

Aruco java, trying to get marker IDs Hi all, first of all thanks for this amazing library. I´m working on my final degre

2019-04-13 03:58:55 -0600 commented question Aruco java, trying to get marker IDs [solved]

Yeah, that´s what I was looking for, thanks a lot berak!

2019-04-12 09:33:26 -0600 commented question Aruco java, trying to get marker IDs [solved]

I´ve solved the problem, I´ve got a String value using toString() function: public void drawDetectedMarkers(Mat mRgba)

2019-04-12 09:31:45 -0600 commented question Aruco java, trying to get marker IDs [solved]

I´ve solved the problem, I´ve got a String value using toString() function: public void drawDetectedMarkers(Mat mRgba)

2019-04-12 09:31:11 -0600 commented question Aruco java, trying to get marker IDs [solved]

I´ve solved the problem, I´ve got a String value using toString() function: public void drawDetectedMarkers(Mat mRgba)

2019-04-12 06:45:05 -0600 commented question Aruco java, trying to get marker IDs [solved]

Using "putText" function I get these info: Imgproc.putText(mRgba, "Aruco:"+ arucoIDs.get(0,0), new Point(30, 80), 3, 0.

2019-04-12 06:43:06 -0600 commented question Aruco java, trying to get marker IDs [solved]

Using "putText" function I get these info: Imgproc.putText(mRgba, "Aruco:"+ arucoIDs.get(0,0), new Point(30, 80), 3, 0.

2019-04-12 06:24:44 -0600 commented question Aruco java, trying to get marker IDs [solved]

Hi @berak,thanks for your answer. "arucoIDs" is a Mat type, declared at onCameraViewStarted as: public Mat arucoIDs =

2019-04-12 06:24:11 -0600 commented question Aruco java, trying to get marker IDs [solved]

This is the Aruco.java code called from drawDetectedMarkers function: //javadoc: drawDetectedMarkers(image, corners, id

2019-04-12 06:23:44 -0600 commented question Aruco java, trying to get marker IDs [solved]

Hi @berak,thanks for your answer. "arucoIDs" is a Mat type, declared at onCameraViewStarted as: public Mat arucoIDs =

2019-04-11 17:53:00 -0600 received badge  Editor (source)
2019-04-11 17:53:00 -0600 edited question Aruco java, trying to get marker IDs [solved]

Aruco java getting marker IDs Hi all, first of all thanks for this amazing library. I´m working on my final degree proje

2019-04-11 17:23:47 -0600 asked a question Aruco java, trying to get marker IDs [solved]

Aruco java getting marker IDs Hi all, first of all thanks for this amazing library. I´m working on my final degree proje

2019-04-11 06:32:38 -0600 received badge  Enthusiast
2019-04-06 13:27:02 -0600 commented answer QR code detection in Java (Android Studio)

Sorry @dkurt @berak, I´m totally lost.... I´m still in the 4.0.1 OpenCV version, so how to import those changes into my

2019-04-05 13:11:02 -0600 commented answer QR code detection in Java (Android Studio)

Sorry dkurt, I´m totally lost.... I´m still in the 4.0.1 OpenCV version, so how to import those changes into my Android

2019-04-05 10:45:42 -0600 commented answer QR code detection in Java (Android Studio)

So, after all the changes made thanks to your proposal, can I use Detect and Decode functions on my Android project? Reg

2019-04-05 10:41:52 -0600 commented answer QR code detection in Java (Android Studio)

Thanks @berak @dkurt!

2019-04-05 07:20:24 -0600 commented answer QR code detection in Java (Android Studio)

Thanks @dkurt!

2019-04-05 03:24:54 -0600 commented answer QR code detection in Java (Android Studio)

Thanks berak, so QRCodeDetector in java is half implemented, it´s so weird...Anyways, could be possible to implement tha

2019-04-04 11:20:26 -0600 asked a question QR code detection in Java (Android Studio)

QR code detection in Java (Android Studio) Hi everyone,I´m developing a final project Android app, where I´m using OpenC