LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Android And LabVIEW

I want to take photo with my phone, and send the data to LabVIEW system, How to do it?

 

 

0 Kudos
Message 1 of 13
(2,723 Views)

How to solve it?

0 Kudos
Message 2 of 13
(2,678 Views)

I guess by doing some coding.  Are you just doing this to familiarize yourself with LabVIEW?  There are probably better, easier ways to do it.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 3 of 13
(2,658 Views)

There are several ways to send data.

 

Are you looking for a Wifi or USB transfer?

 

I'm not sure it matters. You need some sort of socket:

How to Communicate with PC using Android? - GeeksforGeeks

0 Kudos
Message 4 of 13
(2,645 Views)

There are some android apps that turn your phone camera into a PC webcam (USB of wifi). Have not tried if that would work.

0 Kudos
Message 5 of 13
(2,615 Views)

Hi Johnson,

 


@Johnson1213 wrote:

I want to take photo with my phone, and send the data to LabVIEW system, How to do it?


Generic answer to your generic question:

  1. Take the photo with your phone camera app.
  2. Send that image using the email app of the phone to your email account.
  3. Start an email program on your computer, receive the email and save the image attachment to your harddrive.
  4. Start LabVIEW and load the image file using the image file functions…

Seems quite easy, isn't it?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 13
(2,604 Views)

@Johnson1213 wrote:

I want to take photo with my phone, and send the data to LabVIEW system, How to do it?

 

 


I without doing the project for you I would: 

1) Set up a web service in Azure that accepts client connections for data transfer. 

2) Create an Android App, (I recommend Flutter because it has some nice Azure web service integration tools and it builds for iOS as well) that you can take a picture and push it to your Azure cloud app. 

3) finally write some Labview code that logs into your cloud app and pulls the picture and displays it. (Labview does not have great Azure integration tools but you can get at .NET which does have some Azure web service integration) 

 

______________________________________________________________
Have a pleasant day and be sure to learn Python for success and prosperity.
0 Kudos
Message 7 of 13
(2,589 Views)

How to start the email program in LabVIEW?

 

LabVIEW can auto download the image form email?

I try to convert the color image to array, and send to LabVIEW, it was unsuccessful.

0 Kudos
Message 8 of 13
(2,559 Views)

If I want to send color image from phone to LabVIEW using WIFI, How to do it?

 

What it photo format?

 

I try to convert color image to array in LabVIEW, it was unsuccessful .

0 Kudos
Message 9 of 13
(2,558 Views)

@Johnson1213 wrote:

If I want to send color image from phone to LabVIEW using WIFI, How to do it?

 

What it photo format?

 

I try to convert color image to array in LabVIEW, it was unsuccessful .


Post what you have... 

0 Kudos
Message 10 of 13
(2,543 Views)