Home  /  Communication Apps  / HVC-C Data Throw on Windows Pc

HVC-C Data Throw on Windows Pc

Developed By: たろサ

License: Free

Rating: 5,0/5 - 1 votes

Last Updated: April 17, 2024

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 1.3
Size 341.8 KB
Release Date December 29, 14
Category Communication Apps

App Permissions:
Allows applications to connect to paired bluetooth devices. [see more (5)]

What's New:
データが1か所間違っていたので、修正しました。 [see more]

Description from Developer:
data Omron Human vision component (HVC-C) camera has detected it is whole throw app http server. And if you make the API to process the data received by the Web server side, you ca... [read more]

App preview ([see all 5 screenshots])

App preview

About this app

On this page you can download HVC-C Data Throw and install on Windows PC. HVC-C Data Throw is free Communication app, developed by たろサ. Latest version of HVC-C Data Throw is 1.3, was released on 2014-12-29 (updated on 2024-04-17). Estimated number of the downloads is more than 100. Overall rating of HVC-C Data Throw is 5,0. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 1 users, 1 users had rated it 5*, 1 users had rated it 1*.

How to install HVC-C Data Throw on Windows?

Instruction on how to install HVC-C Data Throw on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install HVC-C Data Throw on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install HVC-C Data Throw using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "HVC-C Data Throw" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install HVC-C Data Throw on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "HVC-C Data Throw" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 1.3.

Download HVC-C Data Throw 1.3 on Windows PC – 341.8 KB

data Omron Human vision component (HVC-C) camera has detected it is whole throw app http server. And if you make the API to process the data received by the Web server side, you can variously to play over the network. Even if not via Web, you can also send to the PC that is connected locally via LAN.
In addition, since at the same time broadcast intent also issued, without creating the BLE programs in Android app, just to receive this intent, you can create a processing application of recognition data.

Description
In turn on the Bluetooth from setting in 1.Android, do the HVC-C and pairing.
Start 2.HVC-C Data Throw, and then select the HVC-C Press the Find button. If the beacon is not found, please repeat this operation.
3. Please enter the URL to send the data. For example,
http://192.168.1.10:60001/param
Please enter the URL you want to send the data as.
Please press the URL Save button when finished entering 4.URL.
Please let start the recognition by pressing the 5.Start button.

If the URL blank, you can issue only intent. but does not send to the http server.

Transmitted data
I will show an example of the data to be sent to the following.
? BodyDetect = 0 & HandDetect = 0 & FaceDetect = 1 & FEsize = 146 & FEx = 408 & FEy = 267 & FEconf = 708 & FIyaw = 6 & FIpitchx = 6 & FIroll = -3 & FIconf = 345 & AEage = 63 & AEconf = 250 & EEgender = Female & EEconf = 70 & ZELR = 12 & ZEUD = 0 & BEL = 287 & BER = 243 & XEexpression = Neutral & XEscore = 43 & XEdegree = -57

Acquisition of broadcast intent
something like the following in intent-filter, please add "com.luaridaworks.extras.BODY_DETECT" and "com.luaridaworks.extras.HAND_DETECT" and "com.luaridaworks.extras.FACE_DETECT".

& Lt; receiver android: name = ". HvccReceiver" & gt;
& Lt; intent-filter>
& Lt; action android: name = "com.luaridaworks.extras.BODY_DETECT" / & gt;
& Lt; action android: name = "com.luaridaworks.extras.HAND_DETECT" / & gt;
& Lt; action android: name = "com.luaridaworks.extras.FACE_DETECT" / & gt;
& Lt; / intent-filter & gt;
& Lt; / receiver & gt;

Reception at the BroadcastReceiver, please received something like the following.

String body = (String) intent.getSerializableExtra ("BODY");
String hand = (String) intent.getSerializableExtra ("HAND");
String face = (String) intent.getSerializableExtra ("FACE");

body, hand, face separately, so that you can receive the same string as the examples shown above.

The meaning of each parameter
BodyDetect: number of human body detection
BDsize: detection size
BDx: center of the X-coordinate
BDy: center of the Y coordinate
BDconf: reliability 0-1000
HandDetect: number of hand detection
HDsize: detection size
HDx: center of the X-coordinate
HDy: center of the Y coordinate
HDconf: reliability 0-1000
FaceDetect: number of face detection
FEsize: detection size
FEx: center of the X-coordinate
FEy: center of the Y coordinate
FEconf: reliability 0-1000
FIyaw: left and right angle of the face
FIpitchx: up and down angle of the face
FIroll: tilt (rotation) angle of face
FIconf: reliability 0-1000
AEage: age
AEconf: reliability 0-1000
EEgender: Gender (Male, Female)
EEconf: reliability 0-1000
ZELR: left and right angle of the line of sight
ZEUD: up and down angle of the line of sight
BEL: left eye of head condition
BER: right eye of head condition
XEexpression: expression of the judgment result (Neutral, Happiness, Supprise, Anger, Sadness)
XEscore: score 0 of judgment to 100
XEdegree: positive / negative degrees (+ 100 to -100)
-------------------------------------------------- -------------------------------------------------- ---------------------------------
HVC-C Details of here
⇒http: //plus-sensing.omron.co.jp/egg-project/
※ HVC-C does not work otherwise.
データが1か所間違っていたので、修正しました。
Allows applications to connect to paired bluetooth devices.
Allows applications to discover and pair bluetooth devices.
Allows applications to open network sockets.
Allows an application to write to external storage.
Allows an application to read from external storage.