ethz-asl / ethzasl_ptam

Modified version of Parallel Tracking and Mapping (PTAM)
http://wiki.ros.org/ethzasl_ptam
235 stars 184 forks source link

cameracalibrator.launch run successfully, but shows nothing? #80

Open wkyoun opened 8 years ago

wkyoun commented 8 years ago

I tried to calibrate camera using ethzasl_ptam

My camera is webcam: ODROID USB-CAM 720P, purchasing from following sites

http://www.hardkernel.com/main/products/prdt_info.php?g_code=G137517754892

when I command this, it runs successfully,

However, nothing shows up.

What is the problem?

Is it due to camera model that does not support ethzasl_ptam?

""wkyoun@wkyoun-XPS-13-9343:~$ roslaunch ptam cameracalibrator.launch""

... logging to /home/wkyoun/.ros/log/ac23ca04-bb50-11e5-abb5-c48e8ff3cd6f/roslaunch-     wkyoun-    XPS-13-9343-2027.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.

started roslaunch server http://192.168.43.138:59288/

SUMMARY
========

CLEAR PARAMETERS
 * /cameracalibrator/

PARAMETERS
 * /cameracalibrator/ARBuffer_height: 900
 * /cameracalibrator/ARBuffer_width: 1200
 * /cameracalibrator/AutoInitPixel: 20
 * /cameracalibrator/BundleMEstimator: Tukey
 * /cameracalibrator/Calibrator_BlurSigma: 1.0
 * /cameracalibrator/Calibrator_MeanGate: 10
 * /cameracalibrator/Calibrator_MinCornersForGrabbedImage: 20
 * /cameracalibrator/Calibrator_NoDistortion: 0
 * /cameracalibrator/Calibrator_Optimize: 0
 * /cameracalibrator/Calibrator_Show: 0
 * /cameracalibrator/Cam_cx: 0.50417
 * /cameracalibrator/Cam_cy: 0.51687
 * /cameracalibrator/Cam_fx: 0.795574
 * /cameracalibrator/Cam_fy: 1.25149
 * /cameracalibrator/Cam_s: 0.482014
 * /cameracalibrator/CameraCalibrator_CornerPatchSize: 20
 * /cameracalibrator/CameraCalibrator_MaxStepDistFraction: 0.3
 * /cameracalibrator/CandidateMinSTScore: 70
 * /cameracalibrator/FASTMethod: OAST16
 * /cameracalibrator/GLWindowMenu_Enable: True
 * /cameracalibrator/GLWindowMenu_mgvnMenuItemWidth: 90
 * /cameracalibrator/GLWindowMenu_mgvnMenuTextOffset: 20
 * /cameracalibrator/ImageSizeX: 752
 * /cameracalibrator/ImageSizeY: 480
 * /cameracalibrator/InitLevel: 1
 * /cameracalibrator/MaxKF: 15
 * /cameracalibrator/MaxKFDistWiggleMult: 1
 * /cameracalibrator/MaxPatchesPerFrame: 300
 * /cameracalibrator/MaxStereoInitLoops: 4
 * /cameracalibrator/MinTukeySigma: 0.4
 * /cameracalibrator/NoLevelZeroMapPoints: True
 * /cameracalibrator/TrackerMEstimator: Tukey
 * /cameracalibrator/TrackingQualityFoundPixels: 50
 * /cameracalibrator/UseKFPixelDist: True
 * /cameracalibrator/WiggleScale: 0.1
 * /cameracalibrator/gui: True
 * /cameracalibrator/parent_frame: world
 * /rosdistro: indigo
 * /rosversion: 1.11.16

NODES
  /
    cameracalibrator (ptam/cameracalibrator)

ROS_MASTER_URI=http://192.168.43.138:11311

core service [/rosout] found
process[cameracalibrator-1]: started with pid [2046]
[ INFO] [1452839210.418284025]: starting CameraCalibrator with node name /cameracalibrator
  Welcome to CameraCalibrator 
  -------------------------------------- 
  Parallel tracking and mapping for Small AR workspaces
  Copyright (C) Isis Innovation Limited 2008 
Gui is on
stephanweiss commented 8 years ago

did you map the topic correctly?

Try displaying the camera image with "rosrun image_view image_view image:=[your/image/topic]


Von: won13y notifications@github.com Gesendet: Freitag, 15. Jänner 2016 07:40 An: ethz-asl/ethzasl_ptam Betreff: [ethzasl_ptam] cameracalibrator.launch run successfully, but shows nothing? (#80)

I tried to calibrate camera using ethzasl_ptam

My camera is webcam: ODROID USB-CAM 720P, purchasing from following sites

http://wwwhardkernelcom/main/products/prdt_infophp?g_code=G137517754892

when I command this, it runs successfully,

However, nothing shows up

What is the problem?

Is it due to camera model that does not support ethzasl_ptam?

""wkyoun@wkyoun-XPS-13-9343:~$ roslaunch ptam cameracalibratorlaunch""

logging to /home/wkyoun/ros/log/ac23ca04-bb50-11e5-abb5-c48e8ff3cd6f/roslaunch- wkyoun- XPS-13-9343-2027log Checking log directory for disk usage This may take awhile Press Ctrl-C to interrupt Done checking log file disk usage Usage is <1GB

started roslaunch server http://19216843138:59288/

SUMMARY

CLEAR PARAMETERS

PARAMETERS

NODES / cameracalibrator (ptam/cameracalibrator)

ROS_MASTER_URI=http://19216843138:11311

core service [/rosout] found process[cameracalibrator-1]: started with pid [2046] [ INFO] [1452839210418284025]: starting CameraCalibrator with node name /cameracalibrator Welcome to CameraCalibrator


Parallel tracking and mapping for Small AR workspaces Copyright (C) Isis Innovation Limited 2008 Gui is on

Reply to this email directly or view it on GitHubhttps://github.com/ethz-asl/ethzasl_ptam/issues/80.

walkeryu123 commented 8 years ago

I meet the same question today,do you solve it?

wkyoun commented 8 years ago

@walkeryu123 I will try, and let you know. Thank you very much

mukcit commented 5 years ago

I have the same problem. what is the solution? anyone can help me? @wkyoun

liu-zg15 commented 5 years ago

Can you post your topic list?