- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello,
Is there any best practices or tutorials on how to package a RealSense application?
Thanks.
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
As an example, this error occured while we're trying to install a RealSense app.
Is this kind of error caused by some mistakes in packaging the software?
And is there any best practices to avoid that?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
You can find how to package and distribute your RealSense app @https://software.intel.com/sites/landingpage/realsense/camera-sdk/2014gold/documentation/html/index.html?devguide_application_deployment.html. Thanks!
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I can not find runtime available in RSSDK. I do not think it is required to install RealSense runtime for contest, right?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
According to Challenge FAQ here, the test machine already be loaded with Windows 8.1 operating system and the most recent release of the Intel® RealSense™ SDK. So, we may assume that only the executable is needed to be submitted for the challenge, right?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Any information on packaging the application for the challenge (and beyond), would be very helpful and much appreciated though.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Please see information (including location of the runtime) is available here:
https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?devguide_runtime_upgrader.html
(in the documentation under Application Deployment Guidelines)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I used Web setup and no runtime can be installed. Will try 1.4GB offline.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Found runtime inside RSSDK\include folder. weird. Anyway got it.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I just submitted mine as an executable zipped up. Along with it was an installation to a .NET run time (If their version of Windows 8 doesn't come with it pre-installed).
The Faqs said either executable for installation. I guess it doesn't really matter as long as the judges can run your submission.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
@Wezley
How did you go about including an installation of the .NET run time with your installer? Currently, my app installs fine on computers that have Visual Studio installed, but not those that don't. I thought Windows 8.1 came with everything a .NET app needed to run, but apparently that is not the case.
Robert
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
You need to include the Visual Studio Redistributable installer for the version you are using, and install it along with the installer of your app.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Can competition organizers confirm that zipped executable is ok?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
hi,
Is it Ok to upload the the .zip with executables (including .net framework) and the documents? or do we also need something from the SDK(RSSDk etc ) to be uploaded.?
As of now, I am uploading just my app executables along with the docs.
Also , is it necessary to have a "ClickOnce " with just one setup file for deployment.
My zip folder contains a few files and folders but can be installed just by clicking the setup.exe
Thanks,
Shaleen
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
"Make certain your demo app is fully, 100% self‐contained in one executable or a zipped software package. All drivers, libraries, and files MUST all be wrapped up in the installation executable or the zipped software package. The judges must NOT have to do anything but install the .exe or one click unzip. "
Got this from the faq. I just zipped up my executable for the program itself and included .NET installation in a different folder. I had a friend with windows 8.1 test my application without VS installed on his computer (Fresh Windows 8.1 installation) and the application ran fine right out of the zip file. I wouldn't worry about creating a full and fancy installation for the application when the end result should be that the application is usable when the judge goes to test it.
In my case they will just unzip the package and click the shortcut provided in the folder and the application will run. Should .NET not be installed on their computer then included in the .zip is the .NET installer. It is confirmed that 8.1 comes standard with .NET 4.5.
In my case since I already submitted I am hoping that the information given from the faqs is correct about being allowed to just zip up the executable instead of creating a full installer.
Hopefully an Intel employee can confirm that this is alright.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
To make sure you have packaged enough, see if it runs on a system with 8.1 and the RSSDK installed. (EG - remove anything else you may have added). - That's for the Challenge.
For any public release of your program, you'll want to be sure to package the runtime and anything you need that doesn't come in Win 81 (US edition) and make a note about N pack for non US. You cannot assume that users will have the RSSDK installed.
