09-18-2024 07:17 PM
I was wondering if it's possible to connect an Android Phone Camera to LabView while running a test and integrate into my vi. Then be able to Load the video that was capture to the PC. Would it be possible via bluetooth or USB connection.
09-18-2024 07:27 PM
First, to check the feasibility in LabVIEW, check for feasibility in another programming language, like Python or C#; if you can find examples for that, it may be possible to port it into LabVIEW.
09-19-2024 02:56 AM
This is already quite old but the principle still applies.
NI Vision does not know how to interface to your Android phone camera. Instead you need to install a server component on your phone that converts the camera into a video stream of some format and then install a IP Camera driver under Windows that provides a DirectShow Interface. NI-IMAQdx then can access that adapter.
09-19-2024 09:26 AM
Windows new version, 24H2, will support control your phone on PC.