How do i integrate python into a java program. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do i integrate python into a java program.

I developed an application with Java. I now intend to add a certain functionality which will pick data from a camera and send it to the app for analysis. the camera will act like a drone system. I'm stuck at the integration point. But if there's even a better way to link a drone to my application, I'll be happier that way than coding the camera in python. thanks in advance

15th Dec 2018, 2:09 PM
Yamga
2 Answers
+ 1
both will be a seperated program right ? And the python part only send the image to java. Then in python code, take the image then convert them to base64. Then send that image in base64 to java using socket
15th Dec 2018, 2:18 PM
Taste
Taste - avatar
0
Appreciated
30th Jul 2019, 7:11 AM
Yamga