[hugin-ptx] Looking for mosaic stitching software that can operate in and produce 32 bit images

2024-05-22 Thread Michael Owen
Hello all. I am looking for mosaic stitching software that can operate in 
32 bits, specifically reading and writing 32 bit FITS files, with internal 
processing entirely carried out in 32 bits (it doesn't help to read and 
write 32 bits if the data is internally clipped to 16 bits somewhere). Can 
someone point me to software that is capable of this?

Thanks,

Michael Owen

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/40392408-f2ac-44d0-9ab6-1a84dee218e6n%40googlegroups.com.


Re: [hugin-ptx] Hugin computing power

2024-01-26 Thread Michael Sass
Hi there,

I have used Hugin to stitch panoramas for a long time and need to load and
get the free latest version please.

How do I go about it?

Cheers Mike.



On Sat, Jan 27, 2024 at 12:01 AM Monkey  wrote:

> "multiblend is exceptionally fast compared to enblend (maybe 10x to 20x
> faster, as I recall)."
>
> It's not a fixed increase. Enblend has O(n^2) runtime (it scales with the
> square of the number of pixels) whereas Multiblend is linear. I don't know
> of anyone who's tried a terapixel blend with both, but Multiblend should be
> on the order of 100,000 times faster :D
>
> "Hugin was used to combine the images of 2 cams in a panorama"
>
> For videos, you might want to consider Avisynth+ instead of Hugin. There
> are plugins for warping and fusing videos (I keep meaning to release an
> update for the latter).
> On Thursday 25 January 2024 at 23:43:59 UTC GnomeNomad wrote:
>
>> Thanks. I didn't know you had two cameras. Very cool!
>>
>> On 1/25/24 08:26, Maarten Verberne wrote:
>> > I'm not sure what you are asking.
>> > Hugin was used to combine the images of 2 cams in a panorama, used the
>> > template it created for the rest of the images.
>> >
>> >
>> > Op 25-Jan-24 om 5:40 schreef David W. Jones:
>> >> That's pretty good. How did you use Hugin in this project?
>> >>
>> >
>>
>> --
>> David W. Jones
>> gnome...@gmail.com
>> wandering the landscape of god
>> http://dancingtreefrog.com
>> My password is the last 8 digits of π.
>>
>> --
> A list of frequently asked questions is available at:
> http://wiki.panotools.org/Hugin_FAQ
> ---
> You received this message because you are subscribed to the Google Groups
> "hugin and other free panoramic software" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to hugin-ptx+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/hugin-ptx/889c551d-ac21-4306-a792-0daf95169b93n%40googlegroups.com
> 
> .
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/CAPD1%2BtkPbbMWA59i0XjurSKSE-MH-X%2BJqqWD0y6XuRK2GT9vVQ%40mail.gmail.com.


Re: [hugin-ptx] Re: Default Settings

2022-05-09 Thread 'Michael Perry' via hugin and other free panoramic software
Should anyone be interested, this is a script developed for stitching 
(mosaic) images in a folder prior to tidying up rotation, fine-tuning CPs, 
adjusting FoV and stitching in Hugin. 

#!/bin/bash
pto_gen -p 0 -f 40.7 -c 200,5560,133,3707 -o project.pto *.tif
cpfind --multirow --fullscale --sieve1width 12 --sieve1height 8 
--sieve2width 4 --sieve2height 4 --sieve2size 1 -o project_cp.pto 
project.pto
pto_var --set=r=90 --opt=TrX,TrY -o project_XY.pto project_cp.pto
autooptimiser -n -o project_XY.pto project_XY.pto
pto_var --opt=y,y0,p,p0,TrZ -o project_ypZ.pto project_XY.pto
autooptimiser -n -o project_ypZ.pto project_ypZ.pto
pto_var --opt=y,y0,p,p0,TrX,TrY,TrZ -o project_ypXYZ.pto project_ypZ.pto
autooptimiser -n -o project_ypXYZ.pto project_ypXYZ.pto
cpclean --fast -o project_clean.pto project_cp.pto
pto_var --opt=y,y0,p,p0,TrX,TrY,TrZ -o project_ypXYZ.pto project_ypXYZ.pto
autooptimiser -n -o project_ypXYZ.pto project_ypXYZ.pto
pano_modify --projection=0 --fov=AUTO -o finished.pto project_ypXYZ.pto

On Friday, 29 April 2022 at 13:05:52 UTC+1 Michael Perry wrote:

> Thank you, that works simply and perfectly
>
>
> On Thursday, 28 April 2022 at 16:30:21 UTC+1 T. Modes wrote:
>
>> michae...@mac.com schrieb am Donnerstag, 28. April 2022 um 12:23:49 
>> UTC+2:
>>
>>> pto_var: can anyone tell me whether there is a way to specify, for 
>>> example, optimising yaw of all images including the anchor without having 
>>> to specify each image?
>>>
>>> Thus, some sort of:
>>> --opt=yALL
>>> rather than
>>>  --opt=y0,y1,y2,y3,y4…
>>>
>>
>> Assuming anchor is first image (image index 0):
>> pto_var --opt=y,y0
>>
>>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/86d945cd-fa6a-4119-bfaa-80d43451cd9dn%40googlegroups.com.


[hugin-ptx] Re: Control Point Bias

2022-05-09 Thread 'Michael Perry' via hugin and other free panoramic software
Thank you Florian; I can see a logic in your statement. However, I still 
think there is something odd with this. It may be a particular result of 
working with mosaic stitching in very controlled conditions; the images 
making up my panoramas are laid out on a regular grid and my control points 
are often repeated between multiple images.

 My "errors" always tend to be the control points towards the edges, those 
which are only in two images. My best CPs are always those towards the 
centre of any four images. This is because, I believe, the optimisation 
prioritises points equally across the panorama/mosaic. However, if one set 
of points is repeated many times, the model will tend to exaggerate the 
correctness of those points over the equally important points at the edge.

I think your weighting feature in Hugin++ could be very helpful.
On Friday, 6 May 2022 at 18:14:44 UTC+1 Florian Königstein wrote:

> Since every control point connects only two images, it's normal and 
> reasonable that you have more CPs in the intersection of 4 images. Every CP 
> generates constraints on the relative position of two images.
>
> In Hugin++ you could set weights for control points. However, this should 
> in most cases only be necessary when you have "good" CPs and "bad" CPs 
> (e.g. due to moving objects) and you have no other choice but keeping some 
> of the "bad" CPs. Then you can assign higher weights for good CPs and/or 
> lower weights for bad CPs.
> michae...@mac.com schrieb am Freitag, 29. April 2022 um 14:54:49 UTC+2:
>
>> Is there not a bias in the way Hugin optimises; that control points at 
>> the intersection of four images will be weighted three more times than 
>> those at the intersection of the pair of images above or below? The larger 
>> error in control points always tend to be the furthest from the centre.
>>
>> Without manually adding control points away from the 4-way intersection 
>> (or removing those in the centre), is there some way to compensate for this 
>> with cpfind or autooptimiser?
>>
>> (Hoping the attached image posts)
>>
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/00f4f2e9-8eb8-46c1-9433-3ee363670591n%40googlegroups.com.


[hugin-ptx] Control Point Bias

2022-04-29 Thread 'Michael Perry' via hugin and other free panoramic software
Is there not a bias in the way Hugin optimises; that control points at the 
intersection of four images will be weighted three more times than those at 
the intersection of the pair of images above or below? The larger error in 
control points always tend to be the furthest from the centre.

Without manually adding control points away from the 4-way intersection (or 
removing those in the centre), is there some way to compensate for this 
with cpfind or autooptimiser?

(Hoping the attached image posts)

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/ddaa8581-edd2-4a29-b399-60e5e9d9732en%40googlegroups.com.


Re: [hugin-ptx] Re: Default Settings

2022-04-29 Thread 'Michael Perry' via hugin and other free panoramic software
Thank you, that works simply and perfectly


On Thursday, 28 April 2022 at 16:30:21 UTC+1 T. Modes wrote:

> michae...@mac.com schrieb am Donnerstag, 28. April 2022 um 12:23:49 UTC+2:
>
>> pto_var: can anyone tell me whether there is a way to specify, for 
>> example, optimising yaw of all images including the anchor without having 
>> to specify each image?
>>
>> Thus, some sort of:
>> --opt=yALL
>> rather than
>>  --opt=y0,y1,y2,y3,y4…
>>
>
> Assuming anchor is first image (image index 0):
> pto_var --opt=y,y0
>
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/bfdfe96c-2b46-467c-848c-d93423634509n%40googlegroups.com.


Re: [hugin-ptx] Re: Default Settings

2022-04-28 Thread 'Michael Perry' via hugin and other free panoramic software
pto_var: can anyone tell me whether there is a way to specify, for example, 
optimising yaw of all images including the anchor without having to specify 
each image?

Thus, some sort of:
--opt=yALL
rather than
 --opt=y0,y1,y2,y3,y4…

On Thursday, 28 April 2022 at 10:39:12 UTC+1 Michael Perry wrote:

