-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
camera lens intrinsics #4
Comments
Honestly, I need to take tonight to review the network connections code between the programs to clean it up and separate setting them out into an argument/file; having to recompile the program to change this seems pretty unreasonable. Anyways, it seems I have comments in my local version that haven't been committed yet. Here it is but with the edits I think you want. # mjpg streamer # sldisp # slturn # slcontrol GUI # this program (slcapture.py) |
How do I know if slcapture is running properly? |
If slcapture is running properly, it should have an open connection to mjpg-streamer and be showing timestamps of the incoming frames.
The repo is a little behind on all changes. Concerned about breaking stuff but feeling lucky today so please pull new |
This is error with latest sldisp.cpp |
I am guessing that i need to find camera lens intrinsics first
I am trying to follow process
All compiled apps are running on the arm box
I first started mjpg-streamer and i verified it is running by browser on my windows box http://10.0.0.201:8080/?action=stream
I start sldisp and my screen starts to flash on arm box
I alt tab out and run slcapture.py and it takes control of my mouse and i have a plus on my cursor. I cannot do anything except move the mouse at this time with my mouse and a blank terminal window is opened and is blank. This is also on my arm box
I alt tab out to sldisp and screen is flashing
In the slcapture.py
final_destination = "~/completed_scans"
cam_server_addr = "127.0.0.1"
cam_server_port = 4011 port 8080?????
turn_server_addr = "127.0.0.1""
turn_server_port = 4013
GUI_server_addr = "10.0.0.17" windows box ip address??????
GUI_server_port = 12000
control_server_addr = "127.0.0.1" not sure what ip address this is
control_server_port = 3210
I run slcontrol on my windows box with required libraries and press scan and get nothing
I assume that all these IP address are the arm box
remoteControl = new NetAddress("10.0.0.201", 4010);
remoteDisplay = new NetAddress("10.0.0.201", 4021);
//remoteTurntable = new NetAddress("10.0.0.201", 4013);
The text was updated successfully, but these errors were encountered: