Ask Your Question

chrichri's profile - activity

2018-03-14 05:11:40 -0600 commented question Android- Read Streaming from FFmpeg

I'm sorry. I have FFmpeg library that receive frames from GoPro and I can restream that frames in any protocol in a loca

2018-03-14 04:59:15 -0600 commented question Android- Read Streaming from FFmpeg

Then your suggest is to take the GoPro frame from FFmpeg and save them to memory, and so read them from OpenCV, is it ri

2018-03-14 04:51:21 -0600 asked a question Android- Read Streaming from FFmpeg

Android- Read Streaming from FFmpeg Hello! I receive frames streaming from Android (From a GoPro). I need to restream t

2017-10-12 09:54:15 -0600 commented question Android OpenCV - Take Mat object from VideoView/SurfaceView

Thank you very much! Yes it is the same app! But I use a vlc library that take the udp stream from a GoPro and display

2017-10-12 08:21:20 -0600 edited question Android OpenCV - Take Mat object from VideoView/SurfaceView

Android OpenCV - Take Mat object from VideoView/SurfaceView Hello! In my Android app there is a VideoView (I can also u

2017-10-12 08:20:48 -0600 edited question Android OpenCV - Take Mat object from VideoView/SurfaceView

Android OpenCV - Take Mat object from VideoView/SurfaceView Hello! In my Android app there is a VideoView (I can also u

2017-10-12 08:04:03 -0600 asked a question Android OpenCV - Take Mat object from VideoView/SurfaceView

Android OpenCV - Take Mat object from VideoView/SurfaceView Hello! In my Android app there is a VideoView (I can also u

2017-09-28 12:59:08 -0600 edited question ANDROID Open FFmpeg frames

ANDROID Open FFmpeg frames Hello, I have used OpenCV in Android to display frames from the camera, with "public Mat onC

2017-09-28 12:57:52 -0600 edited question ANDROID Open FFmpeg frames

ANDROID Open FFmpeg frames Hello, I have used OpenCV in Android to display frames from the camera, with "public Mat onC

2017-09-28 09:10:50 -0600 asked a question ANDROID Open FFmpeg frames

ANDROID Open FFmpeg frames Hello, I have used OpenCV in Android to display frames from the camera. Now, I can receive

2017-08-08 08:38:51 -0600 answered a question Android OpenCv

Thank you very much for your response!

The problem is that I must take (from my Android App) the live frame from a GoPro Hero4..

I have seen that I can obtain the live frame using some script or a single linux command: ffplay -an -fflags nobuffer -f:v mpegts -probesize 8192 rtp://10.5.5.9:8554

is there a way to take the frame in the Android App and pass them to onCameraFrame? (Frames can also go through a script in the computer)...

Thank you very much!

2017-08-01 07:42:17 -0600 asked a question Android OpenCv

Hello!

In my Android App, I need to take (using OpenCv library) a stream from a pc in the Lan (I have the ip and UDP port of the stream). The stream must be displayed in the JavaCameraView, and the frames of this stream, must be elaborate by the "onCameraFrame(CvCameraViewFrame inputFrame)" method..

Can you help me?

Thank You very much!

2017-07-16 03:52:48 -0600 asked a question Android OpenCV take frame from GoPro

Hello!

I have developed an Android App that take frames from opencv.android.JavaCameraView and processes them through the onCameraFrame method. Now I have a problem. I need to take the frames from a GoPro so that I can processes them.

How can I do to take the frames from a GoPro and processes them with the onCameraFrame method?

Thank You Very Much!!

Best Regards!

2017-07-04 10:53:32 -0600 received badge  Editor (source)
2017-07-04 10:52:27 -0600 asked a question ANDROID - org.opencv.android.JavaCameraView not full screen

Hello! I have developed an app that use the org.opencv.android.JavaCameraView. My problem is that if I run the application in Asus P00C (10' ) it works well (the camera view is full screen). If I run the application in a SAMSUNG SM-T713 (8') the camera does not cover the entire display. In this case though, the application works in full screen because a textview compare in the black part of the screen where the camera view does not arrive.

This is the xml code:

** <android.support.constraint.constraintlayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:opencv="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="underwater.sapienza.com.markerrecognition.MainActivity">

<org.opencv.android.JavaCameraView
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:visibility="visible"
    android:id="@+id/tutorial1_activity_java_surface_view"
    opencv:camera_id="any"
    tools:layout_editor_absoluteY="0dp"
    tools:layout_editor_absoluteX="0dp" />

<linearlayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical" tools:layout_editor_absolutey="0dp" tools:layout_editor_absolutex="0dp">

<TextView
    android:id="@+id/textView"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="Nessun marker!"
    android:textSize="70sp"

     />

<TextView
    android:id="@+id/textView2"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="Nessun marker!"
    android:textSize="70sp"

    />

<LinearLayout
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:orientation="horizontal"
    >

<Button
    android:id="@+id/buttonDiminuisciSoglia"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:onClick="diminuisciSogliaMinima"
    android:text="DIMINUISCI SOGLIA MINIMA" />

<TextView
    android:id="@+id/textViewSogliaMinima"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text=""
    android:textSize="20sp"

    />

<Button
    android:id="@+id/buttonAumentaSoglia"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:onClick="aumentaSogliaMinima"
    android:text="AUMENTA SOGLIA MINIMA" />


    </LinearLayout>

</linearlayout>

</android.support.constraint.constraintlayout>

**

Can you help me??

Thank you very much!

Best Regards!!

2017-06-28 09:57:59 -0600 received badge  Enthusiast
2017-06-25 10:29:52 -0600 commented question Image Marker Recognition - ANDROID

is there anybody that can help me? I can not find a good and easy tutorial to do this app..

2017-06-25 06:15:22 -0600 commented question Image Marker Recognition - ANDROID

Ok thanks! unfortunately I do not know where to start to learn how to implement an Android Studio Marker Recognition..

2017-06-24 14:14:42 -0600 commented question Image Marker Recognition - ANDROID

Thank you very much for your answer!

Yes, I am free to choose and the Aruco Markers are very good!

I think that I must use C++ code in my Android Application. But I can not find tutorial on how to import Aruco Library and use it.

Can you help me?

thank you very much!

2017-06-24 05:34:11 -0600 asked a question Image Marker Recognition - ANDROID

Hello! I am not OpenCV expert! I need to develop an Android App that recognizes images of Marker saved in memory.

I have developed an App that uses the "public Mat onCameraFrame(CvCameraViewFrame inputFrame)" method, to capture the frames by the camera.

In this metod I have got two Mat object: - inputFrame--> the actual frame captured from the camera - markerImage--> a Mat object that load an image marker from tablet memory

How can I check if in the inputFrame there is the markerImage and so do anything? Is my approach correct?

Thank you very much! Best Regard

2017-06-23 07:37:51 -0600 asked a question Android App, that recognizes Marker?

Hello! I need to develop an App Android that recognizes Marker by the camera (it has more Image Marker saved in memory). I don't know so well OpenCV. There are no online tutorials about this.

Can you help me?

Thank you very much!

Best regards!