Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Crestron
- Messages
Search
Re: NVX-363 resolutions
#nvx
¿ªÔÆÌåÓýSpeaking about interlaced sources does anyone know if nvx always deinterlaces prior to encoding? ??
Or is there a way to output an interlaced stream when subscribed to an interlaced source so that your target device can do the deinterlacing ?instead of nvx doing the deinterlacing ??
On 1 Mar 2022, at 6:43 am, agprimatic@... wrote:
|
USB 3.0 Camera splitting/routing options?
#usb
I'm hoping some of y'all have found a solution to this seemingly simple problem.? With the increasing prevalence of USB 3.0 only cameras to UC *and* BYOD destination requirements, have any of y'all found a way to route or split a USB3.0 Camera video signal without breaking out to HDMI? I have a customer with a small room with a USB camera, UC engine and want BYOD also. I know USB isn't built to be "split" to two destinations but that's what we need to do, preferably w/o HDMI or other adapters.
Thanks in advance. Micah Thurlow |
Re: NVX-363 resolutions
#nvx
30 Hz is the maximum 1080i input frame rate supported (so 60 Hz field rate).
I'm assuming when you say 1080i 50Hz, that's the field rate, and you really mean a 25 Hz frame rate. And yes, the NVX-363 input will support that. Regards, Ag Primatic |
Re: S# http Request Timeout
¿ªÔÆÌåÓýThanks again Andy.? I found the properties. My mistake was looking at the HttpClientRequest properties instead of the HttpClient. Jay On 2/28/2022 7:43 AM, Andy Ross wrote:
on the HTTPClient you can set the TimeoutEnabled property to true and then set the Timeout property to the timeout that you want in seconds. If you set TimeoutEnabled to false then you can set your own timer to start in your program and handle aborting the call manually from there. |
Re: SMW User Modules not showing up in the library
Another, "I don't know why it works, but sometimes it does" thing to try is deleting the SPlsWork subfolder in your program folder.?
I've had the same thing, where I've double-checked all targets, recompiled all, etc. and it didn't work until I closed the program, deleted the SPlsWork folder, reopened and Recompiled ALL (Alt+F12). It doesn't fix other problems (nesting, wrong target, etc.), but sometimes when nothing else makes sense it works. Another "This shouldn't fix anything, but sometimes it does" is just rename the program, save it to another folder and start again in a "fresh place", copy/paste in any needed modules, etc and Recompile ALL again Final item that shouldn't work, but has saved me a few times is replacing the processor in the program: If you have a Pro3, replace with AV3, save, replace back to Pro3, save, recompile all.? Again, this *shouldn't* fix anything, but it has for me when nothing else made sense. Double-check the program it didn't add anything helpful during the replace like a CEN-IO to make up for port differences.?? I think those are all the secret handshakes I remember. Good luck, Micah Thurlow |
Re: S# http Request Timeout
Thanks Andy! I looked at the S# documentation and didn¡¯t see that. I¡¯ll take another look.? Thanks again? Jay On Mon, Feb 28, 2022 at 7:43 AM Andy Ross <sifuas@...> wrote: on the HTTPClient you can set the TimeoutEnabled property to true and then set the Timeout property to the timeout that you want in seconds. If you set TimeoutEnabled to false then you can set your own timer to start in your program and handle aborting the call manually from there. |
Re: off the topic of Crestron - Dell docking station
I have an Alienware laptop and use a WD19TB docking station.? In my case I run dual 4K monitors, use the ethernet and every USB port on it. I bought 2 units off eBay at a tremendous discount off?retail price.? They are both working flawlessly. It supports up to 130 watt charging which, unfortunately, is not enough for my laptop.? I have to use the gargantuan power supply.? I suspect most laptops would be fine with 130w charging and would be a single cable solution. On Mon, Feb 28, 2022 at 8:28 AM Brad Wykoff via <bradwykoff=[email protected]> wrote: looking to add a Dell docking station to my Precision 5560 laptop. |
Re: S# http Request Timeout
on the HTTPClient you can set the TimeoutEnabled property to true and then set the Timeout property to the timeout that you want in seconds. If you set TimeoutEnabled to false then you can set your own timer to start in your program and handle aborting the call manually from there.
|
off the topic of Crestron - Dell docking station
looking to add a Dell docking station to my Precision 5560 laptop.
Found the Dell WD19TBS, Dell J00G9-Thunderbolt Dock TB15 and seen several out there that range from $66 up to $500 that all claim to have 4K video and support the Thunderbolt USB-C from Dell. Anyone using Dell with a docking station? If so, which model are you using? |
Re: SMW User Modules not showing up in the library
¿ªÔÆÌåÓýEvery time I have run into this problem, which has been more
times than I care to count, I have always traced it to a problem
with settings for the target control system in unc and s+ files.?
If you have lots of nesting then it can be PITA to trace all the
dependencies and get them fixed.? Sorry I can't offer any alternatives but when I've run into the issue it has always come down to the same solution. Jay On 2/27/2022 5:29 PM, ckangis wrote:
Hi All, |
SMW User Modules not showing up in the library
Hi All,
So the ultimate take-away is that I should suffer what I know and not try to eliminate and suffering...:( I tried moving to work only with project libraries, because my ancient/bloated SMW library was causing 'eternal' SMW start times and open project times...well that definitely fixed that issue, but the when it came to development and trying to retrieve previously created User modules that had other user modules and S+ embedded in them, it was just way too much of a beating to be worth it, so I've gone back to the devil I know... Of course now I have a new problem, that I never had before all this rigmarole, that I'd like to see if anyone has seen: Some User Modules will not show up in 4-series, and when opening a project with said module, the module is commented out and not visible to re-add in the SMW library. - Thus making the project unusable without some sort of resolution to this issue...:( *** I understand about Project Header/Target Control Classes, even for sub modules and S+ *** I worked thru one issue with Crestron Support last week and found that there was an S+ module that, although was set to 3/4-series and was re-Built/Save+Compile, we had to do an S+ 'Recompile ALL' to get it to work. So when I ran into a similar issue yesterday, I dutifully checked all the internal item settings and did a recompile all on the (1) S+ module in the User Module. Still Nothing!!! Has anyone seen anything like this? or have any other secret hand-shakes?? TIA!! |
S# http Request Timeout
When using an http client to make a request to a device in S#, is there a way to adjust the timeout before the Crestron system throws an exception that device has not responded in a timely manner?
?? ??? ?? try ?? ??? ?? { ?? ??? ??? ???? HttpClient client = new HttpClient(); ?? ??? ??? ???? HttpClientRequest request = new HttpClientRequest(); ?? ??? ??? ??? ?HttpClientResponse response; etc. ?? ???? ??? ??? response = client.Dispatch(request); etc. I'm trying to communicate with a battery operated IoT device. I'm finding that the device can go to sleep and when it does it takes a long time to respond.? I'm hoping to simply adjust the timeout value to give it time to wake up but I haven't been able to find a way to do it.? Doing all this in VS2008 so the code is compatible with a 3 series processor. Thanks in advance for the help Jay |
Re: Yamaha AVR IP control
Yes, that¡¯s what I was trying to convey here:?/g/crestron/message/243850
That module already has the correct input names as used by the new RX-AnA units I think. Rather than changing/replacing the existing input commands, I find it better to just add the new ones, thus expanding the module and making it more universal. That way I don¡¯t have to worry about having the correct version for a particular Yamaha AVR. Another such command example that¡¯s not consistent across models is the ¡°all channel stereo¡± mode. Rather than naming it ¡°All channel stereo¡± which would have been universal, it¡¯s called 5, 7 or 9 channel stereo, depending on the model! I therefore now have all three commands in my customised module, even though only one of the three will ever work for any one AVR. |
Re: Yamaha AVR IP control
Just a follow-up regarding the RX-AxA series of AVRs...
The 'Yamaha RX-A3010 IP v1.2' module seems to work fine... BUT It does not have the commands for the HDMI inputs. The previous generation of the AVRs used the 'AV1 thru AV7' input commands for the HDMI, but now the HDMI inputs are dedicated with the AVx inputs relegated for Component/Composite inputs (when/if available) You can alter the strings by changing the 'AVx' to 'HDMIx' and that seems to work fine... |
to navigate to use esc to dismiss