> Bruno, thank you for replying and so quickly.
>
> cpclean - I shall move this, optimise and re-optimise as you suggest.
>
> vignetting - I believe I do not need to optimise exposure as I am shooting 
> in controlled lighting (it does not change). In practice I use a raking 
> light; so I don't want anything to happen to exposure until I get to 
> Photoshop where I can apply a neutral gradient to correct it.
>
> mosaic drag - yes, it resets on opening Hugin, it's not stored in the .pto 
> nor, sadly, in the plist. I suppose it is hard-wired in the programme 
> somehow.
>
> I wonder if future incarnations of Hugin could include preferences for the 
> Optimiser (orientation parameters) and Fast Panorama Preview (mosaic drag 
> and projections)
>
> On Wednesday, 27 April 2022 at 23:12:41 UTC+1 bruno...@gmail.com wrote:
>
>> Hi Michael, it has been quite a while since I have done anything this 
>> complex in pto_var ot pano_modify, so I hope somebody else can answer 
>> your detailed questions. 
>>
>> A couple of things I noticed: 
>>
>> You are running cpclean immediately after running cpfind, but cpclean 
>> filters control points based on how well they optimise, so you should 
>> run it after optimisation, or at least after you have set all your 
>> optimisation parameters. Then usually you would run optimisation again 
>> after running cpclean. 
>>
>> Although fixing barrel distortion in an external tool should be fine, 
>> you might want to let Hugin optimise vignetting if you are also 
>> optimising exposure, Hugin uses the exposure distribution caused by 
>> the vignetting to calculate the camera response curve. 
>>
>> I don't think Hugin settings like mosaic drag mode are stored in the 
>> PTO file, in which case it wouldn't be possible to set this on the 
>> command-line. 
>>
>> -- 
>> Bruno 
>>
>> On Wed, 27 Apr 2022 at 19:30, 'Michael Perry' wrote: 
>>
>> > I am converting my workflow to the command line. I have a problem with 
>> pto_var and a question about pano_modify, I wonder if you can advise me. 
>> > 
>> > BACKGROUND 
>> > 
>> > I am stitching a mosaic of images of a painting. The photographs have 
>> been shot with a camera mounted on a gimbal that is itself suspended on an 
>> X-Y frame. The biggest difference between one image and the next is its X-Y 
>> position. In theory they should all have the same pitch and yaw as the 
>> camera moves little on its gimbal. There is some slight Z to account for as 
>> the frame is not perfectly parallel to the painting. The images have to be 
>> rotated some 90 degrees. 
>> > 
>> > The images have been pre-processed for lens distortion and vignetting 
>> with Capture One, so I am ignoring lens parameters. 
>> > 
>> > COMMAND LINE 
>> > 
>> > I have been using the following commands to build the .pto file. I have 
>> annotated them in case it is useful for other people 
>> > 
>> > pto_gen -p 0 -f 40.7 -o project.pto *.tif 
>> > 
>> > (create the project with all files in folder, rectilinear projection 
>> and a 50mm lens (FOV = 40.7) 
>> > 
>> > cpfind --multirow --fullscale -o project_cp.pto project.pto 
>> > 
>> > (find control points in a mosaic, full-scale probably not necessary for 
>> me) 
>> > 
>> > cpclean -o project_clean.pto project_cp.pto 
>> > 
>> > (clean control points) 
>> > 
>> > pto_var --set=r=90 --opt=TrX,TrY -o project_XY.pto project_clean.pto 
>> > 
>> > (set X-Y variables of all images EXCEPT anchor, for optimisation) 
>> > 
>> > autooptimiser -n -o project_XY.pto project_XY.pto 
>> > 
>> > (optimise images for X and Y) 
>> > 
>> > pto_var --opt=y,p,TrZ -o project_ypZ.pto project_XY.pto 
>> > 
>> > (set pitch, yaw and Z of all images EXCEPT anchor) 
>> > 
>> > This is where I have the problem, I need to select the yaw and pitch of 
>> the anchor image for optimisation with all the rest. I can not see how to 
>> do that easily. 
>> > 
>> > POSSIBLE SOLUTION 
>> > 
>> > pto_var --opt=y0,p0,y1,p1,TrZ -o project_ypXYZ.pto project_ypZ.pto 
>> > 
&g

Re: [hugin-ptx] Re: Default Settings

2022-04-28 Thread 'Michael Perry' via hugin and other free panoramic software
Bruno, thank you for replying and so quickly.

cpclean - I shall move this, optimise and re-optimise as you suggest.

vignetting - I believe I do not need to optimise exposure as I am shooting 
in controlled lighting (it does not change). In practice I use a raking 
light; so I don't want anything to happen to exposure until I get to 
Photoshop where I can apply a neutral gradient to correct it.

mosaic drag - yes, it resets on opening Hugin, it's not stored in the .pto 
nor, sadly, in the plist. I suppose it is hard-wired in the programme 
somehow.

I wonder if future incarnations of Hugin could include preferences for the 
Optimiser (orientation parameters) and Fast Panorama Preview (mosaic drag 
and projections)

On Wednesday, 27 April 2022 at 23:12:41 UTC+1 bruno...@gmail.com wrote:

> Hi Michael, it has been quite a while since I have done anything this
> complex in pto_var ot pano_modify, so I hope somebody else can answer
> your detailed questions.
>
> A couple of things I noticed:
>
> You are running cpclean immediately after running cpfind, but cpclean
> filters control points based on how well they optimise, so you should
> run it after optimisation, or at least after you have set all your
> optimisation parameters. Then usually you would run optimisation again
> after running cpclean.
>
> Although fixing barrel distortion in an external tool should be fine,
> you might want to let Hugin optimise vignetting if you are also
> optimising exposure, Hugin uses the exposure distribution caused by
> the vignetting to calculate the camera response curve.
>
> I don't think Hugin settings like mosaic drag mode are stored in the
> PTO file, in which case it wouldn't be possible to set this on the
> command-line.
>
> -- 
> Bruno
>
> On Wed, 27 Apr 2022 at 19:30, 'Michael Perry' wrote:
>
> > I am converting my workflow to the command line. I have a problem with 
> pto_var and a question about pano_modify, I wonder if you can advise me.
> >
> > BACKGROUND
> >
> > I am stitching a mosaic of images of a painting. The photographs have 
> been shot with a camera mounted on a gimbal that is itself suspended on an 
> X-Y frame. The biggest difference between one image and the next is its X-Y 
> position. In theory they should all have the same pitch and yaw as the 
> camera moves little on its gimbal. There is some slight Z to account for as 
> the frame is not perfectly parallel to the painting. The images have to be 
> rotated some 90 degrees.
> >
> > The images have been pre-processed for lens distortion and vignetting 
> with Capture One, so I am ignoring lens parameters.
> >
> > COMMAND LINE
> >
> > I have been using the following commands to build the .pto file. I have 
> annotated them in case it is useful for other people
> >
> > pto_gen -p 0 -f 40.7 -o project.pto *.tif
> >
> > (create the project with all files in folder, rectilinear projection and 
> a 50mm lens (FOV = 40.7)
> >
> > cpfind --multirow --fullscale -o project_cp.pto project.pto
> >
> > (find control points in a mosaic, full-scale probably not necessary for 
> me)
> >
> > cpclean -o project_clean.pto project_cp.pto
> >
> > (clean control points)
> >
> > pto_var --set=r=90 --opt=TrX,TrY -o project_XY.pto project_clean.pto
> >
> > (set X-Y variables of all images EXCEPT anchor, for optimisation)
> >
> > autooptimiser -n -o project_XY.pto project_XY.pto
> >
> > (optimise images for X and Y)
> >
> > pto_var --opt=y,p,TrZ -o project_ypZ.pto project_XY.pto
> >
> > (set pitch, yaw and Z of all images EXCEPT anchor)
> >
> > This is where I have the problem, I need to select the yaw and pitch of 
> the anchor image for optimisation with all the rest. I can not see how to 
> do that easily.
> >
> > POSSIBLE SOLUTION
> >
> > pto_var --opt=y0,p0,y1,p1,TrZ -o project_ypXYZ.pto project_ypZ.pto
> >
> > (set pitch, yaw and Z of all images INCLUDING anchor)
> >
> > It is possible to select the anchor if each image is individually 
> selected. HOWEVER when large mosaics are stitched it makes for clumsy code.
> >
> > EXTRA QUESTION
> >
> > pano_modify --projection=0 --fov=AUTO -o finished.pto project_ypXYZ.pto
> >
> > (Set projection to Rectilinear, fit image to screen)
> >
> > I finalise the image in Fast Panorama preview having set Projection to 
> Rectilinear and fitted the image to the screen. It would be helpful if I 
> could also set the Drag Mode to Mosaic in the Move/Drag tab and the 
> Overview Mode to Mosaic Plane. Is there some code that might effect this?
> >
> > Ho

Re: [hugin-ptx] Re: Default Settings

2022-04-27 Thread 'Michael Perry' via hugin and other free panoramic software


Dear Bruno

I am converting my workflow to the command line. I have a problem with 
pto_var and a question about pano_modify, I wonder if you can advise me.


BACKGROUND

I am stitching a mosaic of images of a painting. The photographs have been 
shot with a camera mounted on a gimbal that is itself suspended on an X-Y 
frame. The biggest difference between one image and the next is its X-Y 
position. In theory they should all have the same pitch and yaw as the 
camera moves little on its gimbal. There is some slight Z to account for as 
the frame is not perfectly parallel to the painting. The images have to be 
rotated some 90 degrees.

The images have been pre-processed for lens distortion and vignetting with 
Capture One, so I am ignoring lens parameters.


COMMAND LINE

I have been using the following commands to build the .pto file. I have 
annotated them in case it is useful for other people


pto_gen -p 0 -f 40.7 -o project.pto *.tif

(create the project with all files in folder, rectilinear projection and a 
50mm lens (FOV = 40.7)


cpfind --multirow --fullscale -o project_cp.pto project.pto

(find control points in a mosaic, full-scale probably not necessary for me)

 

cpclean -o project_clean.pto project_cp.pto

(clean control points)


pto_var --set=r=90 --opt=TrX,TrY -o project_XY.pto project_clean.pto

(set X-Y variables of all images EXCEPT anchor, for optimisation)


autooptimiser -n -o project_XY.pto project_XY.pto

(optimise images for X and Y)


pto_var --opt=y,p,TrZ -o project_ypZ.pto project_XY.pto

(set pitch, yaw and Z of all images EXCEPT anchor)

This is where I have the problem, I need to select the yaw and pitch of the 
anchor image for optimisation with all the rest. I can not see how to do 
that easily.



POSSIBLE SOLUTION

pto_var --opt=y0,p0,y1,p1,TrZ -o project_ypXYZ.pto project_ypZ.pto

(set pitch, yaw and Z of all images INCLUDING anchor)

It is possible to select the anchor if each image is individually selected. 
HOWEVER when large mosaics are stitched it makes for clumsy code.



EXTRA QUESTION

pano_modify --projection=0 --fov=AUTO -o finished.pto project_ypXYZ.pto

(Set projection to Rectilinear, fit image to screen)

I finalise the image in Fast Panorama preview having set Projection to 
Rectilinear and fitted the image to the screen. It would be helpful if I 
could also set the Drag Mode to Mosaic in the Move/Drag tab and the 
Overview Mode to Mosaic Plane. Is there some code that might effect this?


Hoping you will find these interesting problems.


Michael






On Tuesday, 26 April 2022 at 15:34:22 UTC+1 Michael Perry wrote:

> Oh! How exciting. I had not come across this Executor system - I will 
> search for it. Thank you
>
>
> On Friday, 15 April 2022 at 18:05:13 UTC+1 bruno...@gmail.com wrote:
>
>> Generating templates like this is a good approach, and it works well in 
>> the GUI and on the command-line.
>>
>> Though I wasn't referring to the python API, the 'Executor' system is 
>> used by Hugin when aligning and stitching using the Assistant. It is 
>> configurable by editing these INI files.
>>
>> -- 
>> Bruno
>>
>> On Fri, 15 Apr 2022, 13:54 'Michael Perry' via hugin and other free 
>> panoramic software, wrote:
>>
>>> Bruno, thank you - However, I suspect that the Python Plugin Interface 
>>> (which I believe is what I would need to do that) does not work with the 
>>> OSX version of Hugin. I can not find it in my Preferences menus nor an 
>>> angle of view threshold. I think instead that I will create a library of 
>>> .pto files (1 x 2 frames , 2 x 2 frames, 2 x 3 frames, 3 x 3 frames and so 
>>> on) where I would just need to substitute the filenames of my 
>>> images, preset an XY optimisation, and then find control points, and then 
>>> optimise pitch, yaw and Z.
>>>
>>>
>>> On Thursday, 14 April 2022 at 14:39:21 UTC+1 bruno...@gmail.com wrote:
>>>
>> I'm not at a computer, so I can't point directly to functionality, but I 
>>>> seem to remember that the default Hugin Assistant has an angle of view 
>>>> threshold, below which it chooses rectilinear, and above which it chooses 
>>>> equirectangular.
>>>>
>>>> Regarding custom workflows that don't use these default Assistant 
>>>> settings (again, I can't point to this off the top of my head), there are 
>>>> a 
>>>> series of Hugin 'executor' configurations that you can use instead. These 
>>>> are in an easy-to-edit INI format, so you are encouraged to modify, create 
>>>> and share. I haven't played with them since they were first introduced, it 
>>>> would be really useful if you could try this 

Re: [hugin-ptx] Create control points button in Photos tab

2022-04-26 Thread 'Michael Perry' via hugin and other free panoramic software

"I seem to remember that you can select more than one photo and it will 
generate points just for that set"

Yes, this is also a useful way of adding a bias to an optimisation I think 
- by adding in extra links for the less well correlated images, countering 
the success of the better matches. 

Also, sometimes, Hugin fails to find control points in large arrays. 
Selecting subsets of images in the photos tab is a good way to force find 
these control points.
On Monday, 7 March 2022 at 20:34:52 UTC bruno...@gmail.com wrote:

> On Mon, 7 Mar 2022, 12:59 johnfine wrote:
>
>>
>> *1)* If you have only one image selected and the Settings is Vertical 
>> lines, then you get the expected behavior (lines within just that 
>> image).  But if the Settings is not Vertical lines, you get the 
>> surprising behavior that your selection of one image is ignored and you get 
>> more CPs connecting everything to everything.
>>
>
> I can't check right now, and I've only ever used this button to create 
> control points for all images, but I seem to remember that you can select 
> more than one photo and it will generate points just for that set.
>
> Also it is worth checking to see if the equivalent button in the fast 
> preview does something more like what you are expecting.
>
> -- 
> Bruno
>
>>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/61c53b70-af35-453b-8f78-62211d0ea225n%40googlegroups.com.


Re: [hugin-ptx] Re: Default Settings

2022-04-26 Thread 'Michael Perry' via hugin and other free panoramic software
Oh! How exciting. I had not come across this Executor system - I will 
search for it. Thank you


On Friday, 15 April 2022 at 18:05:13 UTC+1 bruno...@gmail.com wrote:

> Generating templates like this is a good approach, and it works well in 
> the GUI and on the command-line.
>
> Though I wasn't referring to the python API, the 'Executor' system is used 
> by Hugin when aligning and stitching using the Assistant. It is 
> configurable by editing these INI files.
>
> -- 
> Bruno
>
> On Fri, 15 Apr 2022, 13:54 'Michael Perry' via hugin and other free 
> panoramic software, wrote:
>
>> Bruno, thank you - However, I suspect that the Python Plugin Interface 
>> (which I believe is what I would need to do that) does not work with the 
>> OSX version of Hugin. I can not find it in my Preferences menus nor an 
>> angle of view threshold. I think instead that I will create a library of 
>> .pto files (1 x 2 frames , 2 x 2 frames, 2 x 3 frames, 3 x 3 frames and so 
>> on) where I would just need to substitute the filenames of my 
>> images, preset an XY optimisation, and then find control points, and then 
>> optimise pitch, yaw and Z.
>>
>>
>> On Thursday, 14 April 2022 at 14:39:21 UTC+1 bruno...@gmail.com wrote:
>>
> I'm not at a computer, so I can't point directly to functionality, but I 
>>> seem to remember that the default Hugin Assistant has an angle of view 
>>> threshold, below which it chooses rectilinear, and above which it chooses 
>>> equirectangular.
>>>
>>> Regarding custom workflows that don't use these default Assistant 
>>> settings (again, I can't point to this off the top of my head), there are a 
>>> series of Hugin 'executor' configurations that you can use instead. These 
>>> are in an easy-to-edit INI format, so you are encouraged to modify, create 
>>> and share. I haven't played with them since they were first introduced, it 
>>> would be really useful if you could try this method and describe your 
>>> success or failure here, as they are an underused resource that more people 
>>> would use if they were aware.
>>>
>>> On Thu, 14 Apr 2022, 11:58 'Michael Perry' via hugin and other free 
>>> panoramic software, wrote:
>>>
>>>> Is there a way to get the Hugin 2019.2.0 to use Rectilinear Projection 
>>>> as its default projection rather than Equirectangular?
>>>>
>>>> On Thursday, 25 February 2021 at 13:00:58 UTC Michael Perry wrote:
>>>>
>>>>> I wonder if there is anyone in the forum who has a view about this?
>>>>>
>>>>> On Saturday, 22 August 2020 at 15:31:54 UTC+1 Michael Perry wrote:
>>>>>
>>>>>> Can anyone advise me how to change the default settings for y, p, r, 
>>>>>> X, Y, projection (to and move/drag (to mosaic)
>>>>>> Also, is there some way that I can restrict the clustering of control 
>>>>>> points - reducing the number of points created in similar locations - 
>>>>>> I'd 
>>>>>> rather have 5 well-spaced control points per overlap than 25 control 
>>>>>> points
>>>>>>
>>>>>> thank you
>>>>>>
>>>>>> On Sunday, 18 November 2018 at 09:46:51 UTC Michael Perry wrote:
>>>>>>
>>>>>>> I use Hugin to stitch mosaics. I find the best procedure is to 
>>>>>>> optimise for X and Y before y, p and r. I have to select Custom 
>>>>>>> parameters 
>>>>>>> to be able to do this, then after de-selecting yaw, pitch and roll in 
>>>>>>> the 
>>>>>>> Optimiser tab, I select the X and Y variables columns in their place. 
>>>>>>>
>>>>>>> Is there a way to change the default settings for Hugin so that, on 
>>>>>>> opening the application:
>>>>>>> a) Custom parameters is always selected in Photos tab and X and Y 
>>>>>>> columns are selected in the Custom tab?
>>>>>>> b) Similarly, is there a way to change the default projection from 
>>>>>>> Equirectangular to Rectilinear?
>>>>>>>
>>>>>>> Thank you for your thoughts
>>>>>>>
>>>>>>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/daa30aa3-9cd5-4d99-be19-7ddeab079560n%40googlegroups.com.


Re: [hugin-ptx] Re: Default Settings

2022-04-15 Thread 'Michael Perry' via hugin and other free panoramic software
Bruno, thank you - However, I suspect that the Python Plugin Interface 
(which I believe is what I would need to do that) does not work with the 
OSX version of Hugin. I can not find it in my Preferences menus nor an 
angle of view threshold. I think instead that I will create a library of 
.pto files (1 x 2 frames , 2 x 2 frames, 2 x 3 frames, 3 x 3 frames and so 
on) where I would just need to substitute the filenames of my 
images, preset an XY optimisation, and then find control points, and then 
optimise pitch, yaw and Z.
--
Michael

On Thursday, 14 April 2022 at 14:39:21 UTC+1 bruno...@gmail.com wrote:

> I'm not at a computer, so I can't point directly to functionality, but I 
> seem to remember that the default Hugin Assistant has an angle of view 
> threshold, below which it chooses rectilinear, and above which it chooses 
> equirectangular.
>
> Regarding custom workflows that don't use these default Assistant settings 
> (again, I can't point to this off the top of my head), there are a series 
> of Hugin 'executor' configurations that you can use instead. These are in 
> an easy-to-edit INI format, so you are encouraged to modify, create and 
> share. I haven't played with them since they were first introduced, it 
> would be really useful if you could try this method and describe your 
> success or failure here, as they are an underused resource that more people 
> would use if they were aware.
>
> --
> Bruno
>
>
> On Thu, 14 Apr 2022, 11:58 'Michael Perry' via hugin and other free 
> panoramic software, wrote:
>
>> Is there a way to get the Hugin 2019.2.0 to use Rectilinear Projection as 
>> its default projection rather than Equirectangular?
>>
>> On Thursday, 25 February 2021 at 13:00:58 UTC Michael Perry wrote:
>>
>>> I wonder if there is anyone in the forum who has a view about this?
>>>
>>> On Saturday, 22 August 2020 at 15:31:54 UTC+1 Michael Perry wrote:
>>>
>>>> Can anyone advise me how to change the default settings for y, p, r, X, 
>>>> Y, projection (to and move/drag (to mosaic)
>>>> Also, is there some way that I can restrict the clustering of control 
>>>> points - reducing the number of points created in similar locations - I'd 
>>>> rather have 5 well-spaced control points per overlap than 25 control points
>>>>
>>>> thank you
>>>>
>>>> On Sunday, 18 November 2018 at 09:46:51 UTC Michael Perry wrote:
>>>>
>>>>> I use Hugin to stitch mosaics. I find the best procedure is to 
>>>>> optimise for X and Y before y, p and r. I have to select Custom 
>>>>> parameters 
>>>>> to be able to do this, then after de-selecting yaw, pitch and roll in the 
>>>>> Optimiser tab, I select the X and Y variables columns in their place. 
>>>>>
>>>>> Is there a way to change the default settings for Hugin so that, on 
>>>>> opening the application:
>>>>> a) Custom parameters is always selected in Photos tab and X and Y 
>>>>> columns are selected in the Custom tab?
>>>>> b) Similarly, is there a way to change the default projection from 
>>>>> Equirectangular to Rectilinear?
>>>>>
>>>>> Thank you for your thoughts
>>>>>
>>>>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/f2cbe1b1-0405-466d-88e0-2cbd2bab38c5n%40googlegroups.com.


[hugin-ptx] Re: Default Settings

2022-04-14 Thread 'Michael Perry' via hugin and other free panoramic software
Is there a way to get the Hugin 2019.2.0 to use Rectilinear Projection as 
its default projection rather than Equirectangular?

On Thursday, 25 February 2021 at 13:00:58 UTC Michael Perry wrote:

> I wonder if there is anyone in the forum who has a view about this?
>
>
> On Saturday, 22 August 2020 at 15:31:54 UTC+1 Michael Perry wrote:
>
>> Can anyone advise me how to change the default settings for y, p, r, X, 
>> Y, projection (to and move/drag (to mosaic)
>> Also, is there some way that I can restrict the clustering of control 
>> points - reducing the number of points created in similar locations - I'd 
>> rather have 5 well-spaced control points per overlap than 25 control points
>>
>> thank you
>>
>> On Sunday, 18 November 2018 at 09:46:51 UTC Michael Perry wrote:
>>
>>> I use Hugin to stitch mosaics. I find the best procedure is to optimise 
>>> for X and Y before y, p and r. I have to select Custom parameters to be 
>>> able to do this, then after de-selecting yaw, pitch and roll in the 
>>> Optimiser tab, I select the X and Y variables columns in their place. 
>>>
>>> Is there a way to change the default settings for Hugin so that, on 
>>> opening the application:
>>> a) Custom parameters is always selected in Photos tab and X and Y 
>>> columns are selected in the Custom tab?
>>> b) Similarly, is there a way to change the default projection from 
>>> Equirectangular to Rectilinear?
>>>
>>> Thank you for your thoughts
>>>
>>>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/eea4b896-c667-4418-a6c6-2410a47959c4n%40googlegroups.com.


[hugin-ptx] Re: Default Settings

2021-02-25 Thread 'Michael Perry' via hugin and other free panoramic software
I wonder if there is anyone in the forum who has a view about this?


On Saturday, 22 August 2020 at 15:31:54 UTC+1 Michael Perry wrote:

> Can anyone advise me how to change the default settings for y, p, r, X, Y, 
> projection (to and move/drag (to mosaic)
> Also, is there some way that I can restrict the clustering of control 
> points - reducing the number of points created in similar locations - I'd 
> rather have 5 well-spaced control points per overlap than 25 control points
>
> thank you
>
> On Sunday, 18 November 2018 at 09:46:51 UTC Michael Perry wrote:
>
>> I use Hugin to stitch mosaics. I find the best procedure is to optimise 
>> for X and Y before y, p and r. I have to select Custom parameters to be 
>> able to do this, then after de-selecting yaw, pitch and roll in the 
>> Optimiser tab, I select the X and Y variables columns in their place. 
>>
>> Is there a way to change the default settings for Hugin so that, on 
>> opening the application:
>> a) Custom parameters is always selected in Photos tab and X and Y columns 
>> are selected in the Custom tab?
>> b) Similarly, is there a way to change the default projection from 
>> Equirectangular to Rectilinear?
>>
>> Thank you for your thoughts
>>
>>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/e3c72a67-54b7-492d-be53-ecfc1c4ec62en%40googlegroups.com.


[hugin-ptx] Re: Default Settings

2020-08-22 Thread 'Michael Perry' via hugin and other free panoramic software
Can anyone advise me how to change the default settings for y, p, r, X, Y, 
projection (to and move/drag (to mosaic)
Also, is there some way that I can restrict the clustering of control 
points - reducing the number of points created in similar locations - I'd 
rather have 5 well-spaced control points per overlap than 25 control points

thank you

On Sunday, 18 November 2018 at 09:46:51 UTC Michael Perry wrote:

> I use Hugin to stitch mosaics. I find the best procedure is to optimise 
> for X and Y before y, p and r. I have to select Custom parameters to be 
> able to do this, then after de-selecting yaw, pitch and roll in the 
> Optimiser tab, I select the X and Y variables columns in their place. 
>
> Is there a way to change the default settings for Hugin so that, on 
> opening the application:
> a) Custom parameters is always selected in Photos tab and X and Y columns 
> are selected in the Custom tab?
> b) Similarly, is there a way to change the default projection from 
> Equirectangular to Rectilinear?
>
> Thank you for your thoughts
>
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/49c75b3f-01e3-476a-836d-eb785bc3c761n%40googlegroups.com.


