User Tools

Site Tools


video

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
video [2022/12/01 14:49]
James Sentman added stream stalled handler info
video [2022/12/01 17:05] (current)
James Sentman [Stream Stalled Handler:] as number check for string parameter
Line 8: Line 8:
  
 Those plugins can then load camera API plugins to provide an interface to the controls of specific cameras or brands of cameras. This allows you the most flexibility in getting the video into XTension and still having control of the camera features though scripting in XTension. I can add more stream types and more camera API support without having to change any of the existing ones now. Those plugins can then load camera API plugins to provide an interface to the controls of specific cameras or brands of cameras. This allows you the most flexibility in getting the video into XTension and still having control of the camera features though scripting in XTension. I can add more stream types and more camera API support without having to change any of the existing ones now.
 +
 +**Note:** the new video system requires a more recent OS version than is required by the program overall. You must be running at least MacOS 10.15 Catalina in order to use these plugins.
  
 ----- -----
Line 97: Line 99:
  
 on streamStalled( stallCount) on streamStalled( stallCount)
- write log "​Attempted to restore camera " & stallCount & " times."​+ write log "​Attempted to restore camera " & stallCount & " times.” 
 +        if (stallCount as number) > 4 then 
 +            write log “running a failed camera restart" 
 +            -- send it a reboot, power cycle or whatever to bring it back online 
 + 
 +        end if
 end streamStalled end streamStalled
  
video.1669906141.txt.gz · Last modified: 2022/12/01 14:49 by James Sentman