Questions tagged [intelinde]

Intel® INDE is a beta cross-platform productivity suite built with today's developer in mind that provides developers with tools, support, integration and updates to create high-performance C++/Java* applications for Android* that run on ARM* and run best on Intel® architecture-based devices.

Intel® INDE is a beta cross-platform productivity suite built with today's developer in mind that provides developers with tools, support, integration and updates to create high-performance C++/Java* applications for Android* that run on ARM* and run best on Intel® architecture-based devices. The first release of Intel® INDE focuses on delivering tools to support each step of the development chain for Android* targets, with some support for Microsoft Windows* targets. Additional support will be added throughout the year.

Key features:

Intel® INDE enables faster development by providing tools, samples & libraries for environment setup, code creation, compilation, debugging and analysis. Developers can code quickly with integration of tools into popular IDEs, while being future proof with automatic updates to the latest tools and technology. Intel® INDE supports 64-bit host systems running Microsoft Windows* 7-8.1 and ARM* and Intel® architecture-based target devices running Android 4.3 & up.= and Microsoft Windows* 7-8.1 devices based on Intel® architecture. Intel® INDE is an early access beta available for free at intel.com/software/INDE.

FAQ: https://software.intel.com/en-us/articles/intel-inde-frequently-asked-questions

8 questions
6
votes
2 answers

How to use Intel® Integrated Native Developer Experience to develop Android native app's.

Intel has new a beta release of Intel's cross-platform development suite to quickly & easily create applications targeting Android* and Windows* devices with native performance. I have read about that from here intel Integrated Native Developer…
Naresh Sharma
  • 4,323
  • 7
  • 48
  • 68
5
votes
0 answers

Intel INDE - Video Capturing for Unity 3D (How to Capture only the App Video and Audio instead of using mic)

Good Day! I've followed the instruction from this link: Intel® INDE Media for Mobile Tutorials - Video Capturing for Unity3d* Applications on Android* and I've made it working with my app. The problem only is that the audio uses the microphone for…
broadfire016
  • 76
  • 1
  • 4
2
votes
0 answers

Intel INDE - How to control (mute) microphone input volume (input gain) in Android

I'm using Intel INDE for video streaming purposes (Android) and it's giving me headaches to solve some problems. The main problem is how to mute/unmute the devices microphone in Android. Looks like Intel INDE is overriding the input volume to be…
Biguas
  • 51
  • 6
1
vote
1 answer

Video Cut/trim crashes using Intel media-for-mobile sample

I am using Intel media-for-mobile sample (https://github.com/INDExOS/media-for-mobile) to Trim/Cut video. However when I try for video trim and click start button it gives me an error: java.lang.IllegalStateException with logcat red error as: A…
naeemgik
  • 2,232
  • 4
  • 25
  • 47
1
vote
2 answers

Full screen camera preview in portrait mode on Android 4.3

I am using the Intel Inde library for media (specifically this example: https://github.com/INDExOS/media-for-mobile/blob/master/Android/samples/apps/src/com/intel/inde/mp/samples/CameraCapturerActivity.java) My goal is to set up a full screen…
nyc0202034
  • 113
  • 1
  • 3
  • 14
1
vote
0 answers

Intel-inde for android camera capture/live streaming problems

I am playing around with Intel-inde and am running into trouble with CameraCapture and live streaming. I've loaded the external JARs and the 4 armeabi .so files into my project. I've made a basic program basically copying the…
0
votes
2 answers

INTELIJ terminal only showing directory instead of running a command prompt

Sorry if it is a dumb question, but i was running my code perfectly and the terminal was reacting when i ran my program. After turning my laptop off and on I cant seem to get it to show my SOP commands in the terminal. All i get is the directory of…
0
votes
1 answer

camelCase parameters in setter in PhpStorm

I have under_score named properties in my class like transaction_id or web_order_item_id. And I want to customize the parameter name in my setters when I generate it. For now it generate this: /** * @param int $original_transaction_id .camelCase() …
YuriiChmil
  • 441
  • 1
  • 5
  • 18