Re: [hugin-ptx] Re: Next Problem, Stitching failed :(

2019-06-27 Thread Michael Kraul
No, hugin is in /Applikation/Hugin.

I open Hugin over CMD-Space or over Terminal

---

Hugin ist normal in /Applikation installiert. Ich öffne hugin zur
Fehlerauswerung auch über das Terminal.

Bye Michael


Niklas Mischkulnig  schrieb am Do., 27. Juni 2019,
21:08:

> macOS sandboxes apps that werent moved to /Applications (or any other
> folder) in some temp folder with "AppTranslocation" in it's name.
> Maybe you opened Hugin from the disk image?
>
> Am Donnerstag, 27. Juni 2019 17:40:19 UTC+2 schrieb T. Modes:
>>
>>
>>
>> Am Donnerstag, 27. Juni 2019 14:54:20 UTC+2 schrieb Michael Kraul:
>>>
>>>
>>> When merging, I get the following error message:
>>>
>> I don't know how this can happen.
>> Try clearing the batch queue in PTBatcherGUI and then try stiching again
>>
>>
>> --
> A list of frequently asked questions is available at:
> http://wiki.panotools.org/Hugin_FAQ
> ---
> You received this message because you are subscribed to the Google Groups
> "hugin and other free panoramic software" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to hugin-ptx+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/hugin-ptx/9565e43e-1f8d-4b7d-9b77-9b7262efcafd%40googlegroups.com
> <https://groups.google.com/d/msgid/hugin-ptx/9565e43e-1f8d-4b7d-9b77-9b7262efcafd%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/CAN9Ff6GJ867DNCb%3Dv4Z%3Dsvn10MWQDjwWM0cP3hmaiUfRYo03cQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] RAW Support in Hugin 2019 failed

2019-06-27 Thread Michael Kraul
I have no problem process my RAW Files in other conversion Software 
(darktable + dcraw).

MIchael

Am Donnerstag, 27. Juni 2019 06:42:28 UTC+2 schrieb GnomeNomad:
>
> Hello! 
>
> That sounds like the ARW file doesn't contain the ImageLength field 
> that's required according to the TIFF standard. Sounds like your Sony 
> camera doesn't quite do things right. 
>
> Can you process the images using RAW conversion software? 
>
> On 6/25/19 11:16 AM, Michael Kraul wrote: 
> > Hello, 
> > 
> > sorry for my english ;) 
> > 
> > When adding a RAW file this will not be decoded 
> > 
> > in the terminal is the following: 
> > 
> >   => ./Hugin 
> > objc[71978]: Class FIFinderSyncExtensionHost is implemented in both 
> > 
> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit 
> > (0x7fff96b823d8) and 
> > 
> /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride
>  
>
> > (0x1164f7f50). One of the two will be used. Which one is undefined. 
> > MissingRequired: TIFF directory is missing required "ImageLength" field. 
> > ERROR: caught exception: 
> > Precondition violation! 
> > Unable to open file '/Users/.../Panorama/DSC02252.ARW'. 
> > 
> (/Users/niklas/development/cmake/hugin/mac/ExternalPrograms/repository/vigra-1.11.1/src/impex/tiff.cxx:271)
>  
>
> > 
> > Could not get pixel type for file /Users/.../Panorama/DSC02252.ARW 
> > 
> > the binary is from sourceforge 
> > 
> > Greets Michael 
>
>
> -- 
> David W. Jones 
> gnome...@gmail.com  
> wandering the landscape of god 
> http://dancingtreefrog.com 
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/250f9520-6e2a-4d93-a2bd-d0ed7c1fd426%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] RAW Support in Hugin 2019 failed

2019-06-25 Thread Michael Kraul
Hello,

sorry for my english ;)

When adding a RAW file this will not be decoded

in the terminal is the following:

 => ./Hugin 
objc[71978]: Class FIFinderSyncExtensionHost is implemented in both 
/System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit 
(0x7fff96b823d8) and 
/System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride
 
(0x1164f7f50). One of the two will be used. Which one is undefined.
MissingRequired: TIFF directory is missing required "ImageLength" field.
ERROR: caught exception: 
Precondition violation!
Unable to open file '/Users/.../Panorama/DSC02252.ARW'.
(/Users/niklas/development/cmake/hugin/mac/ExternalPrograms/repository/vigra-1.11.1/src/impex/tiff.cxx:271)

Could not get pixel type for file /Users/.../Panorama/DSC02252.ARW


the binary is from sourceforge



Greets Michael

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/0137c2c7-4467-4adf-9d46-67f27e5ee9e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] Re: GoPro Fusion image stitching

2019-05-20 Thread Michael Karmazin
Many thanks, Carl.
The "crop" thing was apparently the bit that I was missing. After I applied 
it, I managed to get the result I wanted pretty quickly.

Seems that I still I need to find a bit better focal length and the focal 
length multiplier, but overall the problem looks fixed for me.

Thanks! 
Michael.


On Monday, May 20, 2019 at 8:47:48 PM UTC+10, zarl wrote:
>
> That looks like a "circular fisheye". Use that as the lens type. If you 
> need to provide an estimate for the focal length start with 8 (mm). The 
> assistant / optimiser can change that later for you.
> Next, switch to Masks tab (available when you select advanced user 
> interface) and in this tab move from "masks" to the "crop" area where you 
> can fine tune the image circle (try to deselect "always center crop" and 
> then move the circle. You can also alter the circle's diameter.
>
> Your nadir shot: it looks like most of the photos where shot using a 
> panoramic tripod head and the nadir shot was done handheld. In the list of 
> images right click on that image and choose "new lens" from the context 
> menu. I recommend masking walls etc. so that only a broader circle of the 
> pavement remains.
>
> Now try your assistant...
>
> cheers,
> Carl
>
> Am Montag, 20. Mai 2019 01:36:19 UTC+2 schrieb Michael Karmazin:
>>
>> Hi T.Modes, thanks for the quick reply!
>>
>> The samples are attached. These are the files written to the SD cards of 
>> the camera.
>>
>> Thanks!
>> Michael.
>>
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/3f1d8e4f-8ebf-412c-b5dd-90a8b6b11850%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] Re: GoPro Fusion image stitching

2019-05-19 Thread Michael Karmazin
Ouch. Sorry Terry & all, I didn't realise it works this way. Will do next 
time.

I presume it's too late to re-upload the already attached files somewhere, 
but let me know pls if it's still needed.

Sorry!
Michael.



On Monday, May 20, 2019 at 9:59:14 AM UTC+10, Tduell wrote:
>
> Hello Michael, 
>
> On Mon, 20 May 2019 09:36:19 +1000, Michael Karmazin   
> > wrote: 
>
> > Hi T.Modes, thanks for the quick reply! 
> > 
> > The samples are attached. These are the files written to the SD cards of 
> > the camera. 
>
> When providing files for a mailing list it is always best to use a link to 
>   
> your files, rather than attach the files to a post. 
> Not all members need to receive the files. 
>
> Cheers, 
> -- 
> Regards, 
> Terry Duell 
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/63f9aee4-28e1-4db7-a3a7-158bd303f80e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] GoPro Fusion image stitching

2019-05-19 Thread Michael Karmazin
Hi all, 

I tried hard, but the result is still heavily distorted... Is there any 
hint for stitching together two GoPro Fusion images?
At least, what value should I select as the Lens Type? 

Thanks!

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/6a0c1c2a-d6b4-4456-8126-2bf0ddfb134e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] Default Settings

2018-11-18 Thread &#x27;Michael Perry' via hugin and other free panoramic software
I use Hugin to stitch mosaics. I find the best procedure is to optimise for 
X and Y before y, p and r. I have to select Custom parameters to be able to 
do this, then after de-selecting yaw, pitch and roll in the Optimiser tab, 
I select the X and Y variables columns in their place. 

Is there a way to change the default settings for Hugin so that, on opening 
the application:
a) Custom parameters is always selected in Photos tab and X and Y columns 
are selected in the Custom tab?
b) Similarly, is there a way to change the default projection from 
Equirectangular to Rectilinear?

Thank you for your thoughts

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/b9901d4d-59c6-4398-a386-fe9373f239ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] I got a 360 image and only want to display a portion of it

2018-11-03 Thread Michael
you can do it with photoshop (I read). Can I do it with hugin?

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/9420bd76-b2fe-42eb-9bef-ef1eb1db5688%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] Re: Cannot change projection in Hugin 2016.2 on OSX Sierra

2017-03-24 Thread michael poisson
Thank You Doctor Kurt!

Wish I had spotted it myself as it s pretty obvious once known.
Not too sure if its worth a bug report?


-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/5f8774ae-f4a5-499a-a9c2-264845987250%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] Cannot change projection in Hugin 2016.2 on OSX Sierra

2017-03-22 Thread michael poisson
Hello

I am running Hugin [2016.2.0.be8da0221960 built by Niklas Mischkulnig] on 
an up to date version of Mac OSx Sierra.

All seems to run nicely except that I cannot change the projection in the 
projection tab of the quick preview window. The scrolling list appears but 
whatever I select, the projection bounces back to whatever was selected 
initially.

Projection can be changed in the Assembly tab of the main window so its not 
a showstopper, just irritating.

Any hints on where to collect further info on the problem in the 'new' log 
system would be welcome.

M.P.

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/f4e41bc0-d71e-4122-a517-7127654b3143%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] what is the ppa

2016-10-26 Thread Michael
what is the ppa for the current version that works?

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/23f76962-f523-4fe8-a172-e86082a9b597%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] optimisation

2016-10-06 Thread Michael Havens
Depending on the *User Interface mode*, you can modify:

   - Yaw (y), Pitch (p) and Roll (r) in *Simple* and *Advanced* mode.
   - Yaw (y), Pitch (p), Roll (r), TranslationX (TrX), TranslationY (TrY),
   TranslationZ (TrZ), Translation plane yaw (Tpy) and Translation plane pitch
   (Tpp) in *Expert* mode.
   -

I understand y, p, and r but what are TrX, TrY, TrZ, Tpy, and Tpp?

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/CAL%2BkYzDehXb2S0tp5%3Dei_v5wBDGs3X9MdzmpzQ8fbkrzxe52-g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] more photos?

2016-09-28 Thread Michael Havens
thank you so much!

On Wed, Sep 28, 2016 at 9:42 AM, Frederic Da Vitoria 
wrote:

> 2016-09-28 15:37 UTC+02:00, Michael Havens :
> > why would you want to remove control points?
>
> Because of parallax errors, some control points could be wrong. Also,
> some control points can't be a good reference (for example a control
> point on a moving object)
>
> --
> Frederic Da Vitoria
> (davitof)
>
> Membre de l'April - « promouvoir et défendre le logiciel libre » -
> http://www.april.org
>
> --
> A list of frequently asked questions is available at:
> http://wiki.panotools.org/Hugin_FAQ
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "hugin and other free panoramic software" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/hugin-ptx/oGnuH8fhetI/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> hugin-ptx+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/hugin-ptx/CANe_y9Q5RL8hxPC2XKnFMJ3mpZOnTzuoCb
> uamoPhftxTgWe2fw%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/CAL%2BkYzA8nfBadGnMCPu2E4kDbiq_4C0sTDsU9NxRfPgS-wY1SQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] more photos?

2016-09-28 Thread Michael Havens
why would you want to remove control points?

On Wed, Sep 28, 2016 at 7:33 AM, Carlos Eduardo G. Carvalho (Cartola) <
cartol...@gmail.com> wrote:

>
> 2016-09-28 3:51 GMT-03:00 Michael Havens :
>
>> What tab do you go to to learn how many pixels you are off? Is it in the
>> 'Control Points' tab? Most of the control points have a distance greater
>> than 6 but they don't look lined up correctly . This while the one with a
>> distance of 17 is spot-on. So I suppose distance means something else.
>
>
> To see the Control Points at their places, go to the Fast Preview Panorama
> windows and then to the Pre-Visualization tab (second tab). Click "show
> control points" to see them. You can also click the "Edit CP" button to see
> and add or remove CPs in rectangular areas.
>
> Note that the names of windows and tabs I've used might be a little
> different as my Hugin is in Portuguese and I've just translated them here
> myself.
>
> Before doing that I suggest that you first check if you have shot using a
> fixed axis considering the NPP (no parallax point). This is very much
> important and you can achieve this by using a panoramic tripod head or a
> philopod. If you are shooting hand held then you surely have pictures with
> parallax.
>
> Cheers,
>
> Carlos E G Carvalho (Cartola)
> http://cartola.org/360
> http://www.panoforum.com.br/
>
> --
> A list of frequently asked questions is available at:
> http://wiki.panotools.org/Hugin_FAQ
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "hugin and other free panoramic software" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/hugin-ptx/oGnuH8fhetI/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> hugin-ptx+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/hugin-ptx/CALW1f7hgq5d0i89TsKQNLpU7czeph
> BGh1u1kSTNDAXKt4Q9hZg%40mail.gmail.com
> <https://groups.google.com/d/msgid/hugin-ptx/CALW1f7hgq5d0i89TsKQNLpU7czephBGh1u1kSTNDAXKt4Q9hZg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/CAL%2BkYzC5%3D4uCbaQBQNht%3D%2BTASMwMzcH%2B0_%3Do_k0_KODxZ7106A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] more photos?

2016-09-27 Thread Michael Havens
On Wed, Sep 28, 2016 at 12:29 AM, Sean Greenslade 
wrote:

