Matthew B
|
pushed
e12c23b09efa00d755b5c25bdb7cbe52e780621d
|
Merge pull request #24 from Ramtin-Nouri/master
|
2021-07-30 02:18:49 UTC
|
Ramtin Nouri
|
pushed
de9e861528437efa89d04fd9277ddd76b6aeedd9
|
Change packet size from 1500 to 9000
|
2021-07-29 10:59:17 UTC
|
Ramtin Nouri
|
pushed
e48a4e70f9d91a2575922f6534a4d2ef53965df2
|
Actually use the CInstantCameraAppSrc in this folder instead of the one in root/InstantCameraAppSrc
|
2021-07-29 10:58:55 UTC
|
Ramtin Nouri
|
pushed
79a107cc1c159756e399ccababe9fabd763d2a57
|
Deleted unneccesary video files (were these commited accidently?)
|
2021-07-29 10:30:03 UTC
|
Matthew B
|
pushed
d611a6f20b45df8d2d3b7c10072b69d4f1a1da41
|
CPipelineHelper.cpp: build_pipeline_display(): Changed from autovideosink to nv3dsink for display.
|
2021-04-05 20:02:55 UTC
|
Matthew B
|
pushed
9d9605b6a8d7153587086ec8e702a6155d66c70c
|
Added local copies of CInstantCameraAppSrc.cpp and .h to the new jetson-tailored sample for use there (and only there).
|
2021-03-09 02:55:29 UTC
|
Matthew B
|
pushed
02133378f9670c1cfa4ebbad69586e0edb4b7b8b
|
New Sample for a performance-on-jetson focused demopylongstreamer.
|
2021-03-09 02:52:31 UTC
|
Breit
|
pushed
3434c115900659f1b410ba87162e7d5b996cc625
|
Made a better check of the pylon image pixel format when determining what the videoconvert's caps format should be.
|
2020-01-27 15:49:58 UTC
|
Matthew B
|
pushed
88506cb423622c4115e27a02a74d5e388cae9273
|
Merge pull request #16 from TobiasSchaffner/readme_fix
|
2019-12-02 21:31:55 UTC
|
Tobias Schaffner
|
pushed
7a61194fde1e3a7e3d373f6f0541d36ec3fb06aa
|
Use a code block for overview ascii
|
2019-11-29 10:30:22 UTC
|
Matthew B
|
pushed
e8d5fb9adfa8d2e90edeb24c68a5d225013a9cc9
|
Issue #14: Added check for too many pipelines specified.
|
2019-11-19 18:36:22 UTC
|
Breit
|
pushed
1df8f16942952ed5b12d859cd49279bd66749fd2
|
Issue #13: Due to else-if, framerate wasn't actually being set. oops! :)
|
2019-11-18 16:47:07 UTC
|
Breit
|
pushed
cc1bbb3636f0cb945dc7396f8e090a3d4f2ae104
|
Added basic draft of multicast pipeline to demopylongstreamer sample (Issue #12).
|
2019-10-11 15:09:52 UTC
|
Breit
|
pushed
8ddb0fb31e93428ccfdccfd110afa3320c7c6480
|
Added a videoconverter and filter caps to the AppSrc bin so that if the image is color, it's converted to I420 (if it's mono it stays GRAY8).
|
2019-10-10 21:27:38 UTC
|
Breit
|
pushed
d3e762ac2412731c160cb9e31744d77317a66678
|
Changed order of encoders back to omxh264enc first, because v4l2h264enc had some problems on raspberry pi, and we only really use that encoder for the Snapdragon 820 devices which are less common.
|
2019-10-10 21:26:08 UTC
|
Breit
|
pushed
f978c65e0bca5323542925bb79f0a92418edd7e3
|
Removed videoscaler things from CPipelineHelper for simplicity (Issue #8).
|
2019-10-10 16:51:55 UTC
|
Breit
|
pushed
9c50b7cccb9c747c20e9b55251e5d5ac3cf699d5
|
improvements to h264stream helper for nvidia nano board and changed default port from 5000 to 554.
|
2019-10-10 16:20:45 UTC
|
Breit
|
pushed
dd7c852d1c61927101c2b571e6bfdc00224e3325
|
Adjusted the method of applying rescaler caps, so that always we put caps on it, even if we are not rescaling. This is so we can have a clear caps for the final bin, which includes format, width, height, and framerate.
|
2019-10-10 16:17:30 UTC
|
Breit
|
pushed
82c0d89209deba6ff1898ed58323439789c3a091
|
Added two new helper functions:
|
2019-09-25 15:13:44 UTC
|
Breit
|
pushed
043d048a9302e0be0554d8c32ec6b04bf6f380dd
|
Added support for v4l2h264enc H.264 encoder on BCON-for-MIPI Snapdragon 820 devkit.
|
2019-08-28 16:39:35 UTC
|
Matthew B
|
pushed
c129d304262926dfa31520cc519b8b2823046ea7
|
Added additional safety checks around features in case the camera used doesn't support them.
|
2019-08-27 15:26:35 UTC
|
Breit
|
pushed
6f9cd0acb14834321b080a75f86d982feb3b9bcb
|
Removed unused function definition Increment()
|
2018-03-30 14:10:25 UTC
|
Matthew B
|
pushed
49cfba949a26866173caeee9e456f113f00b5e23
|
Merge pull request #6 from cirquit/master
|
2018-03-30 14:08:15 UTC
|
cirquit
|
pushed
137c0bd2ca11914cec0c7d2133c0dafe73b4d8af
|
removed CInstantCameraAppSrc prefix to compile demopylonstreamer
|
2018-03-30 11:27:41 UTC
|
Breit
|
pushed
5246bb52d835e88e2595e80510c045a5292e6d0f
|
determined grab timeout problem in two camera sample when in OnDemand mode was probably due to a single bad test camera (21949158) not handling software trigger properly. Other combinations of cameras seem to work fine so far...
|
2018-03-17 02:04:58 UTC
|
Breit
|
pushed
c1c9f74a04c37e712f3443312cbe517b2cf0d7f6
|
instantcameraappsrc: fixed potential bug with setting width. added SetFrameRate() api. New Sample: twocameras_compositor.
|
2018-03-16 19:24:50 UTC
|
Breit
|
pushed
ceba6307dd84eca6c25bab5d37bc52094f870d8d
|
improvement: now using unique names based on serial number when creating appsrc and sourcebin. Required when using multiple cameras in the same pipeline.
|
2018-03-12 21:00:45 UTC
|
Breit
|
pushed
2483d4805d31efecceb65d80bc1ba67ec0016ef1
|
MAJOR CHANGE: New folder structure, renaming of pylongstreamer sample to demopylongstreamer, addition of new sample programs, and cleanup of readme and documentation. The reason is to clarify the relationship of the sample programs to the core of the project, the InstantCameraAppSrc class. Also, this structure offers flexibility for adding more sample programs to help with the diversity of systems which may use this project.
|
2018-03-12 14:32:05 UTC
|
Breit
|
pushed
171cba14245ce58479b01def728884d68403df08
|
fixed merge conflicts.
|
2018-03-09 18:15:38 UTC
|
Breit
|
pushed
68c9a7b5ebc7610aa938d72aacf083a63f9cbc0d
|
new feature: use your own gst-launch-1.0 pipeline. Use -parse and paste the command, and the PipelineHelper will parse it and replace your original source with the InstantCameraAppSrc. Also added some more notes to the user about using pylongstreamer with Nvidia TX1/TX2.
|
2018-03-09 18:10:50 UTC
|
Streaming video to browser?
Would anyone like an additional pipeline built which would allow browser-based access to a camera's video stream?
If so, do you have a preference on which webserver should be used as part of this reference sample?
(Browser access requires sinking the pipeline to a webserver on the device with the camera. This could be Apache, Icecast, etc.)
Let me know your thoughts!
- Matt