Home
last modified time | relevance | path

Searched refs:camera_file (Results 1 – 25 of 30) sorted by relevance

12

/dports/emulators/citra/citra-ac98458e0/src/citra_qt/configuration/
H A Dconfigure_camera.cpp96 ui->camera_file->setDisabled(state == Qt::Checked); in ConnectEvents()
99 ui->camera_file->setText(QString{}); in ConnectEvents()
134 ui->camera_file->setHidden(true); in UpdateImageSourceUI()
135 ui->camera_file->setText(QString{}); in UpdateImageSourceUI()
141 ui->camera_file->setHidden(false); in UpdateImageSourceUI()
145 ui->camera_file->setDisabled(true); in UpdateImageSourceUI()
147 ui->camera_file->setText(QString{}); in UpdateImageSourceUI()
149 ui->camera_file->setDisabled(false); in UpdateImageSourceUI()
173 config = ui->camera_file->text().toStdString(); in RecordConfig()
266 ui->camera_file->setText(QString{}); in SetConfiguration()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/src/citra_qt/configuration/
H A Dconfigure_camera.cpp96 ui->camera_file->setDisabled(state == Qt::Checked); in ConnectEvents()
99 ui->camera_file->setText(QString{}); in ConnectEvents()
134 ui->camera_file->setHidden(true); in UpdateImageSourceUI()
135 ui->camera_file->setText(QString{}); in UpdateImageSourceUI()
141 ui->camera_file->setHidden(false); in UpdateImageSourceUI()
145 ui->camera_file->setDisabled(true); in UpdateImageSourceUI()
147 ui->camera_file->setText(QString{}); in UpdateImageSourceUI()
149 ui->camera_file->setDisabled(false); in UpdateImageSourceUI()
173 config = ui->camera_file->text().toStdString(); in RecordConfig()
266 ui->camera_file->setText(QString{}); in SetConfiguration()
[all …]
/dports/graphics/elementary-photos/photos-2.7.1/src/camera/
H A DGPhoto.vala213 GPhoto.CameraFile camera_file;
214 GPhoto.Result res = GPhoto.CameraFile.create (out camera_file);
223 res = camera_file.save (dest_file.get_path ());
251 GPhoto.CameraFile camera_file;
252 GPhoto.Result res = GPhoto.CameraFile.create (out camera_file);
266 res = camera_file.get_data_and_size (out data, out data_len);
276 res = camera_file.save (temp.get_path ());
291 GPhoto.CameraFile camera_file;
292 GPhoto.Result res = GPhoto.CameraFile.create (out camera_file);
302 // as it will be destroyed when the camera_file is unref'd)
[all …]
/dports/graphics/shotwell/shotwell-0.30.14/src/camera/
H A DGPhoto.vala205 GPhoto.CameraFile camera_file;
240 GPhoto.CameraFile camera_file;
241 GPhoto.Result res = GPhoto.CameraFile.create(out camera_file);
245 res = camera.get_file(folder, filename, filetype, camera_file, context);
251 // The camera_file is set as data on the object to keep it alive while
253 var bytes = camera_file_to_bytes (context, camera_file);
260 res = camera_file.save(temp.get_path());
271 GPhoto.CameraFile camera_file;
272 GPhoto.Result res = GPhoto.CameraFile.create(out camera_file);
276 res = camera.get_file(folder, filename, filetype, camera_file, context);
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/vecf/exe/
H A Destimate_camera_via_orbit.cxx31 std::ofstream camera_file((base_dir_path() + "canthus_camera.txt").c_str()); in main() local
32 if(! camera_file){ in main()
35 camera_file << H << std::endl; in main()
/dports/graphics/py-gphoto2/gphoto2-2.2.4/examples/
H A Dcopy-data.py62 camera_file = gp.check_result(gp.gp_camera_file_get(
71 file_data = gp.check_result(gp.gp_file_get_data_and_size(camera_file))
78 del camera_file, file_data
H A Dcapture-image.py40 camera_file = camera.file_get(
42 camera_file.save(target)
H A Dpreview-image.py64 camera_file = gp.check_result(gp.gp_camera_capture_preview(camera))
65 file_data = gp.check_result(gp.gp_file_get_data_and_size(camera_file))
H A Dfocus-gui.py145 OK, camera_file = gp.gp_camera_capture_preview(self.camera)
150 self._send_file(camera_file)
160 camera_file = self.camera.file_get(
163 self._send_file(camera_file)
165 def _send_file(self, camera_file): argument
166 file_data = camera_file.get_data_and_size()
H A Dtime_lapse.py100 camera_file = camera.file_get(
102 camera_file.save(template % count)
H A Dcopy-files.py95 camera_file = gp.check_result(gp.gp_camera_file_get(
97 gp.check_result(gp.gp_file_save(camera_file, dest))
H A Dcam-conf-view-gui.py254 camera_file = camera.file_get(
257 camera_file.save(path.name)
1071 OK, camera_file = gp.gp_camera_capture_preview(self.camera)
1076 self._send_file(camera_file)
1103 def _send_file(self, camera_file): argument
1104 file_data = camera_file.get_data_and_size()
/dports/misc/openmvg/openMVG-2.0/src/software/SfM/export/
H A Dmain_openMVG2Colmap.cpp143 std::ofstream camera_file( sCamerasFilename ); in CreateCameraFile() local
144 if ( ! camera_file ) in CreateCameraFile()
149 camera_file << "# Camera list with one line of data per camera:\n"; in CreateCameraFile()
150 camera_file << "# CAMERA_ID, MODEL, WIDTH, HEIGHT, PARAMS[]\n"; in CreateCameraFile()
151 camera_file << "# Number of cameras: X\n"; in CreateCameraFile()
172 camera_file << camera_line << "\n"; in CreateCameraFile()
/dports/graphics/py-gphoto2/gphoto2-2.2.4/src/gphoto2/
H A Dcamera.i69 NEW_ARGOUT(CameraFile *camera_file, gp_file_new, gp_file_unref)
71 int gp_camera_capture_preview(Camera *camera, CameraFile *camera_file, GPContext *context);
167 void, capture_preview, (CameraFile *camera_file, GPContext *context),
168 gp_camera_capture_preview, ($self, camera_file, context), 1)
201 …const char *folder, const char *file, CameraFileType type, CameraFile *camera_file, GPContext *con…
202 gp_camera_file_get, ($self, folder, file, type, camera_file, context), 1)
H A Dfile.i49 NEW_ARGOUT(CameraFile *camera_file, gp_file_new, gp_file_unref)
51 int gp_file_open(CameraFile *camera_file, const char *filename);
/dports/graphics/rapid-photo-downloader/rapid-photo-downloader-0.9.26/raphodo/
H A Dcamera.py370 camera_file = self._get_file(folder, file_name, None, gp.GP_FILE_TYPE_EXIF)
373 exif_data = gp.check_result(gp.gp_file_get_data_and_size(camera_file))
493 camera_file = gp.check_result(
505 gp.check_result(gp.gp_file_save(camera_file, dest_full_filename))
514 return camera_file
658 camera_file = self._get_file(
663 thumbnail_data = gp.check_result(gp.gp_file_get_data_and_size(camera_file))
684 camera_file = self._get_file(dir_name, file_name)
686 thumbnail_data = gp.check_result(gp.gp_file_get_data_and_size(camera_file))
H A Dscan.py797 camera_file = CameraFile(name=self.file_name, size=size)
810 camera_file = None
816 thm_full_name = self.get_video_THM_file(base_name, camera_file)
821 xmp_file_full_name = self.get_xmp_file(base_name, camera_file)
824 log_file_full_name = self.get_log_file(base_name, camera_file)
827 audio_file_full_name = self.get_audio_file(base_name, camera_file)
1489 if path in self._camera_directories_for_file[camera_file]:
1504 base_name, self._camera_video_thumbnails, camera_file
1520 base_name, self._camera_audio_files, camera_file
1535 base_name, self._camera_log_files, camera_file
[all …]
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Apps/Unsupported/Streaming/Client/
H A DVDPMClientViewerWidget.cc1215 FILE *camera_file = fopen("camera.cmr", "w"); in save_views() local
1223 fprintf(camera_file, "%lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf\n", in save_views()
1229 fprintf(camera_file, "%lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf\n", in save_views()
1236 fprintf(camera_file, "%lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf\n", in save_views()
1248 fclose(camera_file); in save_views()
1254 FILE *camera_file = fopen(camera_filename, "r"); in load_views() local
1259 fscanf(camera_file, "%lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf\n", in load_views()
1266 fscanf(camera_file, "%lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf\n", in load_views()
1273 fscanf(camera_file, "%lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf\n", in load_views()
1280 fscanf(camera_file, "%lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf\n", in load_views()
[all …]
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/
H A DVDPMClientViewerWidget.cc1223 FILE *camera_file = fopen("camera.cmr", "w"); in save_views() local
1231 fprintf(camera_file, "%lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf\n", in save_views()
1237 fprintf(camera_file, "%lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf\n", in save_views()
1244 fprintf(camera_file, "%lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf\n", in save_views()
1256 fclose(camera_file); in save_views()
1262 FILE *camera_file = fopen(camera_filename, "r"); in load_views() local
1267 fscanf(camera_file, "%lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf\n", in load_views()
1274 fscanf(camera_file, "%lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf\n", in load_views()
1281 fscanf(camera_file, "%lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf\n", in load_views()
1288 fscanf(camera_file, "%lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf %lf\n", in load_views()
[all …]
/dports/graphics/gtimelapse/gtimelapse/src/
H A Dgtimelapse.cpp585 CameraFile * camera_file; in CaptureImage() local
630 gp_file_new (&camera_file); in CaptureImage()
635 …mera_folders[f].c_str(), camera_files[f].c_str(), GP_FILE_TYPE_NORMAL, camera_file, gp_params.cont… in CaptureImage()
641 result = gp_file_save (camera_file, local_path.c_str()); in CaptureImage()
676 gp_file_unref (camera_file); in CaptureImage()
/dports/graphics/gtkam/gtkam-1.0/src/
H A Dgtkam-preview.c194 CameraFile *camera_file; in download_captured_image() local
220 result = gp_file_new_from_fd(&camera_file, fd); in download_captured_image()
228 path_folder, path_name, GP_FILE_TYPE_NORMAL, camera_file, in download_captured_image()
239 gp_file_free(camera_file); in download_captured_image()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/projection/
H A DossimApplanixEcefModel.cpp446 const char* camera_file = kwl.find(prefix, "camera_file"); in loadState() local
545 if(camera_file) in loadState()
549 cameraKwl.add(camera_file); in loadState()
H A DossimApplanixUtmModel.cpp480 const char* camera_file = kwl.find(prefix, "camera_file"); in loadState() local
723 if(camera_file) in loadState()
727 cameraKwl.add(camera_file); in loadState()
/dports/graphics/libgphoto2/libgphoto2-2.5.26/libgphoto2/
H A Dgphoto2-camera.c1672 CameraFileType type, CameraFile *camera_file, in gp_camera_file_get() argument
1677 C_PARAMS (camera && folder && file && camera_file); in gp_camera_file_get()
1680 CR (camera, gp_file_clean (camera_file), context); in gp_camera_file_get()
1693 folder, file, type, camera_file, context), context); in gp_camera_file_get()
/dports/graphics/libgphoto2/libgphoto2-2.5.26/gphoto2/
H A Dgphoto2-camera.h448 CameraFile *camera_file, GPContext *context);

12