> On Tue, Sep 27, 2016 at 04:25:32PM -0700, Michael Havens wrote:
>
Make sure your mean control
> point distance is below one pixel, and if it's not, take a look at the
> control points that are the farthest off.
>

What tab do you go to to learn how many pixels you are off? Is it in the
'Control Points' tab? Most of the control points have a distance greater
than 6 but they don't look lined up correctly . This while the one with a
distance of 17 is spot-on. So I suppose distance means something else.

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/CAL%2BkYzAe1zzi0TsnNsS%3DuPbArOJ0j%2BCpKT1fDj9gkhmzZQF9KA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] more photos?

2016-09-27 Thread Michael Havens
I just did this pano again (I didn't know I had a photo that only
encompases the middle) and the result was pretty. Anyways, I went to put it
on google drive and it is complaining about too many pixels. I think it is
because I tried to put another picture into it but I don't know. What
should I do to put it onto google drive (or another hoster)?

On Tue, Sep 27, 2016 at 7:25 PM, Michael Havens 
wrote:

> I did a pano of a room (not 360). I did the room in 3 or 4 shots. In the
> resulting pano (https://drive.google.com/open?id=
> 0B2xvsVTZy4y1R2ZSQUdmaFZsTGc) you could see the seams. If I were to do
> the pano with more photos than 4 would that negate the seam or at least
> make them less noticeable?
>
> --
> A list of frequently asked questions is available at:
> http://wiki.panotools.org/Hugin_FAQ
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "hugin and other free panoramic software" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/hugin-ptx/oGnuH8fhetI/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> hugin-ptx+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/hugin-ptx/f7389d27-afe6-4ccf-8cc4-cea520921671%40googlegroups.com
> <https://groups.google.com/d/msgid/hugin-ptx/f7389d27-afe6-4ccf-8cc4-cea520921671%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/CAL%2BkYzCPSHCO82ma7u8SguQpADQ_35EXs%2BToW9vAgbq6g90wbA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] optimizer tab

2016-09-27 Thread Michael Havens
Thanks for showing me how to get to it. Now I need to know how to figure 
out the yaw, pitch, and roll. I mean I have some images loaded but... I 
think i figured it out. How does it rotate yaw though? I understand roll 
and pitch I think. Help me understand.

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/ffa5360e-4db0-468a-a9b9-412f6907250a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] more photos?

2016-09-27 Thread Michael Havens
I did a pano of a room (not 360). I did the room in 3 or 4 shots. In the 
resulting pano 
(https://drive.google.com/open?id=0B2xvsVTZy4y1R2ZSQUdmaFZsTGc) you could 
see the seams. If I were to do the pano with more photos than 4 would that 
negate the seam or at least make them less noticeable?

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/f7389d27-afe6-4ccf-8cc4-cea520921671%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] Re: first attempt at a spherical pano

2016-09-26 Thread Michael Havens
I get it... they got rid of the optimizer tab and moved the settings into 
Photos.

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/ed2883ea-e2e9-41f5-baa3-80c7113e22ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] Re: first attempt at a spherical pano

2016-09-26 Thread Michael Havens


On Monday, September 26, 2016 at 3:09:51 AM UTC-4, zarl wrote:
>
> Michael Havens wrote on 26.09.16 01:18: 
> > What does 'optimize' do? I just ran almost the entire process through to 
> > the end (2 hours) when I was rereading what I hadn't done when I noticed 
> > it was said I did not optimize it. So I stopped, optimized, and started 
> > the process again. BUT what does it do? 
>
> http://wiki.panotools.org/Hugin_Optimizer_tab 
>

Thank you for that. While reading through it I found 'optimizer tab'. I 
don't have an 'optimizer tab'. Only 'Photos', 'Masks', 'Control Points', 
and 'Stitcher' tabs. I can optimize with Edit-> optimize but no tab.

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/602cfa02-4ddc-45af-9f97-3d58ad81d9f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] Re: first attempt at a spherical pano

2016-09-25 Thread Michael Havens
What does 'optimize' do? I just ran almost the entire process through to 
the end (2 hours) when I was rereading what I hadn't done when I noticed it 
was said I did not optimize it. So I stopped, optimized, and started the 
process again. BUT what does it do? 

Further, is there any benefit in running it twice... threee, four times?

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/c4594d8d-5974-414a-8e24-b175fff34892%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] Re: first attempt at a spherical pano

2016-09-25 Thread Michael Havens


On Sunday, September 25, 2016 at 2:34:33 PM UTC-4, Stefan Peter wrote:
>
> Dear Michael Havens 
>
> On 25.09.2016 19:36, Michael Havens wrote: 
> > Please explain to me 2 unconnected image groups found: 
> > [0-19,21-33],[20]. 0-19 looks to me like 20 images, as does 21-33 (13 
> > images), while 20 looks like 1 image. 
>
> Yes, exactly. You have one image (number 20) that is neither connected 
> to the images 0-19 nor to the images 21-33. 
>

Thanks for detailing that. 

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/5d77ee07-0da5-45e4-ba57-f27bf67f60d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] Re: first attempt at a spherical pano

2016-09-25 Thread Michael Havens


On Sunday, September 25, 2016 at 2:34:33 PM UTC-4, Stefan Peter wrote:
>
>
> > As for the file system that runs out of space the last time I run 
> > this through and I was at my computer when the notification that I was 
> > running out of disk space appeared the notification appeared about a 
> > minute before the stitching was done. 
>
> You mean that you have been notified a minute after the fact?


I got the notification a minute or so before the job was complete.
 

>
> > "If that's the case, then setting it to be in /home would probably solve 
> > the problem, in 
> > which case the only issue is the bug with the missing PATH variable." 
> > 
> > This is the situation. 
>
> Sorry? What do you want to tell me with this? Please remember that I can 
> not read your mind and I don't have a link to your system that tells me 
> what is going on there. Did you intend to let me know that when setting 
> the tempdir to /home, your problem is solved? 
>

Yes, this solved the issue. However, I had to find the control points 
before I set  /home as hugintmp. I have said so much previously. unless 
I'm crazy and only said so in my mind and not in type.

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/f26c94f1-68d6-4cb0-8b03-8b15495ca642%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] Re: first attempt at a spherical pano

2016-09-25 Thread Michael Havens
Please explain to me 2 unconnected image groups found: [0-19,21-33],[20]. 
0-19 looks to me like 20 images, as does 21-33 (13 images), while 20 looks 
like 1 image. Also, how do I find control points in the cloud images?

As for the file system that runs out of space the last time I run this 
through and I was at my computer when the notification that I was running 
out of disk space appeared the notification appeared about a minute before 
the stitching was done.

"If that's the case, then setting it to be in /home would probably solve 
the problem, in 
which case the only issue is the bug with the missing PATH variable."

This is the situation.

"So, unless your project used the root partition for its temporary files, "
I don't know but I think this is what it did because if I find the control 
points and then reassign hugin's temp file location it does not run out of 
space.

 while [ true ]; do 
 date +'%s'|tee -a log.log 
 df -x tmpfs|tee -a log.log 
 sleep 10 
 done 

I don't have time to sit in front of my computer until hugun finishes the 
stitch right now. II'll do this after we connect the unconnected images

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/48f47152-5d82-4436-b1c1-23315b5f030a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] Re: first attempt at a spherical pano

2016-09-24 Thread Michael Havens
I understand it now! I started with '1' while hugin starts its numbering 
with '0',so that is the right one.

On Friday, September 23, 2016 at 9:56:16 PM UTC-4, Michael Havens wrote:
>
>
>
> On Friday, September 23, 2016 at 3:05:29 PM UTC-4, Stefan Peter wrote:
>>
>> So, please, could you share the pto you used in this example? Please put 
>> it up somewhere like pastebin.com and just send the link to this mailing 
>> list.
>
>  
> http://pastebin.com/QCX1z8Ra 
>
> And another issue: Could you please let us know (again?) what versions of 
>> hugin 
>>
>
> 2016.2.0.48cb11a23351
>  
>
>> enblend 
>>
>
> 4.1.3
>  
>
>> enfuse 
>>
>
> 4.1.3
>
> I have to apologize. I got stupid last night and deleted the  status 
> report however, google drive  has a trash bin so I was able to recover 
> it.
> The log file I am sending is the last one in te series. It is not named as 
> expected so I don't know...
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/aee6e7bf-a23b-4a37-a2aa-e313791c9109%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] Re: first attempt at a spherical pano

2016-09-23 Thread Michael Havens


On Friday, September 23, 2016 at 3:05:29 PM UTC-4, Stefan Peter wrote:
>
> So, please, could you share the pto you used in this example? Please put 
> it up somewhere like pastebin.com and just send the link to this mailing 
> list.

 
http://pastebin.com/QCX1z8Ra 

And another issue: Could you please let us know (again?) what versions of 
> hugin 
>

2016.2.0.48cb11a23351
 

> enblend 
>

4.1.3
 

> enfuse 
>

4.1.3

I have to apologize. I got stupid last night and deleted the  status 
report however, google drive  has a trash bin so I was able to recover 
it.
The log file I am sending is the last one in te series. It is not named as 
expected so I don't know...

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/0638e4c0-4827-4b10-b685-f40ce6803d85%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


statusreport
Description: Binary data

Stitching panorama...


Platform: Linux 3.19.0-32-generic x86_64
Version: 2016.2.0.48cb11a23351
Working directory: 
/home/bmike1/Documents/Business/Photography/PropertyPhotographing/Test/Panorama/3
Output prefix: DSC_0493 - DSC_0526-5

Blender: enblend 4.1.3
Exposure fusion: enfuse 4.1.3
ExifTool version: 9.46

Number of active images: 34
Output exposure value: 13.7
Canvas size: 20360x10180
ROI: (0, 0) - (20360, 10180) 
FOV: 360x180
Projection: Equirectangular(2)
Using GPU for remapping: false

Panorama Outputs:
* Exposure corrected, low dynamic range
* Exposure fused from any arrangement

First input image
Number: 0
Filename: 
/home/bmike1/Documents/Business/Photography/PropertyPhotographing/Test/Panorama/3/DSC_0493.JPG
Size: 6016x4000
Projection: Normal (rectilinear)
Response type: custom (EMoR)
HFOV: 66
Exposure value: 13.7


Remapping LDR images...
Multiple images output
loading DSC_0493.JPG
remapping DSC_0493.JPG
saving DSC_0493 - DSC_0526-5.tif
loading DSC_0494.JPG
remapping DSC_0494.JPG
saving DSC_0493 - DSC_0526-50001.tif
loading DSC_0495.JPG
remapping DSC_0495.JPG
saving DSC_0493 - DSC_0526-50002.tif
loading DSC_0496.JPG
remapping DSC_0496.JPG
saving DSC_0493 - DSC_0526-50003.tif
loading DSC_0497.JPG
remapping DSC_0497.JPG
saving DSC_0493 - DSC_0526-50004.tif
loading DSC_0498.JPG
remapping DSC_0498.JPG
saving DSC_0493 - DSC_0526-50005.tif
loading DSC_0499.JPG
remapping DSC_0499.JPG
saving DSC_0493 - DSC_0526-50006.tif
loading DSC_0500.JPG
remapping DSC_0500.JPG
saving DSC_0493 - DSC_0526-50007.tif
loading DSC_0501.JPG
remapping DSC_0501.JPG
saving DSC_0493 - DSC_0526-50008.tif
loading DSC_0502.JPG
remapping DSC_0502.JPG
saving DSC_0493 - DSC_0526-50009.tif
loading DSC_0503.JPG
remapping DSC_0503.JPG
saving DSC_0493 - DSC_0526-50010.tif
loading DSC_0504.JPG
remapping DSC_0504.JPG
saving DSC_0493 - DSC_0526-50011.tif
loading DSC_0505.JPG
remapping DSC_0505.JPG
saving DSC_0493 - DSC_0526-50012.tif
loading DSC_0506.JPG
remapping DSC_0506.JPG
saving DSC_0493 - DSC_0526-50013.tif
loading DSC_0507.JPG
remapping DSC_0507.JPG
saving DSC_0493 - DSC_0526-50014.tif
loading DSC_0508.JPG
remapping DSC_0508.JPG
saving DSC_0493 - DSC_0526-50015.tif
loading DSC_0509.JPG
remapping DSC_0509.JPG
saving DSC_0493 - DSC_0526-50016.tif
loading DSC_0510.JPG
remapping DSC_0510.JPG
saving DSC_0493 - DSC_0526-50017.tif
loading DSC_0511.JPG
remapping DSC_0511.JPG
saving DSC_0493 - DSC_0526-50018.tif
loading DSC_0512.JPG
remapping DSC_0512.JPG
saving DSC_0493 - DSC_0526-50019.tif
loading DSC_0513.JPG
remapping DSC_0513.JPG
saving DSC_0493 - DSC_0526-50020.tif
loading DSC_0514.JPG
remapping DSC_0514.JPG
saving DSC_0493 - DSC_0526-50021.tif
loading DSC_0515.JPG
remapping DSC_0515.JPG
saving DSC_0493 - DSC_0526-50022.tif
loading DSC_0516.JPG
remapping DSC_0516.JPG
saving DSC_0493 - DSC_0526-50023.tif
loading DSC_0517.JPG
remapping DSC_0517.JPG
saving DSC_0493 - DSC_0526-50024.tif
loading DSC_0518.JPG
remapping DSC_0518.JPG
saving DSC_0493 - DSC_0526-50025.tif
loading DSC_0519.JPG
remapping DSC_0519.JPG
saving DSC_0493 - DSC_0526-50026.tif
loading DSC_0520.JPG
remapping DSC_0520.JPG
saving DSC_0493 - DSC_0526-50027.tif
loading DSC_0521.JPG
remapping DSC_0521.JPG
saving DSC_0493 - DSC_0526-50028.tif
loading DSC_0522.JPG
remapping DSC_0522.JPG
saving DSC_0493 - DSC_0526-50029.tif
loading DSC_0523.JPG
remapping DSC_0523.JPG
saving DSC_0493 - DSC_0526-50030.tif
loading DSC_0524.JPG
remapping DSC_0524.JPG
saving DSC_0493 - DSC_0526-50031.tif
loading DSC_0525.JPG
remapping DSC_0525.JPG
saving DSC_0493 - DSC_0526-50032.tif
loading DSC_0526.JPG
remapping DSC_0526.JPG
saving DSC_0493 - DSC_0526-50033.ti

[hugin-ptx] Re: first attempt at a spherical pano

2016-09-23 Thread Michael Havens
oh... for anyone who reads this if you don't realize it the numbers in the 
filenames are the time in 24 hour time. Subtract 1200 from it to get 12 
hour time.

On Friday, September 23, 2016 at 9:46:52 AM UTC-4, Michael Havens wrote:
>
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/00da3fcd-e9b3-47e7-88c0-39f6c7436e17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] Re: first attempt at a spherical pano

