LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Arduino TTL camera with Bluetooth

I fiigured i would start a new discussion and get somemore info on how to integrate arduino uno and mego with bluetooth and a TTL camera.

My question is, is it possible to use an arduino uno or mega with a TTL camera and a bluetooth to communicate with labview.  The mega has a lot of differenet RX and TX ports so can i use one for the bluetooth and a different set for the camera.  I know the bluetooth has a high enough baud rate to support the camera but i also dont really know how to stream and display the video on the main screen of labview. 

Let me know your thoughts.

0 Kudos
Message 1 of 3
(5,043 Views)

For  best performance you need to transmit the JPEG image as binary data. See:

<https://www.inkling.com/read/arduino-cookbook-michael-margolis-2nd/chapter-4/recipe-4-6>

 

For saving and displaying the JPEG image in Labview see:

<https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P72USAS&l=en-US>

 

To display NTSC video you need the following extra cost Labview add on.

<https://www.ni.com/en-us/shop/product/vision-acquisition-software.html>

However, it may not be available for purchase for use with the student edition of Labview.

 

hrh1818

0 Kudos
Message 2 of 3
(3,561 Views)

ok i will look into those options. 

I actually have the full VisionAcquisition software so that part im good with at least.  I had added a bunch of modules when i purchased the student version for school.

0 Kudos
Message 3 of 3
(3,561 Views)