/dports/x11-toolkits/pangolin/Pangolin-0.6/src/video/drivers/ |
H A D | firewire.cpp | 80 throw VideoException("Could not set iso speed"); in init_camera() 88 throw VideoException("Could not set framerate"); in init_camera() 284 throw VideoException("Unknown colour coding"); in Dc1394ColorCodingFromString() 469 throw VideoException("No cameras found"); in FirewireVideo() 501 throw VideoException("No cameras found"); in FirewireVideo() 619 throw VideoException("Failed to read gain"); in GetGain() 864 throw VideoException("iso speed not valid"); in bus_period_from_iso_speed() 884 throw VideoException("Unknown video mode"); in get_firewire_format7_mode() 898 } catch (const VideoException& e) {} in get_firewire_mode() 901 throw VideoException("Unknown video mode"); in get_firewire_mode() [all …]
|
H A D | v4l.cpp | 138 throw VideoException ("select", strerror(errno)); in GrabNext() 364 throw VideoException ("munmap"); in uninit_device() 381 throw VideoException("Out of memory\n"); in init_read() 388 throw VideoException("Out of memory\n"); in init_read() 417 throw VideoException( "Out of memory\n"); in init_mmap() 441 throw VideoException ("mmap"); in init_mmap() 470 throw VideoException( "Out of memory\n"); in init_userp() 479 throw VideoException( "Out of memory\n"); in init_userp() 712 throw VideoException("close"); in close_device() 726 throw VideoException("Not device"); in open_device() [all …]
|
H A D | teli.cpp | 50 throw pangolin::VideoException("Unable to initialise TeliSDK."); in TeliSystem() 129 throw VideoException("TeliSDK: Unsupported node_type: " + node_type); in GetNodeValStr() 146 throw VideoException("TeliSDK: Unable to get Teli node type."); in SetNodeValStr() 209 throw VideoException("TeliSDK: Unsupported node_type: " + node_type); in SetNodeValStr() 227 throw pangolin::VideoException("Unable to enumerate TeliSDK cameras."); in TeliVideo() 230 throw pangolin::VideoException("No TeliSDK Cameras available."); in TeliVideo() 315 throw pangolin::VideoException("TeliSDK: Error creating event."); in Initialise() 320 throw pangolin::VideoException("TeliSDK: Error creating event."); in Initialise() 325 throw pangolin::VideoException("TeliSDK: Error opening camera stream."); in Initialise() 431 throw pangolin::VideoException("TeliSDK: Error starting stream."); in Start() [all …]
|
H A D | ffmpeg.cpp | 190 throw VideoException("Couldn't open stream"); in InitUrl() 206 throw VideoException("Couldn't find stream information"); in InitUrl() 237 throw VideoException("Couldn't find a video stream"); in InitUrl() 251 throw VideoException("Codec not found"); in InitUrl() 259 throw VideoException("Could not open codec"); in InitUrl() 276 throw VideoException("Couldn't allocate frames"); in InitUrl() 396 throw VideoException("Source video interface not specified"); in FfmpegConverter() 503 VideoException("Could not find encoder"); in CreateStream() 511 if (!stream) throw VideoException("Could not allocate stream"); in CreateStream() 543 if (ret < 0) throw VideoException("Could not open video codec"); in CreateStream() [all …]
|
H A D | uvc.cpp | 44 throw VideoException("Unable to open UVC Context"); in UvcVideo() 130 throw VideoException("Unable to open UVC Device"); in InitDevice() 133 throw VideoException("Unable to open UVC Device - no pointer returned."); in InitDevice() 140 throw VideoException("Unable to open device"); in InitDevice() 157 throw VideoException("Unable to set device mode."); in InitDevice() 165 throw VideoException("Unable to open device stream."); in InitDevice() 214 throw VideoException("Unable to start streaming."); in Start() 226 throw VideoException("Unable to allocate frame."); in Start()
|
H A D | openni.cpp | 110 … throw VideoException( (std::string)"Unable to create DepthNode: " + xnGetStatusString(nRetVal) ); in OpenNiVideo() 114 … throw VideoException( (std::string)"Invalid DepthNode mode: " + xnGetStatusString(nRetVal) ); in OpenNiVideo() 122 … throw VideoException( (std::string)"Unable to create ImageNode: " + xnGetStatusString(nRetVal) ); in OpenNiVideo() 126 … throw VideoException( (std::string)"Invalid ImageNode mode: " + xnGetStatusString(nRetVal) ); in OpenNiVideo() 156 … throw VideoException( (std::string)"Unable to create IrNode: " + xnGetStatusString(nRetVal) ); in OpenNiVideo() 160 … throw VideoException( (std::string)"Invalid IrNode mode: " + xnGetStatusString(nRetVal) ); in OpenNiVideo()
|
H A D | json.cpp | 66 throw VideoException("JsonVideo failed.", "Bad input URI."); in PANGOLIN_REGISTER_FACTORY() 69 throw VideoException("JsonVideo failed.", err); in PANGOLIN_REGISTER_FACTORY() 72 throw VideoException("JsonVideo failed. Unable to load file.", json_filename); in PANGOLIN_REGISTER_FACTORY()
|
H A D | openni2.cpp | 55 throw VideoException("Unknown OpenNI pixel format"); in VideoFormatFromOpenNI2() 78 }catch(const VideoException&){} in PrintOpenNI2Modes() 112 throw pangolin::VideoException("Video mode not supported"); in FindOpenNI2Mode() 144 throw VideoException("No OpenNI Devices available. Ensure your camera is plugged in."); in OpenNi2Video() 190 throw VideoException("OpenNI2: No devices available. Ensure your camera is plugged in."); in OpenNi2Video() 218 … throw VideoException( "Unable to initialise OpenNI library", openni::OpenNI::getExtendedError() ); in InitialiseOpenNI() 227 … throw VideoException( "OpenNI2: Couldn't open device.", openni::OpenNI::getExtendedError() ); in AddDevice() 240 … throw VideoException( "OpenNI2: Couldn't create stream.", openni::OpenNI::getExtendedError() ); in AddStream() 321 }catch(const VideoException& e) { in SetupStreamModes() 332 … throw VideoException("Couldn't set OpenNI VideoMode", openni::OpenNI::getExtendedError()); in SetupStreamModes() [all …]
|
H A D | shift.cpp | 39 throw VideoException("ShiftVideo: VideoInterface in must not be null"); in ShiftVideo() 50 …throw VideoException("ShiftVideo: output format is not compatible with input format for shifting."… in ShiftVideo() 54 … throw VideoException("ShiftVideo: currently only supports one channel input formats of 16 bits."); in ShiftVideo()
|
H A D | pack.cpp | 50 throw VideoException("PackVideo: Only supports single channel input."); in PackVideo() 62 throw VideoException("PackVideo: Only supports one channel input."); in PackVideo() 177 throw pangolin::VideoException("Unsupported bitdepths."); in Process() 180 throw pangolin::VideoException("Unsupported input pix format."); in Process()
|
H A D | unpack.cpp | 50 throw VideoException("UnpackVideo: Only supports single channel output."); in UnpackVideo() 62 throw VideoException("UnpackVideo: Only supports one channel input."); in UnpackVideo() 176 throw pangolin::VideoException("Unsupported bitdepths."); in Process() 186 throw pangolin::VideoException("Unsupported bitdepths."); in Process()
|
H A D | images.cpp | 70 throw VideoException("Empty Json Image archive."); in PopulateFilenamesFromJson() 75 throw VideoException("Empty Json Image archive."); in PopulateFilenamesFromJson() 88 throw VideoException(err); in PopulateFilenamesFromJson() 124 throw VideoException("No files found for wildcard '" + channel_wildcard + "'"); in PopulateFilenames()
|
H A D | split.cpp | 96 throw VideoException("VideoSplitter input must have at least one stream"); in PANGOLIN_REGISTER_FACTORY() 109 throw VideoException("split: empty ROI."); in PANGOLIN_REGISTER_FACTORY() 119 … throw VideoException("split: requesting source stream which does not exist."); in PANGOLIN_REGISTER_FACTORY()
|
H A D | pvn.cpp | 46 throw VideoException("Cannot open file - does not exist or bad permissions."); in PvnVideo() 68 throw VideoException("Unable to read video header"); in ReadFileHeader()
|
H A D | thread.cpp | 53 throw VideoException("ThreadVideo: VideoInterface in must not be null"); in ThreadVideo() 217 }catch(const VideoException& e) { in operator ()()
|
H A D | pleora.cpp | 154 throw VideoException("Unknown Pleora pixel format", spfmt); in PleoraFormat() 240 throw pangolin::VideoException("Pleora: Unable to create PvSystem"); in InitDevice() 246 throw pangolin::VideoException("Pleora: Unable to select device"); in InitDevice() 253 …throw pangolin::VideoException("Pleora: Unable to connect to device", lResult.GetDescription().Get… in InitDevice() 279 …throw pangolin::VideoException("Pleora: Unable to open stream", lResult.GetDescription().GetAscii(… in InitStream()
|
/dports/x11-toolkits/pangolin/Pangolin-0.6/include/pangolin/video/ |
H A D | video_exception.h | 9 struct PANGOLIN_EXPORT VideoException : std::exception struct 11 VideoException(std::string str) : desc(str) {} in VideoException() function 12 VideoException(std::string str, std::string detail) { in VideoException() function 15 ~VideoException() throw() {} in throw() argument 20 struct PANGOLIN_EXPORT VideoExceptionNoKnownHandler : public VideoException argument 23 : VideoException("No known video handler for URI '" + scheme + "'") in VideoExceptionNoKnownHandler()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/test/external/docs/ |
H A D | external_media_tests.media_tests.video_puppeteer.rst | 12 video_puppeteer.VideoException 15 .. autoexception:: external_media_tests.media_utils.video_puppeteer.VideoException
|
/dports/x11-toolkits/pangolin/Pangolin-0.6/tools/VideoViewer/ |
H A D | main.cpp | 13 } catch (const pangolin::VideoException& e) { in main() 46 }catch(const pangolin::VideoException&) { } in main()
|
/dports/x11-toolkits/pangolin/Pangolin-0.6/src/image/ |
H A D | image_io_pango.cpp | 19 throw pangolin::VideoException("Wrong number of streams: exactly one expected."); in LoadPango() 27 throw pangolin::VideoException("Failed to grab image from stream"); in LoadPango()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/test/external/external_media_harness/ |
H A D | testcase.py | 20 VideoException, 81 except VideoException as e: 271 raise VideoException( 275 raise VideoException(
|
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/test/external/external_media_tests/playback/youtube/ |
H A D | test_basic_playback.py | 11 from external_media_tests.media_utils.video_puppeteer import VideoException 42 except VideoException as e:
|
/dports/x11-toolkits/pangolin/Pangolin-0.6/src/video/ |
H A D | video_input.cpp | 95 if( !video_src ) throw VideoException("No video source open"); in Grab() 154 if( !video_src ) throw VideoException("No video source open"); in SizeBytes()
|
H A D | video.cpp | 74 throw VideoException("No known video handler for URI '" + uri.scheme + "'"); in OpenVideoOutput()
|
/dports/x11-toolkits/pangolin/Pangolin-0.6/include/pangolin/video/drivers/ |
H A D | openni.h | 56 throw pangolin::VideoException("SetAutoExposure Not supported for this version of OpenNI."); in SetAutoExposure()
|