2016-09-23 Thread Michael Havens
-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/044f7c83-58bf-486c-8a63-c8c98cca1968%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
~/Documents/Business/Photography/PropertyPhotographing/Test/Panorama/3 $ 
du;df;ls -l
2992596 .
Filesystem 1K-blocks Used Available Use% Mounted on
udev 39730964   3973092   1% /dev
tmpfs 804424 1504802920   1% /run
/dev/sdb1   23638908 14833084   7581992  67% /
none   40 4   0% /sys/fs/cgroup
none51200  5120   0% /run/lock
none 402211694560   3927556   3% /run/shm
none  102400   36102364   1% /run/user
/dev/sdb3  210643368 48335812 151584436  25% /home
total 2992584
-rw-r--r-- 1 bmike1 bmike1  5424 Sep 21 22:41 DSC_0493 - DSC_0526_1.log
-rw-r--r-- 1 bmike1 bmike1 15201 Sep 22 12:43 DSC_0493 - DSC_0526_2.log
-rw-r--r-- 1 bmike1 bmike1 14915 Sep 22 17:17 DSC_0493 - DSC_0526_3.log
-rw-r--r-- 1 bmike1 bmike1 358818910 Sep 22 15:52 DSC_0493 - DSC_0526-3.tif
-rw-r--r-- 1 bmike1 bmike1  54595688 Sep 22 19:14 DSC_0493 - DSC_0526-5.tif
-rw-r--r-- 1 bmike1 bmike1  48916142 Sep 22 19:14 DSC_0493 - DSC_0526-50001.tif
-rw-r--r-- 1 bmike1 bmike1  38971922 Sep 22 19:14 DSC_0493 - DSC_0526-50002.tif
-rw-r--r-- 1 bmike1 bmike1  39461796 Sep 22 19:15 DSC_0493 - DSC_0526-50003.tif
-rw-r--r-- 1 bmike1 bmike1  31413142 Sep 22 19:15 DSC_0493 - DSC_0526-50004.tif
-rw-r--r-- 1 bmike1 bmike1  45781450 Sep 22 19:15 DSC_0493 - DSC_0526-50005.tif
-rw-r--r-- 1 bmike1 bmike1  89091712 Sep 22 19:15 DSC_0493 - DSC_0526-50006.tif
-rw-r--r-- 1 bmike1 bmike1  82914232 Sep 22 19:16 DSC_0493 - DSC_0526-50007.tif
-rw-r--r-- 1 bmike1 bmike1  86583250 Sep 22 19:16 DSC_0493 - DSC_0526-50008.tif
-rw-r--r-- 1 bmike1 bmike1  89007994 Sep 22 19:17 DSC_0493 - DSC_0526-50009.tif
-rw-r--r-- 1 bmike1 bmike1  93965954 Sep 22 19:17 DSC_0493 - DSC_0526-50010.tif
-rw-r--r-- 1 bmike1 bmike1  38086498 Sep 22 19:17 DSC_0493 - DSC_0526-50011.tif
-rw-r--r-- 1 bmike1 bmike1   3404346 Sep 22 19:18 DSC_0493 - DSC_0526-50012.tif
-rw-r--r-- 1 bmike1 bmike1  17241670 Sep 22 19:18 DSC_0493 - DSC_0526-50013.tif
-rw-r--r-- 1 bmike1 bmike1   5271828 Sep 22 19:18 DSC_0493 - DSC_0526-50014.tif
-rw-r--r-- 1 bmike1 bmike1  11234228 Sep 22 19:18 DSC_0493 - DSC_0526-50015.tif
-rw-r--r-- 1 bmike1 bmike1996346 Sep 22 19:19 DSC_0493 - DSC_0526-50016.tif
-rw-r--r-- 1 bmike1 bmike1   6776424 Sep 22 19:19 DSC_0493 - DSC_0526-50017.tif
-rw-r--r-- 1 bmike1 bmike1203722 Sep 22 19:19 DSC_0493 - DSC_0526-50018.tif
-rw-r--r-- 1 bmike1 bmike1   8274864 Sep 22 19:19 DSC_0493 - DSC_0526-50019.tif
-rw-r--r-- 1 bmike1 bmike1   3916038 Sep 22 19:19 DSC_0493 - DSC_0526-50020.tif
-rw-r--r-- 1 bmike1 bmike1  21988622 Sep 22 19:20 DSC_0493 - DSC_0526-50021.tif
-rw-r--r-- 1 bmike1 bmike1  19498282 Sep 22 19:20 DSC_0493 - DSC_0526-50022.tif
-rw-r--r-- 1 bmike1 bmike1  12285262 Sep 22 19:20 DSC_0493 - DSC_0526-50023.tif
-rw-r--r-- 1 bmike1 bmike1 358836342 Sep 22 11:19 DSC_0493 - DSC_052692-2.tif
-rw-r--r-- 1 bmike1 bmike1 429059139 Sep 20 10:13 DSC_0493 - 
DSC_0526_blended_fused.tif
-rw-r--r-- 1 bmike1 bmike1  1570 Sep 20 07:25 DSC_0493 - DSC_0526.log
-rw-r--r-- 1 bmike1 bmike1103457 Sep 22 19:13 DSC_0493 - DSC_0526.pto
-rw-r--r-- 1 bmike1 bmike1 8 Sep 21 22:14 DSC_0493 - DSC_0526.tif
-rw-r--r-- 1 bmike1 bmike1  10443277 Sep 14 14:01 DSC_0493.JPG
-rw-r--r-- 1 bmike1 bmike1  22529301 Sep 14 14:01 DSC_0493.NEF
-rw-r--r-- 1 bmike1 bmike1 10132 Sep 21 22:58 DSC_0494 - DSC_0498.pto
-rw-r--r-- 1 bmike1 bmike1  97027060 Sep 21 22:59 DSC_0494 - DSC_0498.tif
-rw-r--r-- 1 bmike1 bmike1  11540628 Sep 14 14:01 DSC_0494.JPG
-rw-r--r-- 1 bmike1 bmike1  25387706 Sep 14 14:01 DSC_0494.NEF
-rw-r--r-- 1 bmike1 bmike1  11711954 Sep 14 14:01 DSC_0495.JPG
-rw-r--r-- 1 bmike1 bmike1  25667420 Sep 14 14:01 DSC_0495.NEF
-rw-r--r-- 1 bmike1 bmike1  11761266 Sep 14 14:01 DSC_0496.JPG
-rw-r--r-- 1 bmike1 bmike1  25406143 Sep 14 14:01 DSC_0496.NEF
-rw-r--r-- 1 bmike1 bmike1  10597769 Sep 14 14:01 DSC_0497.JPG
-rw-r--r-- 1 bmike1 bmike1  25241289 Sep 14 14:01 DSC_0497.NEF
-rw-r--r-- 1 bmike1 bmike1  10674396 Sep 14 14:01 DSC_0498.JPG
-rw-r--r-- 1 bmike1 bmike1  24376615 Sep 14 14:01 DSC_0498.NEF
-rw-r--r-- 1 bmike1 bmike1   9787445 Sep 14 14:01 DSC_0499.JPG
-rw-r--r-- 1 bmike1 bmike1  23388629 Sep 14 14:01 DSC_0499.NEF
-rw-r--r-- 1 bmike1 bmike1   9714701 Sep 14 14:02 DSC_0500.JPG
-rw-r--r-- 1 bmike1 bmike1  23428540 Sep 14 14:02 DSC_0500.NEF
-rw-r--r-- 1 bmike1 bmike1  10540416 Sep 14 14:02 DSC_0

Re: [hugin-ptx] Re: first attempt at a spherical pano

2016-09-22 Thread Michael Havens
I thought it was proper to place large amounts of text on a hosting service 
rather than on the mailing list. Do you wish for me to place it all on here 
instead?

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/53b7e45f-4193-4992-9927-6f87d4c6f3d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] Re: first attempt at a spherical pano

2016-09-22 Thread Michael Havens
Status Report is a copy of the text in the status report window that hugin 
opens for you when the panorama completes (or fails).

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/b3fd852b-dd27-4935-8ca8-e416b12524e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] Re: first attempt at a spherical pano

2016-09-22 Thread Michael Havens
okay here is a series of issuances of commands spread out over a period of 
time:

https://drive.google.com/open?id=0B2xvsVTZy4y1RzJlZ2tnRUZsRnM

the panos I am working with this time are the files that begin "DSC_0493 - 
DSC_0526-5"

I believe what you are looking for is one of the last lines in 'status 
report'.

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/04afd130-96f3-4e9a-824d-6698a52024bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] Re: first attempt at a spherical pano

2016-09-22 Thread Michael Havens


On Thursday, September 22, 2016 at 4:13:12 PM UTC-4, Michael Havens wrote:
>
> Okay, I just started a big pano with the custom temp directory set to 
> default and here is ls -l /tmp and ls -l in the directory where all of the 
> intermediate files are being put when I run out of disk space (like ya all 
> said the intermediate files go in the directory the images are in:
>
> a side note- I had to leave for work so I left it running figuring it 
> would just pause when I got the notice that disk space was low. I got home 
> and the panorama was complete. So it looks as if I found a bug that in my 
> case did not matter. Anyways here is the outputs of ls -l after I restart 
> stitching and wait for the low disk space error to occur I also did df for 
> the drives too:
>

Sorry, i thought my mouse froze after the large pano so I flipped off the 
computer but I was messing with the wrong mouse!  (I guess I'll take the 
dead mouse off of my desk) In any case do you need that information I was 
going to give you? And I run Mint 17.3 .

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/540b739c-19df-43e9-875e-d4704a4a5007%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] Re: first attempt at a spherical pano

2016-09-22 Thread Michael Havens
Okay, I just started a big pano with the custom temp directory set to 
default and here is ls -l /tmp and ls -l in the directory where all of the 
intermediate files are being put when I run out of disk space (like ya all 
said the intermediate files go in the directory the images are in:

a side note- I had to leave for work so I left it running figuring it would 
just pause when I got the notice that disk space was low. I got home and 
the panorama was complete. So it looks as if I found a bug that in my case 
did not matter. Anyways here is the outputs of ls -l after I restart 
stitching and wait for the low disk space error to occur I also did df for 
the drives too:


-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/60888911-e92d-40c6-b8cf-5d3ea6831096%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] Re: first attempt at a spherical pano

2016-09-22 Thread Michael Havens


On Thursday, September 22, 2016 at 12:00:32 AM UTC-4, Groogle wrote:
>
> One thing that occurs to me is that this might be swap space.  Do you 
> have swap to file enabled?  If so it could be that that is filling up 
> your root file system.  Try: 
>
>  $ swapon -s


~ $ swapon -s
Filename Type SizeUsed Priority
/dev/sdb5 partition 5855656 0 -1
 

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/3cdda49e-da45-419a-88d3-59a17881fe24%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] Re: first attempt at a spherical pano

2016-09-22 Thread Michael Havens


On Wednesday, September 21, 2016 at 11:30:02 PM UTC-4, Groogle wrote:
>
> I'm sure that much of your issues relate to the fact that you write 
> your reply away from what you're replying to.  In case it's my 
> terminology, that recommendation is to leave the temporary directory 
> specification empty (default). 
>

Now we are running in circles. If I do that the intermediate files created 
while stitching fill up the root partition. No problem though.  I'll just 
do as was suggested and fin control points with  the "temporary directory 
specification empty (default)" and then set the "temporary directory 
specification" to the larger directory  that can handle the intermediate 
files created while stitching. 


-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/f7e9925f-2de9-4a78-9473-212f4a78c7fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] Re: first attempt at a spherical pano

2016-09-21 Thread Michael Havens


On Wednesday, September 21, 2016 at 11:12:55 PM UTC-4, Groogle wrote:
>
>   My guess is that whatever the problem was, 
> it has gone into hiding. 
>
>
but the problem is that when I give it a custom temporary directory none of 
the control point detectors work.
 And I meant before/after stitching has started
 

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/a2c4fb9d-3a5c-40e0-84f2-5d26988d2b6c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] Re: first attempt at a spherical pano

2016-09-21 Thread Michael Havens
but the problem is that when I give it a custom temporary directory none of 
the control point detectors work.

On Wednesday, September 21, 2016 at 11:12:55 PM UTC-4, Groogle wrote:
>
> On Wednesday, 21 September 2016 at 19:53:25 -0700, Michael Havens wrote: 
> > On Wednesday, September 21, 2016 at 10:38:36 PM UTC-4, Groogle wrote: 
> >> 
> >> On Wednesday, 21 September 2016 at 19:33:27 -0700, Michael Havens 
> wrote: 
> >>> In preferences->file name->Temporary directory I typed in 
> >>> "/home/bmike1/hugintmp" 
> >>> In the same location if /home/bmike1/hugintmp is present when I 
> >>> search for control points it will fail. 
> >> 
> >> We seem to be going round in circles.  I reported this issue nearly a 
> >> week ago.  What does it write to the root file system when you don't 
> >> specify a temporary directory? 
> > 
> > after searching for control points: 
> > 
> > Searching for control points... 
> > Hugin's cpfind 2016.2.0.48cb11a23351 
> > based on Pan-o-matic by Anael Orlinski 
> > 
> > Written output to /tmp/ap_res2RPWJD 
> > 
> > Written output to /tmp/haXhtqCX 
>
> OK, these are just the small PTO files, which you showed in more 
> detail in your other post. 
>
> > after stitching: 
>
> Is this your comment?  It confuses the issue.  But after stitching 
> there's nothing left to do. 
>
> At least I have the information now, but unless nona or enblend are 
> hiding something, there's no evidence of any large files being written 
> to the temporary directory, so you might as well reset the preference 
> so that you don't have to start Hugin twice.  If you do run into the 
> root file system filling up again, take a look in the /tmp directory 
> and see what you can find.  My guess is that whatever the problem was, 
> it has gone into hiding. 
>
> Greg 
> -- 
> Sent from my desktop computer. 
> Finger g...@freebsd.org for PGP public key. 
> See complete headers for address and phone numbers. 
> This message is digitally signed.  If your Microsoft mail program 
> reports problems, please read http://lemis.com/broken-MUA 
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/44c9ebaf-7349-4419-845d-f264ec1b881c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] first attempt at a spherical pano

2016-09-21 Thread Michael Havens

I cancelled my large stitcch and stitched something small together.
this is before I started the stitch: 

> bmike1@MikesBeast ~/hugintmp $  ls -l /tmp 
>> total 16
>> srwxr-xr-x 1 bmike1 bmike10 Sep 21 15:15 gedit.bmike1.2619256144
>> drwx-- 2 bmike1 bmike1 4096 Sep 21 17:04 ksocket-bmike1
>> drwxrwxrwx 2 bmike1 bmike1 4096 Sep 21 15:15 mintUpdate
>> srwx-- 1 bmike1 bmike10 Sep 21 22:52 PTBatcherGUI-bmike1.ipc
>> -rw--- 1 bmike1 bmike15 Sep 21 22:52 PTBatcherGUI-bmike1.lock
>> drwx-- 2 bmike1 bmike1 4096 Sep 21 15:15 ssh-fScB19FrJCn6
>>
> this is after I started the stitch 

> bmike1@MikesBeast ~/hugintmp $  ls -l /tmp 
>> total 32
>> srwxr-xr-x 1 bmike1 bmike1 0 Sep 21 15:15 gedit.bmike1.2619256144
>> -rw--- 1 bmike1 bmike1   136 Sep 21 22:58 heUYjJTx
>> -rw--- 1 bmike1 bmike1 10542 Sep 21 22:58 huginpto_xjbSeN
>> drwx-- 2 bmike1 bmike1  4096 Sep 21 17:04 ksocket-bmike1
>> drwxrwxrwx 2 bmike1 bmike1  4096 Sep 21 15:15 mintUpdate
>> srwx-- 1 bmike1 bmike1 0 Sep 21 22:58 PTBatcherGUI-bmike1.ipc
>> -rw--- 1 bmike1 bmike1 5 Sep 21 22:58 PTBatcherGUI-bmike1.lock
>> drwx-- 2 bmike1 bmike1  4096 Sep 21 15:15 ssh-fScB19FrJCn6
>>
>>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/f5c14f1e-24d9-40e2-a296-6dfbf31a4443%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] first attempt at a spherical pano

2016-09-21 Thread Michael Havens


On Wednesday, September 21, 2016 at 10:50:10 PM UTC-4, Groogle wrote:
>
> I did specify 'ls -l'.  If you look at those files, I think you'll 
> find they're in the order of 10 kB each. 
>

$  ls -l /home/bmike1/hugintmp 
total 100
-rw--- 1 bmike1 bmike1   419 Sep 20 17:59 hec1QPQW
-rw--- 1 bmike1 bmike1   419 Sep 20 17:59 hee6TKlX
-rw--- 1 bmike1 bmike1   419 Sep 20 10:13 heFan8Hr
-rw--- 1 bmike1 bmike1   419 Sep 20 07:14 hehyqyzB
-rw--- 1 bmike1 bmike1   419 Sep 20 17:59 heL3W456
-rw--- 1 bmike1 bmike1 14082 Sep 20 07:14 huginpto_0vYcMe
-rw--- 1 bmike1 bmike1 14082 Sep 20 17:59 huginpto_2c8gZv
-rw--- 1 bmike1 bmike1 14082 Sep 20 17:59 huginpto_95itzG
-rw--- 1 bmike1 bmike1 14082 Sep 20 10:13 huginpto_UEq4Vb
-rw--- 1 bmike1 bmike1 14082 Sep 20 17:59 huginpto_ZuLc6q

>
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/719eee4f-9ccd-4833-8337-baa4e2d84c7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] Re: first attempt at a spherical pano

