scrollscreenshot
scrollscreenshot copied to clipboard
Stitching creating duplication and overlap
Normal Run
java -cp scrollscreenshot-latest.jar com.pgssoft.scrollscreenshot.ScrollScreenShot -i 1
Separate Images
java -cp scrollscreenshot-latest.jar com.pgssoft.scrollscreenshot.ScrollScreenShot -i 1 -c 4 -s separate -n c-sep
Same here...
attention the height of pixels that you want to campare @TheZoker
@cappuccinoqi What do you mean?
I tried to run the normal mode and this is the output:
How can I fix this? And how can I compile any changes I made to the java file? I'm pretty new to java...
PS: I use a samsung galaxy s6
@TheZoker actually i failed to use this jar file ,I simply put forward a methoud that I met in another code .I tell you : int camheight = 10;//it's a value that used to limit the boundary int from = m_top; int bound = m_top+camheight*18;//If i change 18 to a little value,the phenomeno will appear on my app,the overlap will show So ,this is my situation ,maybe it can be your reference.Hope it will help.
@cappuccinoqi Where should I put this code?
@TheZoker no you dont have to put this code , it's only a sample , i just put out my thoughts. you can seacch familiar code in this jar if you can
@cappuccinoqi Ah ok, so you don't have a working solution either?
@TheZoker yeah sorry i didnt help
@cappuccinoqi I try to find a solution. If I have one, I'll let you know :) Maybe @tomekziel or @fafaldo can help...
@TheZoker ok
@TheZoker try to add the parameter "-e", I use a "10", seems to solve my problem. You may want to play with other values as well.