Open agjunyent opened 9 years ago
Well, I've checked in find_object code and PCL was not used, so I removed the ROS dependency in this commit so that PCL is not required to build find_object_2d.
Thx for the observation! Mathieu
Hi I'm trying to get this interesting application to capture video being sent across my wifi network from my raspberry 4 board. That RPI board is using it's picamera in a pythin script.
But ... the Find-Object crashes when I run my python script on the rPI board . It prints an error message , something about Qt exception ...and immediatly closes on the laptop. Unfortunatly I cannot provide details of the error message because the Find_Object app quickly closes.
I'm using a simple TCP socket client script on the RPI, written in python and that uses the network iP address of my laptop as assigned by my router, e.g. 192.168.x.y ( NOT the ip address displayed by the app when it is running and waiting listening;- 169.254.157.36 ) I'm setting the port values to the same value on both ends.
Has anyone managed to get Find-Object to capture and display video across a network from a raspberry pi board ?
What setting did you use ?
thanks
Hi there!
I have been using this project with my laptop and all went perfect from the very beginning.
I'm trying now to change the laptop for a Raspberry Pi with ROS Indigo, but I realised that the RPi has no PCL libraries for ROS, and the project does not compile.
Is there any option of splitting the project in order to make it run without PCL in a RPi??
Thanks in advance