2016-09-21 Thread Michael Havens


On Wednesday, September 21, 2016 at 10:38:36 PM UTC-4, Groogle wrote:
>
> On Wednesday, 21 September 2016 at 19:33:27 -0700, Michael Havens wrote: 
> > In preferences->file name->Temporary directory I typed in 
> > "/home/bmike1/hugintmp" 
> > In the same location if /home/bmike1/hugintmp is present when I search 
> for 
> > control points it will fail. 
>
> We seem to be going round in circles.  I reported this issue nearly a 
> week ago.  What does it write to the root file system when you don't 
> specify a temporary directory? 
>
 
after searching for control points:

Searching for control points...
Hugin's cpfind 2016.2.0.48cb11a23351
based on Pan-o-matic by Anael Orlinski

Project contains the following images:
Image 0
  Imagefile: 
/home/bmike1/Documents/Business/Photography/PropertyPhotographing/Test/Panorama/3/DSC_0494.JPG
  Remapped : yes
Image 1
  Imagefile: 
/home/bmike1/Documents/Business/Photography/PropertyPhotographing/Test/Panorama/3/DSC_0495.JPG
  Remapped : yes
Image 2
  Imagefile: 
/home/bmike1/Documents/Business/Photography/PropertyPhotographing/Test/Panorama/3/DSC_0496.JPG
  Remapped : yes
Image 3
  Imagefile: 
/home/bmike1/Documents/Business/Photography/PropertyPhotographing/Test/Panorama/3/DSC_0497.JPG
  Remapped : yes
Image 4
  Imagefile: 
/home/bmike1/Documents/Business/Photography/PropertyPhotographing/Test/Panorama/3/DSC_0498.JPG
  Remapped : yes

--- Analyze Images ---
i0 : Analyzing image...
i1 : Analyzing image...
i3 : Analyzing image...
i2 : Analyzing image...
i4 : Analyzing image...

--- Find matches ---
i3 <> i4 : Found 24 matches
i2 <> i3 : Found 23 matches
i0 <> i1 : Found 25 matches
i1 <> i2 : Found 24 matches

--- Find matches for overlapping images ---

--- Write Project output ---
Written output to /tmp/ap_res2RPWJD

Detection took 42.551 seconds.

Written output to /tmp/haXhtqCX
Statistically cleaning of control points...

Removed 3 control points in step 1
Removed 6 control points in step 2

Written output to /tmp/haXhtqCX
Searching for vertical lines...
linefind is searching for vertical lines
Working on image 
/home/bmike1/Documents/Business/Photography/PropertyPhotographing/Test/Panorama/3/DSC_0494.JPG
Working on image 
/home/bmike1/Documents/Business/Photography/PropertyPhotographing/Test/Panorama/3/DSC_0495.JPG
Working on image 
/home/bmike1/Documents/Business/Photography/PropertyPhotographing/Test/Panorama/3/DSC_0497.JPG
Working on image 
/home/bmike1/Documents/Business/Photography/PropertyPhotographing/Test/Panorama/3/DSC_0496.JPG
Working on image 
/home/bmike1/Documents/Business/Photography/PropertyPhotographing/Test/Panorama/3/DSC_0498.JPG

Found 3 vertical lines


Written output to /tmp/haXhtqCX

Opened project /tmp/haXhtqCX

Project contains
5 images
1 lenses
5 stacks
90 control points

Control points statistics
Mean error: 971.36
Standard deviation: 186.23
Minimum   : 0.56
Maximum   : 1090.06
All images are connected.

Optimizing...
Optimizing Variables
Strategy 1
Average (rms) distance between Controlpoints 
after 0 iteration(s):  982.983793096836 units
Strategy 1
Average (rms) distance between Controlpoints 
after 1 iteration(s):  41.9359835841126 units
Strategy 1
Average (rms) distance between Controlpoints 
after 2 iteration(s):  6.63019692569752 units
Strategy 1
Average (rms) distance between Controlpoints 
after 3 iteration(s):  4.61077632604332 units
Strategy 1
Average (rms) distance between Controlpoints 
after 4 iteration(s):  3.01981247229104 units
Strategy 1
Average (rms) distance between Controlpoints 
after 5 iteration(s):  2.97569382964583 units
Strategy 1
Average (rms) distance between Controlpoints 
after 6 iteration(s):  2.76688043502161 units
Strategy 1
Average (rms) distance between Controlpoints 
after 7 iteration(s):  2.74875128077305 units

Optimizing Variables
Strategy 2
Average (rms) distance between Controlpoints 
after 0 iteration(s):  2.50387441947329 units
Strategy 2
Average (rms) distance between Controlpoints 
after 1 iteration(s):  2.46501866893365 units
Strategy 2
Average (rms) distance between Controlpoints 
after 2 iteration(s):  2.46298406887543 units
Strategy 2
Average (rms) distance between Controlpoints 
after 3 iteration(s):  2.46288404323768 units
Strategy 2
Average (rms) distance between Controlpoints 
after 4 iteration(s):  2.46287903562832 units
Strategy 2
Average (rms) distance between Controlpoints 
after 5 iteration(s):  2.46287877868892 units

Optimizing Variables
Strategy 1
Average (rms) distance between Controlpoints 
after 0 iteration(s):  1870.16827459187 units
Strategy 1
Average (rms) distance between Controlpoints 
after 1 iteration(s):  1211.92765038268 units
Strategy 1
Average (rms) distance between Controlpoints 
after 2 iteration(s):  6

Re: [hugin-ptx] first attempt at a spherical pano

2016-09-21 Thread Michael Havens
I didn't do your ls command because it is stitching in the hugintmp 
directory right now.

~/hugintmp $ ls /home/bmike1/hugintmp
hec1QPQW  heFan8Hr  heL3W456  huginpto_0vYcMe  huginpto_95itzG 
 huginpto_UEq4Vb
hee6TKlX  hehyqyzB  heMNMrcf  huginpto_2c8gZv  huginpto_HYTJTG 
 huginpto_ZuLc6q

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/afe1caae-2876-4c62-b179-444d7b3b6a60%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] first attempt at a spherical pano

2016-09-21 Thread Michael Havens


On Wednesday, September 21, 2016 at 10:22:48 PM UTC-4, Groogle wrote:
>
> > Tduell's suggestion worked. It is now stitching. 
>
> Where?  Take a look in your specified directory and see what's in 
> there. 
>

In preferences->file name->Temporary directory I typed in 
"/home/bmike1/hugintmp"
In the same location if /home/bmike1/hugintmp is present when I search for 
control points it will fail. 

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/82feda39-a94f-47d7-adbe-26626bc87e6a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] Re: first attempt at a spherical pano

2016-09-21 Thread Michael Havens
In preferences->file name->Temporary directory I typed in 
"/home/bmike1/hugintmp"
In the same location if /home/bmike1/hugintmp is present when I search for 
control points it will fail.

On Thursday, September 15, 2016 at 10:28:54 PM UTC-4, Michael Havens wrote:
>
> or at least of a dome pano (half sphere).
> I got 34 images and when I first load the images everything seems cool but 
> when I click align I get an error . Then I click continue and it 
> says that none of my images have control points and that I need to put them 
> in manually. Any ideas as to what's wrong?
>
> ASSERT INFO:
> /usr/include/wx-3.0/wx/strvararg.h(451): assert "(argtype & 
> (wxFormatStringSpecifier::value)) == argtype" failed in 
> wxArgNormalizer(): format specifier doesn't match argument type
>
> BACKTRACE:
> [1] MainFrame::RunAssistant(wxWindow*)
> [2] GLPreviewFrame::OnAlign(wxCommandEvent&)
> [3] wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, 
> wxEvent&) const
> [4] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, 
> wxEvtHandler*, wxEvent&)
> [5] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*)
> [6] wxEvtHandler::TryHereOnly(wxEvent&)
> [7] wxEvtHandler::ProcessEventLocally(wxEvent&)
> [8] wxEvtHandler::ProcessEvent(wxEvent&)
> [9] wxWindowBase::TryAfter(wxEvent&)
> [10] wxWindowBase::TryAfter(wxEvent&)
> [11] wxWindowBase::TryAfter(wxEvent&)
> [12] wxWindowBase::TryAfter(wxEvent&)
> [13] wxEvtHandler::SafelyProcessEvent(wxEvent&)
> [14] g_signal_emit_valist
> [15] g_signal_emit
> [16] g_signal_emit_valist
> [17] g_signal_emit
> [18] g_closure_invoke
> [19] g_signal_emit_valist
> [20] g_signal_emit
> [21] gtk_propagate_event
> [22] gtk_main_do_event
> [23] g_main_context_dispatch
> [24] g_main_loop_run
> [25] gtk_main
> [26] wxGUIEventLoop::DoRun()
> [27] wxEventLoopBase::Run()
> [28] wxAppConsoleBase::MainLoop()
> [29] wxEntry(int&, wchar_t**)
> [30] main
> [31] __libc_start_main
> [32] _start
>
>
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/8d57c292-24bf-4cd0-8a30-3d016561a59f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] first attempt at a spherical pano

2016-09-21 Thread Michael Havens
I don't know where the intermediate files are saved whether it is /tmp 
or elsewhere. When I was working on this issue 6 months ago someone said it 
was /tmp so I just went with that.

Tduell's suggestion worked. It is now stitching.

On Wednesday, September 21, 2016 at 9:43:00 PM UTC-4, Groogle wrote:
>
> On Thursday, 22 September 2016 at 10:57:57 +1000, Terry Duell wrote: 
> > On Thu, 22 Sep 2016 10:45:29 +1000, Michael Havens  > wrote: 
> >> On Wednesday, September 21, 2016 at 3:02:05 PM UTC-4, Stefan Peter 
> wrote: 
> >>> 
> >>> In any case, please re-run the "Create control points" action and 
> then, 
> >>> send us the resulting log file from you clipboard as you did with this 
> >>> one. 
> >>> 
> >> Here is what the clipboard says now: 
> >> Searching for control points... 
> >>  Could not find "cpfind" in path. 
> >>  Maybe you have not installed it properly or given a wrong path in 
> >> the 
> >> settings. 
> >> Perhaps I should use another control point detector. 
> >> My take on this problem is that it is associated with the setting that 
> >> tells it where it's tmp directory is because it works fine when I don't 
> >> put anything in that field.. I just can't do a massive panorama 
> >> because I 
> >> don't have enough space in /tmp for all the temporary files that a huge 
> >> panorama produces. 
> >> 
> > 
> > If I understand this correctly, perhaps a workaround is to leave the tmp 
> > dir field blank, generate your control points, then save your .pto. 
> > Restart hugin, add your tmp dir, open your saved .pto and continue on. 
>
> Good idea, but so far we have no evidence that anything is being 
> written to /tmp or wherever.  That's what I've been trying to find out 
> for the last week. 
>
> Greg 
> -- 
> Sent from my desktop computer. 
> Finger g...@freebsd.org for PGP public key. 
> See complete headers for address and phone numbers. 
> This message is digitally signed.  If your Microsoft mail program 
> reports problems, please read http://lemis.com/broken-MUA 
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/1f14197e-05cd-41d4-8a88-da789d63a7d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] first attempt at a spherical pano

2016-09-21 Thread Michael Havens
I don't know where the intermediate files are saved whether it is /tmp 
or elsewhere. When I was working on this issue 6 months ago someone said it 
was /tmp so I just went with that.

Tduell's suggestion worked. It is now stitching.

On Wednesday, September 21, 2016 at 9:43:00 PM UTC-4, Groogle wrote:
>
>
> Good idea, but so far we have no evidence that anything is being 
> written to /tmp or wherever.  That's what I've been trying to find out 
> for the last week. 
>
> Greg 
> -- 
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/8145320b-09f5-431f-a32b-1b9667c4c72d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] first attempt at a spherical pano

2016-09-21 Thread Michael Havens


On Wednesday, September 21, 2016 at 8:45:29 PM UTC-4, Michael Havens wrote:
>
> Perhaps I should use another control point detector.
>

That didn't help any! 

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/40deae98-d4e8-4cb1-868e-57d6f3b66169%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] first attempt at a spherical pano

2016-09-21 Thread Michael Havens


On Wednesday, September 21, 2016 at 3:02:05 PM UTC-4, Stefan Peter wrote:
>
> In any case, please re-run the "Create control points" action and then, 
> send us the resulting log file from you clipboard as you did with this 
> one. 
>
 
Here is what the clipboard says now:
 
 Searching for control points...
 Could not find "cpfind" in path.
 Maybe you have not installed it properly or given a wrong path in the 
settings.
 
Perhaps I should use another control point detector.
My take on this problem is that it is associated with the setting that 
tells it where it's tmp directory is because it works fine when I don't put 
anything in that field.. I just can't do a massive panorama because I 
don't have enough space in /tmp for all the temporary files that a huge 
panorama produces.

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/72e26556-7462-4b7f-8acc-0cc6678d0a34%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] first attempt at a spherical pano

2016-09-20 Thread Michael Havens
here is what is in my clipboard:
 "  "
. hmmm  nothing new was saved to the clipboard!


On Tuesday, September 20, 2016 at 7:32:44 AM UTC-4, Michael Havens wrote:
>
> Okay, I'm running the stitcher now even though no control points were 
> found. 
> I found the  "Copy log messages to 
> clipboard" setting sand checked and I believe it will take a long time so 
> I made a copy of what is in the 'stitching' window here: (let me know if I 
> need to let the 'stitching' window finish.
> 
> Stitching panorama...
> 
>
> Platform: Linux 3.19.0-32-generic x86_64
> Version: 2016.2.0.48cb11a23351
> Working directory: 
> /home/bmike1/Documents/Business/Photography/PropertyPhotographing/Test/Panorama/3
> Output prefix: DSC_0493 - DSC_0526
>
> Blender: enblend 4.1.3
> Exposure fusion: enfuse 4.1.3
> ExifTool version: 9.46
>
> Number of active images: 34
> Output exposure value: 13.7
> Canvas size: 20360x10180
> ROI: (0, 0) - (20360, 10180) 
> FOV: 360x180
> Projection: Equirectangular(2)
> Using GPU for remapping: false
>
> Panorama Outputs:
> * Exposure corrected, low dynamic range
> * Exposure fused from any arrangement
>
> First input image
> Number: 0
> Filename: 
> /home/bmike1/Documents/Business/Photography/PropertyPhotographing/Test/Panorama/3/DSC_0493.JPG
> Size: 6016x4000
> Projection: Normal (rectilinear)
> Response type: custom (EMoR)
> HFOV: 66
> Exposure value: 13.7
>
>
> Remapping LDR images...
> Multiple images output
> loading DSC_0493.JPG
> remapping DSC_0493.JPG
>
> On Saturday, September 17, 2016 at 10:28:18 PM UTC-4, Groogle wrote:
>>
>> On Saturday, 17 September 2016 at 18:33:46 -0700, Michael Havens wrote: 
>> > On Saturday, September 17, 2016 at 7:19:14 PM UTC-4, Groogle wrote: 
>> >> 
>> >> I was expecting an answer on my question as to where the files were 
>> >> being written, based on the logs. 
>> > 
>> > I am so sorry but I can't answer that. I don't know where hugin 
>> > stores the logs if their not in /var/log . 
>>
>> When you select "Create panorama" or "Stitch", you get asked for a 
>> name of the resultant panorama.  Then a log window pops up and shows 
>> what's going on.  When it's finished, it conveniently goes away.  Take 
>> a look at 
>> http://www.lemis.com/grog/photos/Photos.php?dirdate=20160918&imagesizes=4 
>> for an example.  Here you'll see it writing to 
>> /photowork/Hugin-build-eureka/ .  My question is what pathnames you 
>> find in your log window. 
>>
>> The documentation says that if you select "Copy log messages to 
>> clipboard" in the Preferences/General tab, you will get log messages, 
>> well, in the clipboard.  That doesn't work for me, but it might for 
>> you. 
>>
>> Greg 
>> -- 
>>
>  
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/991c768f-1812-4f16-8471-14716c8d736a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] first attempt at a spherical pano

