Search found 314 matches

by PhotoSpherix
Mon Aug 23, 2021 3:33 pm
Forum: Object2VR general
Topic: clipped PNG as jpg has black background
Replies: 1
Views: 5446

Re: clipped PNG as jpg has black background

I found the issue. It looks like my process was creating a black background for the transparent areas. If I saved in PhotoShop, it would change the color to white, but if I saved/converted in Garden gnome, it made it black.

Fix was to run it through photoshop one more time.
by PhotoSpherix
Fri Aug 20, 2021 1:57 am
Forum: Object2VR general
Topic: clipped PNG as jpg has black background
Replies: 1
Views: 5446

clipped PNG as jpg has black background

I know somewhere in the back of my head, I have come across this issue in the forum somewhere, but I can not remember where. I have a batch of transparent background pngs, I want to make a 360 of them, but I do not want it to be transparent. The png output is just too big. When I output the 360, eve...
by PhotoSpherix
Wed Jun 23, 2021 4:34 pm
Forum: Object2VR general
Topic: Using color images as hotspots
Replies: 2
Views: 6708

Re: Using color images as hotspots

I know in the past, I have edited the hotspot pngs after they were made. You might want to start there. I have never used another program to make the hotspots though.
by PhotoSpherix
Tue May 04, 2021 8:33 pm
Forum: Object2VR general
Topic: Which turntable to buy?
Replies: 6
Views: 4831

Re: Which turntable to buy?

Three or Four years ago I wrote my own turntable control that works with Object2vr for one of the cheap Amazon sold 360 turntables. It really was not that hard. They had an open source example in .net or c# and I used the examples that came with Object2vr to work out the language. That being said, w...
by PhotoSpherix
Mon Nov 30, 2020 3:46 pm
Forum: Object2VR general
Topic: Car photography
Replies: 6
Views: 5826

Re: Car photography

We have created an 11 foot radius track system that we use for non movable items. It has a little dolly that runs on the track and we can shoot at just about any stop amount that we want. We just finished it up and had a project that we used it for a few Christmas trees that we could not shoot on th...
by PhotoSpherix
Wed Oct 21, 2020 5:28 pm
Forum: Object2VR general
Topic: Object2vr_output fixed browser size
Replies: 2
Views: 4279

Re: Object2vr_output fixed browser size

I do not know of a way to change the window size once it is opened, only a little javascript from a click that can make the window size. I dealt with this problem a little differently. I made it to where my default view of the 360 changes size(width and height percentage) with a max_size set to the ...
by PhotoSpherix
Tue Nov 12, 2019 2:55 pm
Forum: Object2VR general
Topic: pause on front frame of autorotate.
Replies: 0
Views: 5421

pause on front frame of autorotate.

I know that I can just duplicate the first frame a few times to get the job done, but is there a way to pause the autorotate on the first frame? so... Spin, pause, spin, pause, spin, pause?
by PhotoSpherix
Tue Aug 20, 2019 3:59 pm
Forum: Object2VR general
Topic: Image Sequence Pattern (Object2VR)
Replies: 3
Views: 7183

Re: Image Sequence Pattern (Object2VR)

Thank you, Sir, you are a gentleman and a scholar
by PhotoSpherix
Mon Aug 19, 2019 5:20 pm
Forum: Object2VR general
Topic: Image Sequence Pattern (Object2VR)
Replies: 3
Views: 7183

Re: Image Sequence Pattern (Object2VR)

This one got me thinking a little. I started playing with the tile option thinking that I could finally make Object2vr pad the numbers with a 0 so that I could name the images the same way that I want image sequences are named. SKU_001.jpg SKU_002.jpg instead of img_0_0_1.jpg img_0_0_2.jpg But I did...
by PhotoSpherix
Wed Feb 13, 2019 4:57 pm
Forum: Object2VR general
Topic: Workflow Automation
Replies: 0
Views: 6443

Workflow Automation

For those that might have interest, I have written a post about using Automation on our workstation to make it possible to create animated GIFs and MP4s from the finished files out of Object2vr. We are using Automator, Applescript, and Linux to perform this function, but you might see a way to creat...
by PhotoSpherix
Thu Sep 20, 2018 3:41 pm
Forum: Object2VR general
Topic: Command + N
Replies: 1
Views: 5329

Command + N

Strange behavior from time to time and I think I can replicate it. On a Mac. Has been on multiple OS versions and multiple Object2vr versions. If I open Object2vr, and I build a new 360 by adding images to the Light Table. Then save the project and create a 360. The New(Command +N) or the option in ...
by PhotoSpherix
Tue Jul 24, 2018 4:09 pm
Forum: Object2VR general
Topic: reverse mouse direction for all view states
Replies: 4
Views: 7118

Re: reverse mouse direction for all view states

A work around for this issue is use the "Invert Order" inside of the light table. This will change the order of the images instead of the rotation on the 360. Select the images in the light table, then right click and choose "Invert Order"

Just a thought.
by PhotoSpherix
Thu Jun 07, 2018 4:49 pm
Forum: Object2VR general
Topic: Turntable QS Files
Replies: 2
Views: 5502

Re: Turntable QS Files

I thank you Sir. As always you are a gentleman and a scholar.
by PhotoSpherix
Tue Jun 05, 2018 5:45 pm
Forum: Object2VR general
Topic: Turntable QS Files
Replies: 2
Views: 5502

Turntable QS Files

I am working on another turntable QS file and I was hoping that someone has some notes on the possible functions. I have basic control of a new turntable, but I would like to make it work much better. Just a little programming notes would help greatly. I have had to make this work based on the previ...
by PhotoSpherix
Tue Mar 06, 2018 5:43 pm
Forum: Object2VR general
Topic: control scrolling with position on the page
Replies: 2
Views: 6624

Re: control scrolling with position on the page

I did not get an answer so I went to work. You will need jquery on the page, then add the following code below the container that show the 360 view. I have built it only for the html5 display. It is not perfect, but it seems to be close. If I was changing it, I would find a better way to get the num...