it limits what i can do? sure looks that way, i. e. ... yup.
bga
Monday, April 3, 2017
Tuesday, March 28, 2017
selection
#sns20170324f1250updownpanel
#sns20170324f1250leftrightpanel
#sns20170324f1250plusminuspanel
#sns20170324f1250whattomove
.sns20170324f1250uppermotion
.sns20170324f1250lowermotion
.sns20170324f1250stop
.sns20170324f1250speed
#sns20170324f1250leftrightpanel
#sns20170324f1250plusminuspanel
#sns20170324f1250whattomove
.sns20170324f1250uppermotion
.sns20170324f1250lowermotion
.sns20170324f1250stop
.sns20170324f1250speed
updown control
<div id="sns20170324f1250updownpanel">
<div class="sns20170324f1250uppermotion" onmouseover="javascript:sns20170324f1250('start up motion')"></div>
<div class="sns20170324f1250lowermotion" onmouseover="javascript:sns20170324f1250('start down motion')"></div>
<div class="sns20170324f1250upperspeed" onmouseover="javascript:sns20170324f1250('faster updown motion')"></div>
<div class="sns20170324f1250lowerspeed" onmouseover="javascript:sns20170324f1250('slower updown motion')"></div>
<div class="sns20170324f1250stop" onmouseover="javascript:sns20170324f1250('stop updown motion')"></div>
<div class="sns20170324f1250speed" id="sns20170324f1250updownspeed"></div>
</div>
<div class="sns20170324f1250uppermotion" onmouseover="javascript:sns20170324f1250('start up motion')"></div>
<div class="sns20170324f1250lowermotion" onmouseover="javascript:sns20170324f1250('start down motion')"></div>
<div class="sns20170324f1250upperspeed" onmouseover="javascript:sns20170324f1250('faster updown motion')"></div>
<div class="sns20170324f1250lowerspeed" onmouseover="javascript:sns20170324f1250('slower updown motion')"></div>
<div class="sns20170324f1250stop" onmouseover="javascript:sns20170324f1250('stop updown motion')"></div>
<div class="sns20170324f1250speed" id="sns20170324f1250updownspeed"></div>
</div>
attempting to move forward
maybe if i break it down into panels
updown leftright plusminus
selectors
<div style="position:absolute;left:100px;top:50px;width:200px;height:100px;background-color:pink">
<div id="sns20170324f1250updownpanel">
<div class="sns20170324f1250uppermotion"></div>
<div class="sns20170324f1250lowermotion"></div>
<div class="sns20170324f1250upperspeed"></div>
<div class="sns20170324f1250lowerspeed"></div>
<div class="sns20170324f1250stop"></div></div>
<div id="sns20170324f1250leftrightpanel">
<div class="sns20170324f1250uppermotion"></div>
<div class="sns20170324f1250lowermotion"></div>
<div class="sns20170324f1250upperspeed"></div>
<div class="sns20170324f1250leftrightslower"></div>
<div class="sns20170324f1250stop"></div></div>
<div id="sns20170324f1250plusminuspanel">
<div class="sns20170324f1250uppermotion"></div>
<div class="sns20170324f1250lowermotion"></div>
<div class="sns20170324f1250upperspeed"></div>
<div class="sns20170324f1250lowerspeed"></div>
<div class="sns20170324f1250stop"></div></div>
<style>
#sns20170324f1250updownpanel {position:absolute;left:0%;top:0%;width:33.33%;height:100%}
#sns20170324f1250leftrightpanel {position:absolute;left:33.33%;top:0%;width:33.33%;height:100%}
#sns20170324f1250plusminuspanel {position:absolute;left:66.66%;top:0%;width:33.33%;height:100%}
.sns20170324f1250uppermotion {position:absolute;left:0%;top:0%;width:66.66%;height:20%;background-color:lightgrey}
.sns20170324f1250lowermotion {position:absolute;left:0%;bottom:0%;width:66.66%;height:20%;background-color:lightgrey}
.sns20170324f1250upperspeed {position:absolute;left:66.66%;top:20%;width:33.33%;height:15%;background-color:lightgrey}
.sns20170324f1250lowerspeed {position:absolute;left:66.66%;bottom:20%;width:33.33%;height:15%;background-color:lightgrey}
.sns20170324f1250stop {position:absolute;left:0%;top:50%;width:33.33%;height:15%;background-color:lightgrey}
.sns20170324f1250speed {position:absolute;left:66.66%;top:50%;width:33.33%;height:15%;background-color:lightgrey}</style>
</div>
Monday, March 27, 2017
So ...
*
So ...
as soon as I start shooting a video that video should start uploading to the cloud ... to one of my places on the cloud. that should be just a given and an absolute. and by the time i'm done shooting the video some version of all of it should be in the cloud, ideally. but internet connections can be faster or slower, and more or less expensive, so the uploading of parts of the video can be put off 'till later. this doesn't result in missing frames, or, at any rate, in large missing sections, it just reduces the resolution of what first gets uploaded.
that all is easy. now it gets tough. the device that is capturing the video ought to be, itself, able to store thousands of hours of (fairly low resolution) video. a suggested option is an iPod Touch with maximum hard drive capacity. but if the device doesn't have that kind of memory, some kind of, i guess, algorithm, needs to delete stuff that seems, i don't know, less essential. maybe even if it does.
definitely definitely definitely definitely definitely definitely definitely definitely definitely definitely definitely definitely definitely definitely definitely definitely even if it does
*
So ...
as soon as I start shooting a video that video should start uploading to the cloud ... to one of my places on the cloud. that should be just a given and an absolute. and by the time i'm done shooting the video some version of all of it should be in the cloud, ideally. but internet connections can be faster or slower, and more or less expensive, so the uploading of parts of the video can be put off 'till later. this doesn't result in missing frames, or, at any rate, in large missing sections, it just reduces the resolution of what first gets uploaded.
that all is easy. now it gets tough. the device that is capturing the video ought to be, itself, able to store thousands of hours of (fairly low resolution) video. a suggested option is an iPod Touch with maximum hard drive capacity. but if the device doesn't have that kind of memory, some kind of, i guess, algorithm, needs to delete stuff that seems, i don't know, less essential. maybe even if it does.
definitely definitely definitely definitely definitely definitely definitely definitely definitely definitely definitely definitely definitely definitely definitely definitely even if it does
*
Subscribe to:
Posts (Atom)