2016-09-20 Thread Michael Havens
Okay, I'm running the stitcher now even though no control points were 
found. 
I found the  "Copy log messages to 
clipboard" setting sand checked and I believe it will take a long time so I 
made a copy of what is in the 'stitching' window here: (let me know if I 
need to let the 'stitching' window finish.

Stitching panorama...


Platform: Linux 3.19.0-32-generic x86_64
Version: 2016.2.0.48cb11a23351
Working directory: 
/home/bmike1/Documents/Business/Photography/PropertyPhotographing/Test/Panorama/3
Output prefix: DSC_0493 - DSC_0526

Blender: enblend 4.1.3
Exposure fusion: enfuse 4.1.3
ExifTool version: 9.46

Number of active images: 34
Output exposure value: 13.7
Canvas size: 20360x10180
ROI: (0, 0) - (20360, 10180) 
FOV: 360x180
Projection: Equirectangular(2)
Using GPU for remapping: false

Panorama Outputs:
* Exposure corrected, low dynamic range
* Exposure fused from any arrangement

First input image
Number: 0
Filename: 
/home/bmike1/Documents/Business/Photography/PropertyPhotographing/Test/Panorama/3/DSC_0493.JPG
Size: 6016x4000
Projection: Normal (rectilinear)
Response type: custom (EMoR)
HFOV: 66
Exposure value: 13.7


Remapping LDR images...
Multiple images output
loading DSC_0493.JPG
remapping DSC_0493.JPG

On Saturday, September 17, 2016 at 10:28:18 PM UTC-4, Groogle wrote:
>
> On Saturday, 17 September 2016 at 18:33:46 -0700, Michael Havens wrote: 
> > On Saturday, September 17, 2016 at 7:19:14 PM UTC-4, Groogle wrote: 
> >> 
> >> I was expecting an answer on my question as to where the files were 
> >> being written, based on the logs. 
> > 
> > I am so sorry but I can't answer that. I don't know where hugin 
> > stores the logs if their not in /var/log . 
>
> When you select "Create panorama" or "Stitch", you get asked for a 
> name of the resultant panorama.  Then a log window pops up and shows 
> what's going on.  When it's finished, it conveniently goes away.  Take 
> a look at 
> http://www.lemis.com/grog/photos/Photos.php?dirdate=20160918&imagesizes=4 
> for an example.  Here you'll see it writing to 
> /photowork/Hugin-build-eureka/ .  My question is what pathnames you 
> find in your log window. 
>
> The documentation says that if you select "Copy log messages to 
> clipboard" in the Preferences/General tab, you will get log messages, 
> well, in the clipboard.  That doesn't work for me, but it might for 
> you. 
>
> Greg 
> -- 
>
 

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/2e876127-ea60-4f52-a4c9-f6209158e4bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] first attempt at a spherical pano

2016-09-17 Thread Michael Havens


On Saturday, September 17, 2016 at 7:19:14 PM UTC-4, Groogle wrote:
>
>   I was 
> expecting an answer on my question as to where the files were being 
> written, based on the logs. 
>
>
I am so sorry but I can't answer that. I don't know where hugin stores the 
logs if their not in /var/log .

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/7937e2e9-5d13-4b25-b31d-cc8eb165ec1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] first attempt at a spherical pano

2016-09-17 Thread Michael Havens
or:

 $ df /tmp -h
Filesystem  Size  Used Avail Use% Mounted on
/dev/sdb123G   15G  7.4G  66% /


On Saturday, September 17, 2016 at 1:54:06 PM UTC-4, Michael Havens wrote:
>
> or :
>
> /tmp $ df -h
> Filesystem  Size  Used Avail Use% Mounted on
> udev3.8G  4.0K  3.8G   1% /dev
> tmpfs   786M  1.5M  785M   1% /run
> /dev/sdb123G   15G  7.4G  66% /
> none4.0K 0  4.0K   0% /sys/fs/cgroup
> none5.0M 0  5.0M   0% /run/lock
> none3.9G   34M  3.9G   1% /run/shm
> none100M   24K  100M   1% /run/user
> /dev/sdb3   201G   45G  147G  24% /home
>
>
> On Friday, September 16, 2016 at 10:39:48 PM UTC-4, Michael Havens wrote:
>>
>>
>>
>> On Friday, September 16, 2016 at 9:00:17 PM UTC-4, Groogle wrote:
>>>
>>>
>>> You still haven't answered my question about the running out of disk 
>>> space.  We haven't been able to reproduce that. 
>>>
>>  
>> Sorry I missed that question. Don't worry so much about that. It is 
>> unlikely you will be able to reproduce that error as my root directory 
>> isn't that big...
>>
>>  $ df / -h
>>  Filesystem  Size  Used Avail Use% Mounted on
>>  /dev/sdb123G   15G  7.2G  67% /
>>
>> 7.2 G seems like a lot of free space to me right now but I guess it isn't 
>> when doing a photosphere!
>>
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/5343602b-bb83-44b1-833b-7fcdfd6b7187%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] first attempt at a spherical pano

2016-09-17 Thread Michael Havens
or :

/tmp $ df -h
Filesystem  Size  Used Avail Use% Mounted on
udev3.8G  4.0K  3.8G   1% /dev
tmpfs   786M  1.5M  785M   1% /run
/dev/sdb123G   15G  7.4G  66% /
none4.0K 0  4.0K   0% /sys/fs/cgroup
none5.0M 0  5.0M   0% /run/lock
none3.9G   34M  3.9G   1% /run/shm
none100M   24K  100M   1% /run/user
/dev/sdb3   201G   45G  147G  24% /home


On Friday, September 16, 2016 at 10:39:48 PM UTC-4, Michael Havens wrote:
>
>
>
> On Friday, September 16, 2016 at 9:00:17 PM UTC-4, Groogle wrote:
>>
>>
>> You still haven't answered my question about the running out of disk 
>> space.  We haven't been able to reproduce that. 
>>
>  
> Sorry I missed that question. Don't worry so much about that. It is 
> unlikely you will be able to reproduce that error as my root directory 
> isn't that big...
>
>  $ df / -h
>  Filesystem  Size  Used Avail Use% Mounted on
>  /dev/sdb123G   15G  7.2G  67% /
>
> 7.2 G seems like a lot of free space to me right now but I guess it isn't 
> when doing a photosphere!
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/18523192-fa8c-4f9b-89a0-4eb6787358ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] first attempt at a spherical pano

2016-09-16 Thread Michael Havens


On Friday, September 16, 2016 at 9:00:17 PM UTC-4, Groogle wrote:
>
>
> You still haven't answered my question about the running out of disk 
> space.  We haven't been able to reproduce that. 
>
 
Sorry I missed that question. Don't worry so much about that. It is 
unlikely you will be able to reproduce that error as my root directory 
isn't that big...

 $ df / -h
 Filesystem  Size  Used Avail Use% Mounted on
 /dev/sdb123G   15G  7.2G  67% /

7.2 G seems like a lot of free space to me right now but I guess it isn't 
when doing a photosphere!

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/0b30dd35-f7b4-44b6-b92b-93908272de6d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] first attempt at a spherical pano

2016-09-16 Thread Michael Havens
Yipeee! (I guess) I found a bug. oh joy! I am so glad I don't run out 
of disk space from stitching a couple of images together because I need to 
be able to stitc a few images together to simulate a wide angle lens. Did 
ypou take care of reporting the issue Or do you want me to do it?

On Friday, September 16, 2016 at 8:11:35 AM UTC-4, Groogle wrote:
>
> On Friday, 16 September 2016 at  3:36:56 -0700, Michael Havens wrote: 
> > On Friday, September 16, 2016 at 3:42:08 AM UTC-4, Groogle wrote: 
> >> 
> >> 1.  You followed my advice and set the temporary directory path in 
> >> preferences/file names. 
> >> 
> > 
> > Yes sir I did. 
>
> ... I'll address this and the rest of your replies tomorrow.  You've 
> missed the most important point, which I suspect will solve your 
> problems: 
>
> >> Could you please try removing the entry for the temporary directory 
> >> and see if you still have trouble?  As I said (thread "hugin shouldn't 
> >> stitch in root"):  ... 
>
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/47e6762f-b529-41b6-aefa-1f7da1f2d4ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] first attempt at a spherical pano

2016-09-16 Thread Michael Havens


On Thursday, September 15, 2016 at 10:46:29 PM UTC-4, Groogle wrote:
>
>
> Not without seeing the images.  Where are they?  Did you take them at 
> constant exposure settings? 
>

https://drive.google.com/open?id=0B2xvsVTZy4y1NXBsN1VzV1B1R2s
 

> Which version of Hugin is this?  And what's the platform, and where 
> did you get the executable from? 
>
 
2016.2.0.48cb11a23351
 Platform- Linux 
 

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/840ac22d-a634-48a6-a387-9a6843ad074d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] first attempt at a spherical pano

2016-09-16 Thread Michael Havens
On Friday, September 16, 2016 at 3:42:08 AM UTC-4, Groogle wrote:
>
> 1.  You followed my advice and set the temporary directory path in 
> preferences/file names. 
>

Yes sir I did.
 

> 2.  The "temporary directory path" is really a search path for 
> executables. 
>

It is  ~/hugintmp 
 

> 3.  You missed the message "can't find control point detector". 
>

What do I do with that message?
 

> 4.  The error message seems to have gone out of its way to be 
> unclear.  Probably it's reporting an error that occurred as a 
> result. 
>

I guess
 

> Could you please try removing the entry for the temporary directory 
> and see if you still have trouble?  As I said (thread "hugin shouldn't 
> stitch in root"): 
>
> On Thursday, 15 September 2016 at 13:41:36 +1000, Greg 'groggy' Lehey 
> wrote: 
> > 2.  How much space was used in /tmp or /var/tmp?  None at all!  I 
> > don't know where I got the idea that the intermediate files go to 
> > /tmp.  So the question remains: what is getting written to the 
> > root file system in Michael's scenario?  Michael, can you check 
> > next time you stitch a pano.  The log window will tell you what is 
> > being written, and where.  Maybe it's not /tmp at


Huh? My issue now appears to be it isn't even looking for control points. 
It gives me the error right away 
<https://drive.google.com/open?id=0B2xvsVTZy4y1MzU1QUtKaDE3dFk>. It isn't 
even trying.
Another thing that may or may not be related is that when it is placing the 
photos  in the window with the "load images" button some of them are upside 
down.

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/39c4238b-1257-4fd5-a403-8bcc03b26eb4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] first attempt at a spherical pano

2016-09-15 Thread Michael Havens
or at least of a dome pano (half sphere).
I got 34 images and when I first load the images everything seems cool but 
when I click align I get an error . Then I click continue and it 
says that none of my images have control points and that I need to put them 
in manually. Any ideas as to what's wrong?

ASSERT INFO:
/usr/include/wx-3.0/wx/strvararg.h(451): assert "(argtype & 
(wxFormatStringSpecifier::value)) == argtype" failed in 
wxArgNormalizer(): format specifier doesn't match argument type

BACKTRACE:
[1] MainFrame::RunAssistant(wxWindow*)
[2] GLPreviewFrame::OnAlign(wxCommandEvent&)
[3] wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, 
wxEvent&) const
[4] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, 
wxEvtHandler*, wxEvent&)
[5] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*)
[6] wxEvtHandler::TryHereOnly(wxEvent&)
[7] wxEvtHandler::ProcessEventLocally(wxEvent&)
[8] wxEvtHandler::ProcessEvent(wxEvent&)
[9] wxWindowBase::TryAfter(wxEvent&)
[10] wxWindowBase::TryAfter(wxEvent&)
[11] wxWindowBase::TryAfter(wxEvent&)
[12] wxWindowBase::TryAfter(wxEvent&)
[13] wxEvtHandler::SafelyProcessEvent(wxEvent&)
[14] g_signal_emit_valist
[15] g_signal_emit
[16] g_signal_emit_valist
[17] g_signal_emit
[18] g_closure_invoke
[19] g_signal_emit_valist
[20] g_signal_emit
[21] gtk_propagate_event
[22] gtk_main_do_event
[23] g_main_context_dispatch
[24] g_main_loop_run
[25] gtk_main
[26] wxGUIEventLoop::DoRun()
[27] wxEventLoopBase::Run()
[28] wxAppConsoleBase::MainLoop()
[29] wxEntry(int&, wchar_t**)
[30] main
[31] __libc_start_main
[32] _start


-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/1209bb25-9776-4ad8-8b09-802f8e7fa61e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] hugin shouldn't stitch in root.

2016-09-14 Thread Michael Havens
Then I tried it from the directory  the pano is in but the results were the 
same (with the current directory).

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/1836f6b3-3b6a-41a9-a9ed-4042ac3b8247%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] hugin shouldn't stitch in root.

2016-09-14 Thread Michael Havens
$  TMPDIR=$PWD hugin_executor --stitching rend.pto could not open script : 
/home/bmike1/hugintmp/rend.pto


On Wednesday, September 14, 2016 at 3:29:17 PM UTC-4, Sean Greenslade wrote:
>
> On Wed, Sep 14, 2016 at 11:43:17AM -0700, Michael Havens wrote: 
> > I am trying to create a 360X180 panorama. As it stitches the images 
> > together though it runs out of room. Root in this system is finite. 
> /home 
> > in this system is enormous. Why does hugin stitch things together in / 
> > rather than /home. How do I get around this problem? 
>
> If I recall correctly, the only reason Hugin would write files outside 
> of your destination directory is when temporary files are written. By 
> default it uses /tmp, however you can change that with the TMPDIR 
> environment varible like so: 
>
> $ cd /home/user/pano 
> $ TMPDIR=$PWD hugin_executor --stitching rend.pto 
>
>
> --Sean 
>
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/7cdb7748-5ff1-4e40-b0bc-7972548a96fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] hugin shouldn't stitch in root.

2016-09-14 Thread Michael Havens


On Wednesday, September 14, 2016 at 4:19:15 PM UTC-4, Michael Havens wrote:
>
> Sean, would I need to enter that whenever I do a big pano?
> Or is that the, enter once and your good until the os crashes, thing?
>
>>
>>
I run linux the os never needs to be reinstalled! More like, you're good 
until you need to replace the computer! 

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/bbaf6061-9182-4f2d-bf8d-683b01f246b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] hugin shouldn't stitch in root.

2016-09-14 Thread Michael Havens
Sean, would I need to enter that whenever I do a big pano?
Or is that the, enter once and your good until the os crashes, thing?

On Wednesday, September 14, 2016 at 3:29:17 PM UTC-4, Sean Greenslade wrote:
>
> On Wed, Sep 14, 2016 at 11:43:17AM -0700, Michael Havens wrote: 
> > I am trying to create a 360X180 panorama. As it stitches the images 
> > together though it runs out of room. Root in this system is finite. 
> /home 
> > in this system is enormous. Why does hugin stitch things together in / 
> > rather than /home. How do I get around this problem? 
>
> If I recall correctly, the only reason Hugin would write files outside 
> of your destination directory is when temporary files are written. By 
> default it uses /tmp, however you can change that with the TMPDIR 
> environment varible like so: 
>
> $ cd /home/user/pano 
> $ TMPDIR=$PWD hugin_executor --stitching rend.pto 
>
>
> --Sean 
>
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/6366f74e-7bdc-443b-9784-31a438c09887%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] hugin shouldn't stitch in root.

2016-09-14 Thread Michael Havens
thanks shawn I really appreciate that!

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/2cf4a061-8c4f-4e69-b788-d670e7bd9787%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] Re: hugin shouldn't stitch in root.

2016-09-14 Thread Michael Havens
My feeling is that te working directory ought to be a setting.

On Wednesday, September 14, 2016 at 2:43:17 PM UTC-4, Michael Havens wrote:
>
> I am trying to create a 360X180 panorama. As it stitches the images 
> together though it runs out of room. Root in this system is finite. /home 
> in this system is enormous. Why does hugin stitch things together in / 
> rather than /home. How do I get around this problem?
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/87597d10-c82e-4f11-adaa-b4f09a157bd6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] Re: hugin shouldn't stitch in root.

2016-09-14 Thread Michael Havens
FYI- I killed hugin with the notice that I was running out of space and:
$ df /
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdb1   23638908 14634544   7780532  66% /

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/615725f0-118b-4d91-911e-f27ee5b8b285%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] hugin shouldn't stitch in root.

2016-09-14 Thread Michael Havens
I am trying to create a 360X180 panorama. As it stitches the images 
together though it runs out of room. Root in this system is finite. /home 
in this system is enormous. Why does hugin stitch things together in / 
rather than /home. How do I get around this problem?

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/5bed0f66-65f7-4d81-a900-3068bdbb1b7a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] Re: 360 degree panorama tutorial

2016-09-14 Thread Michael Havens
https://www.google.com/url?q=https%3A%2F%2Fwww.360cities.net%2Fimage%2Fin-front-of-living-quarters-in-gainesville-florida-usa-paradise&sa=D&sntz=1&usg=AFQjCNEsr1HV2iEHjgdcHg23gBTjIPkwtg

It is so easy. Stitch a series of images together with hugin then upload 
that to www.360cities.net 
<http://www.google.com/url?q=http%3A%2F%2Fwww.360cities.net&sa=D&sntz=1&usg=AFQjCNFuzfa6Knxw_coaGYJw8RthbemvXw>.
 
People say you should use a fisheye lens but I just used my regular 
rectangular lens and it worked just fine.

On Monday, September 12, 2016 at 5:29:12 PM UTC-4, Michael Havens wrote:
>
> Do we have any tutorials on creating 360 degree panoramas with the current 
> version of hugin?
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/ad92aa04-8b50-43cf-a0d2-f5dcdfb881d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] Re: 360 degree panorama tutorial

2016-09-13 Thread Michael Havens
are there any others that one is hard to follow.

On Tuesday, September 13, 2016 at 9:14:20 AM UTC-4, Michael Havens wrote:
>
> Found it! http://hugin.sourceforge.net/tutorials/enfuse-360/en.shtml
>
> On Monday, September 12, 2016 at 5:29:12 PM UTC-4, Michael Havens wrote:
>>
>> Do we have any tutorials on creating 360 degree panoramas with the 
>> current version of hugin?
>>
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/ab075f7d-3ace-4ab9-91c7-371419dd1ee9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] Re: 360 degree panorama tutorial

2016-09-13 Thread Michael Havens
Found it! http://hugin.sourceforge.net/tutorials/enfuse-360/en.shtml

On Monday, September 12, 2016 at 5:29:12 PM UTC-4, Michael Havens wrote:
>
> Do we have any tutorials on creating 360 degree panoramas with the current 
> version of hugin?
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/6a04b926-5480-4d90-a00b-83c41686b057%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[hugin-ptx] 360 degree panorama tutorial

2016-09-12 Thread Michael Havens
Do we have any tutorials on creating 360 degree panoramas with the current 
version of hugin?

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/3572bbd0-3a50-46be-a2fd-3a5cb60129a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] assertion failed

2016-08-29 Thread Michael Havens
On Monday, August 29, 2016 at 5:44:03 PM UTC-4, Michael Havens wrote:
>
>
>
> On Monday, August 29, 2016 at 5:22:03 PM UTC-4, Michael Havens wrote:
>>
>> Where does hugin store it's logfiles?
>>
>
> Well, there is a .hugin text file in {home} that changes every time I 
> start hugin. 
>
> https://drive.google.com/open?id=0B2xvsVTZy4y1WUM5RlQzZEJTYzg
>
> it seems to be wanting to open a bunch of photos even though I am stating 
> a new instance of hugin.
>

Well then.. I renamed that file and everything now works 

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/0d2122bd-c128-4d8a-a1a5-d30a2ce89506%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] assertion failed

2016-08-29 Thread Michael Havens


On Monday, August 29, 2016 at 5:22:03 PM UTC-4, Michael Havens wrote:
>
> Where does hugin store it's logfiles?
>

Well, there is a .hugin text file in {home} that changes every time I start 
hugin. 

https://drive.google.com/open?id=0B2xvsVTZy4y1WUM5RlQzZEJTYzg

it seems to be wanting to open a bunch of photos even though I am stating a 
new instance of hugin.

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/99e81510-342a-4731-86b2-a804c434a19a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] assertion failed

2016-08-29 Thread Michael Havens
Where does hugin store it's logfiles?

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/47682565-9362-4956-9728-d58fc33e7643%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] assertion failed

2016-08-29 Thread Michael Havens
Perhaps this has something to do with it. There is a window open, that 
I was unable to close before it started crashing upon opening the program. 
It is labeled "Overview". I do not remember if this was opened immediately 
before it started to open and then crash but I do know it was really close 
to that time. I remember trying to close it and being unable to. 

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/cb497317-a48a-4860-ada3-3182d3c28554%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] Re: stitch portraits together not landscape

2016-08-28 Thread Michael Havens
thank you for that!

On Sun, Aug 28, 2016 at 6:21 PM, Abrimaal  wrote:

> Open the Panorama Editor
> View the same image in two panels
> To remove: click on the point and Delete
> To add: click on the picture in panel 1 and panel 2, then Fine-Tune
> Next image pair, repeat for all
> Align again
>
> On Friday, August 26, 2016 at 1:32:55 PM UTC+2, Michael Havens wrote:
>>
>> How do you place/remove vertical lines?
>> Regardless, I started the computer today, opened a .pto and the crop was
>> correct. I'll look at the crop tab next time this happens.
>> Thanks.
>>
>>
>> --
> A list of frequently asked questions is available at:
> http://wiki.panotools.org/Hugin_FAQ
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "hugin and other free panoramic software" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/hugin-ptx/Y3cZsHXPDAE/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> hugin-ptx+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/hugin-ptx/e8e36764-e778-41a0-a1f3-b2dc823ebdb8%40googlegroups.com
> <https://groups.google.com/d/msgid/hugin-ptx/e8e36764-e778-41a0-a1f3-b2dc823ebdb8%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/CAL%2BkYzCuAb6k1i4Sjq%2Bh1BcqAK8z9ZcAac7Anw02u5SD5OY_Jg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] assertion failed

2016-08-28 Thread Michael Havens
I was looking at the output and I think (in my untrained view) it is trying 
to open an image or something but because there is no image it crashes:

/usr/share/hugin/data/plugins/shooting_pattern.py
   CAT:initial distribution
   NAM:6-1-1 Shooting Pattern
/usr/share/hugin/data/plugins/crop_cp.py
   CAT:Control Points
   NAM:Crop Control Points
   fails @api-max
/usr/share/hugin/data/plugins/top_five.py
   CAT:Control Points
   NAM:keep 5 CPs per image pair
/usr/share/hugin/data/plugins/woa.py
   CAT:Control Points
   NAM:Warped Overlap Analysis
   fails @api-max

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/b5d92368-7f13-4e09-99bd-c3edb688fdb4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] assertion failed

2016-08-28 Thread Michael Havens


On Sunday, August 28, 2016 at 3:04:09 PM UTC-4, Stefan Peter wrote:
>
> What hugin version did you install now? What is the output of 'which 
> hugin' from the command line? 
>
>
I think that is the wrong command:

$ which hugin
/usr/bin/hugin
 
I tried 'hugin -v' but that just opened the program (which then crashed 
after I clicked stop or continue I figured out that the bug report 
window does not open when I click stop or close the error window). I 
believe it is the most recent though. These  are the installed ppas:

sudo add-apt-repository ppa:hugin/hugin-builds

sudo add-apt-repository ppa:hugin/next


found here:

https://launchpad.net/~hugin/+archive/ubuntu/next

(I filed a bug report)

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/42b93242-625e-4f10-8c79-1b9277fdd715%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] assertion failed

2016-08-28 Thread Michael Havens
didn't do anything. I still crash on start. Let's see what happens when I 
start it from a terminal:

$ hugin
(hugin:21422): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 
'height >= -1' failed
(hugin:21422): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 
'height >= -1' failed
(hugin:21422): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 
'height >= -1' failed
(hugin:21422): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 
'height >= -1' failed
(hugin:21422): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 
'height >= -1' failed
(hugin:21422): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 
'height >= -1' failed
(hugin:21422): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 
'height >= -1' failed
(hugin:21422): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 
'height >= -1' failed
(hugin:21422): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 
'height >= -1' failed
(hugin:21422): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 
'height >= -1' failed
(hugin:21422): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 
'height >= -1' failed
(hugin:21422): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 
'height >= -1' failed
/usr/share/hugin/data/plugins/shooting_pattern.py
   CAT:initial distribution
   NAM:6-1-1 Shooting Pattern
/usr/share/hugin/data/plugins/crop_cp.py
   CAT:Control Points
   NAM:Crop Control Points
   fails @api-max
/usr/share/hugin/data/plugins/top_five.py
   CAT:Control Points
   NAM:keep 5 CPs per image pair
/usr/share/hugin/data/plugins/woa.py
   CAT:Control Points
   NAM:Warped Overlap Analysis
   fails @api-max

(hugin:21422): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion 
'GTK_IS_WIDGET (widget)' failed
/usr/include/wx-3.0/wx/object.h(160): assert "wxDynamicCast(ptr, T)" failed 
in wxCheckCast(): wxStaticCast() used incorrectly
Trace/breakpoint trap

Perhaps. There is a window open, that I was unable to close. It is 
labled "Overview". I do not remember if this was opened immediately before 
it started to open and then crash but I do know it was really close to that 
time. I remember trying to close it an being unable to though.

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/7f91da7d-3382-42cb-8ab4-549afefb867c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] assertion failed

2016-08-28 Thread Michael Havens
it looks as if my understanding of it was backwards. Thank you so much for 
your wise advice! Let's do the RC and see what happens!

On Sunday, August 28, 2016 at 1:41:54 PM UTC-4, Michael Havens wrote:
>
> after looking into it it appears as if   it is as i thought but my 
> question is how can an RC1 have a trunk?
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/2079dd3d-6f55-4fa2-8734-e35e5668d266%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] assertion failed

2016-08-28 Thread Michael Havens
after looking into it it appears as if   it is as i thought but my question 
is how can an RC1 have a trunk?

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/f280ee37-6f7f-4570-8413-a32f42845b82%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] assertion failed

2016-08-28 Thread Michael Havens
what is the difference between the RC and trunk?

On Sunday, August 28, 2016 at 1:18:40 PM UTC-4, Stefan Peter wrote:
>
> Dear Michael Havens 
>
> On 28.08.2016 16:13, Michael Havens wrote: 
> > 
> > 
> > On Sunday, August 28, 2016 at 2:15:39 AM UTC-4, Stefan Peter wrote: 
> > 
> > So my recommendation is to use hugin 2016.2-rc1 or the current 
> trunk. 
> > Most probably, these are the only versions that will be fixed if the 
> > problem still exists in these versions. 
> > 
> > So what is the ppa for the release candidate? 
>
> for RC1, the PPA is at: 
> https://launchpad.net/~hugin/+archive/ubuntu/next 
>
> for trunk, the PPA is at 
> https://launchpad.net/~hugin/+archive/ubuntu/nightly 
>
> If you need the source code, please refer to 
>
> https://groups.google.com/d/msgid/hugin-ptx/2bacce03-ad68-43c8-88a2-cbe0a31fc0c7%40googlegroups.com?utm_medium=email&utm_source=footer
>  
>
>
> Please send all bug reports to 
>
> hugi...@googlegroups.com  
>
> unless told otherwise. 
>
> With kind regards 
>
> Stefan Peter 
>
> -- 
> A: Because it messes up the order in which people normally read text. 
> Q: Why is top-posting such a bad thing? 
> A: Top-posting. 
> Q: What is the most annoying thing in e-mail? 
> (See https://en.wikipedia.org/wiki/Posting_style for details) 
>

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/fd639447-9d7f-4553-ad76-3c5509b37913%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] assertion failed

2016-08-28 Thread Michael Havens
On Sunday, August 28, 2016 at 11:03:11 AM UTC-4, Stefan Peter wrote:
>
> Where does that come from? Care to share the output of 
> printenv 
>

$ printenv
XDG_VTNR=8
MATE_DESKTOP_SESSION_ID=this-is-deprecated
SSH_AGENT_PID=2491
XDG_SESSION_ID=c1
GPG_AGENT_INFO=/run/user/1000/keyring-8792XY/gpg:0:1
TERM=xterm
SHELL=/bin/bash
XDG_SESSION_COOKIE=3fca2dd00fbf53235de22de45692505c-1472386453.338456-414898612
WINDOWID=62914590
GNOME_KEYRING_CONTROL=/run/user/1000/keyring-8792XY
USER=bmike1
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
SSH_AUTH_SOCK=/run/user/1000/keyring-8792XY/ssh
SESSION_MANAGER=local/MikesBeast:@/tmp/.ICE-unix/2362,unix/MikesBeast:/tmp/.ICE-unix/2362
USERNAME=bmike1
DEFAULTS_PATH=/usr/share/gconf/mate.default.path
INSIDE_CAJA_PYTHON=
XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
DESKTOP_SESSION=mate
GDM_XSERVER_LOCATION=local
PWD=/home/bmike1/Documents/Programs/hugin-2016.2.0/mybuild
GNOME_KEYRING_PID=2574
LANG=en_US.UTF-8
MANDATORY_PATH=/usr/share/gconf/mate.mandatory.path
MDM_XSERVER_LOCATION=local
GDMSESSION=mate
SHLVL=1
XDG_SEAT=seat0
HOME=/home/bmike1
GTK_OVERLAY_SCROLLING=0
XDG_SESSION_DESKTOP=mate
LOGNAME=bmike1
XDG_DATA_DIRS=/usr/share/mate:/usr/local/share/:/usr/share/:/usr/share/mdm/
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-EmgDen0rRB,guid=02ce0f777d2d1af126f949ec57c2d596
MDMSESSION=mate
TEXTDOMAIN=im-config
WINDOWPATH=8
XDG_RUNTIME_DIR=/run/user/1000
DISPLAY=:0.0
MDM_LANG=en_US.UTF-8
XDG_CURRENT_DESKTOP=MATE
TEXTDOMAINDIR=/usr/share/locale/
COLORTERM=mate-terminal
XAUTHORITY=/home/bmike1/.Xauthority
_=/usr/bin/printenv
OLDPWD=/home/bmike1/Documents/Programs/hugin-2016.2.0

fyi: I ran  "sudo apt-get purge "hgin" just prior to printenv

 

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/57033318-a969-4f83-8eac-5aa6bb4fe87f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] assertion failed

2016-08-28 Thread Michael Havens
Do I need to uninstall the existing hugin installation?

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/816ce5a4-e257-4ab0-a5d0-0a24dba55506%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] assertion failed

2016-08-28 Thread Michael Havens
I then realized there is NO ppa.

bmike1@MikesBeast ~/Documents/Programs $ cd hugin-2016.2.0
bmike1@MikesBeast ~/Documents/Programs/hugin-2016.2.0 $ mkdir mybuild
bmike1@MikesBeast ~/Documents/Programs/hugin-2016.2.0 $ $ cd mybuild
$: command not found
bmike1@MikesBeast ~/Documents/Programs/hugin-2016.2.0 $ cd mybuild
bmike1@MikesBeast ~/Documents/Programs/hugin-2016.2.0/mybuild $ cmake 
-DCMAKE_INSTALL_PREFIX=/usr/local -DCPACK_BINARY_DEB:BOOL=ON ../
CMake Error at CMakeLists.txt:3 (cmake_minimum_required):
  CMake 3.1.0 or higher is required.  You are running version 2.8.12.2
-- Configuring incomplete, errors occurred!
bmike1@MikesBeast ~/Documents/Programs/hugin-2016.2.0/mybuild $ sudo 
apt-get install CMake
[sudo] password for bmike1: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
cmake is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.

How do I update to 3.1.0 or higher?

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/9e9ab9e7-901c-440d-9162-613e404f6641%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] assertion failed

2016-08-28 Thread Michael Havens
After a little googling it appears there is no ppa for it. So before I 
install it do I need to do anything with the existing ppa?

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/4d542806-fe28-4327-9276-14c8f2e3bcf1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [hugin-ptx] assertion failed

2016-08-28 Thread Michael Havens


On Sunday, August 28, 2016 at 2:15:39 AM UTC-4, Stefan Peter wrote:
>
> So my recommendation is to use hugin 2016.2-rc1 or the current trunk. 
> Most probably, these are the only versions that will be fixed if the 
> problem still exists in these versions. 
>
> So what is the ppa for the release candidate? 

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/7335d5bf-7e2b-43df-8a7c-1efd475e700a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


  1   2   3   4   >